Transaction Paid

Triggered when a pay out transaction is paid.

Notification name: payout_transaction_paid

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
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"PayOutPaid"RequiredDefaults to PayOutPaid
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

Response

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