Payout request created
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of payout request-related webhook event.

payoutRequestIdstring

ID of the payout request.

eventTypestring

Type of event that triggered the webhook.

Enum:"payout-request-created""payout-request-modified""payout-request-canceled""payout-request-fulfilled"
_embeddedobject

Embedded objects related to the payout request event.

Payload
{ "payoutRequestId": "string", "eventType": "payout-request-created", "_embedded": { "payoutRequest": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.