Batch Released

Triggered when a pay out batch is released from hold.

Notification name: payout_batch_released

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"PayOutBatchReleased"RequiredDefaults to PayOutBatchReleased
Event type identifier
PaypointstringRequired

The name of the merchant/paypoint

TextstringRequired

Human-readable description of the event

BatchIdstringRequired
Unique batch identifier
TotalAmountstringRequired
Total transaction amount including fees
MethodstringRequired
Payment processing method

Response

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