Payout request createdWebhook

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
Request Body schema: application/json

Payout request webhook request body resource.

payoutRequestId
string

ID of the payout request.

eventType
string

Type of webhook event.

Enum: "payout-request-created" "payout-request-modified" "payout-request-canceled"
object

Embedded objects.

Array of objects

Related links.

Request samples
application/json
{ "payoutRequestId": "string", "eventType": "payout-request-created", "_embedded": { }, "_links": [ ] }
Responses

2xx

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