cURL
curl --request POST \ --url https://{yourDomain}/api/service/webhook-event/payout_report_requested \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "type": "payout_report_requested", "date": "<string>", "payload": { "reportId": "<string>", "accountId": "<any>", "paymentProvider": "direct" } }'
A payout report has been requested
Data of the webhook event
The body is of type object.
object
OK
Was this page helpful?