POST
/
api
/
service
/
webhook-event
/
payout-report-requested
Payout Report Requested
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"
  }
}'

Body

application/json

Data of the webhook event

The body is of type object.

Response

200

OK