cURL
curl --request POST \ --url https://{yourDomain}/api/service/webhook-event/payout_created \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "type": "payout_created", "date": "<string>", "payload": { "id": "<string>", "merchant": "<string>", "currency": "EUR", "amount": 123, "status": "paid", "description": "<string>", "statementDescriptor": "<string>", "createdAt": "<any>", "updatedAt": "<any>", "paymentReference": "<string>", "fxId": "<string>", "transactionId": "<string>" } }'
A payout has been created
Data of the webhook event
The unique id for the webhook.
payout_created
The date of the webhook.
The created payout data.
Show child attributes
OK
Was this page helpful?