Payout request modifiedWebhook

SecuritySecretApiKey or 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"
object

Embedded objects.

Array of objects

Related links.

Responses
2xx

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

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