Status PageContact sales
DevelopersIntegration guidesEmbedded componentsSDKs & toolsAPI reference
  • Using the API
    • API overview
    • API responses
  • API
  • Webhooks
LogoLogo
Status PageContact sales
WebhooksPay OutPay Out Transaction Webhooks

Transaction Processed

Triggered when a pay out transaction is processed. Notification name: `payout_transaction_processed` Legacy notification name: `PayOutProcessed`
Was this page helpful?
Previous

Transaction On Hold

Next
Built with
Transaction On Hold
Payload
1{
2 "Event": "PayOutProcessed",
3 "Paypoint": "Gruzya Adventure Outfitters",
4 "Text": "Payment processed!",
5 "TransId": "01K460GX3R65K9SBBNDCB9YXXX",
6 "TotalAmount": "3.00",
7 "CustomerId": "1234",
8 "CustomerNumber": "ELC-667",
9 "Method": "vcard",
10 "ExternalPaypointId": null
11}

Headers

Content-LengthstringRequired
The content length of the payload
Content-TypestringRequired
Always application/json; charset=utf-8
AcceptstringRequired
Content types accepted, typically * /*
StringstringRequired
String header field

Response

200
any
Return a 200 status to indicate that the data was received successfully.
HoststringRequired

Host IP address (52.3.204.115 for sandbox, 54.166.54.170 for production)

Payload

The payload of this webhook request is an object.
Event"PayOutProcessed"Required
Event type identifier
PaypointstringRequired

The name of the merchant/paypoint

TextstringRequired

Human-readable description of the event

TransIdstringRequired
Unique transaction identifier
TotalAmountstringRequired
Total transaction amount including fees
CustomerIdstringRequired
The unique identifier for the customer
CustomerNumberstringRequired
Internal customer identifier
MethodstringRequired
Payment processing method
ExternalPaypointIdstring or nullRequired
External paypoint system identifier
The content length of the payload
String header field

Always application/json; charset=utf-8

Content types accepted, typically * /*

Triggered when a pay out transaction is processed.

Notification name: payout_transaction_processed Legacy notification name: PayOutProcessed