Skip to main content
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

id
string
required

The unique id for the webhook.

type
enum<string>
required
Available options:
payout_report_requested
date
string
required

The date of the webhook.

payload
object
required

The payout report request data.

Response

200

OK

I