{
"id": "msg_xxxxxxxxxxxxxxxxxxxxxxxx",
"api_version": "v1",
"timestamp": "2025-01-01T00:00:00.000Z",
"type": "payout_account.status_updated",
"data": {
"id": "poact_xxxxxxxxxxxx",
"status": "connected",
"business_name": "<string>",
"phone": "<string>",
"email": "<string>",
"business_representative": {
"date_of_birth": "<string>",
"first_name": "<string>",
"middle_name": "<string>",
"last_name": "<string>"
},
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"postal_code": "<string>",
"state": "<string>",
"country": "<string>"
},
"latest_verification": {
"id": "verf_xxxxxxxxxxxxx",
"status": "requires_input",
"last_error_code": "abandoned",
"last_error_reason": "Document image was too blurry to read."
}
},
"company_id": "biz_xxxxxxxxxxxxxx"
}Sent when a payout account is status updated
Required permissions:
payout:account:readwebhook_receive:payout_accounts{
"id": "msg_xxxxxxxxxxxxxxxxxxxxxxxx",
"api_version": "v1",
"timestamp": "2025-01-01T00:00:00.000Z",
"type": "payout_account.status_updated",
"data": {
"id": "poact_xxxxxxxxxxxx",
"status": "connected",
"business_name": "<string>",
"phone": "<string>",
"email": "<string>",
"business_representative": {
"date_of_birth": "<string>",
"first_name": "<string>",
"middle_name": "<string>",
"last_name": "<string>"
},
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"postal_code": "<string>",
"state": "<string>",
"country": "<string>"
},
"latest_verification": {
"id": "verf_xxxxxxxxxxxxx",
"status": "requires_input",
"last_error_code": "abandoned",
"last_error_reason": "Document image was too blurry to read."
}
},
"company_id": "biz_xxxxxxxxxxxxxx"
}A unique identifier for this webhook request
"msg_xxxxxxxxxxxxxxxxxxxxxxxx"
The signature of the webhook request with the webhook version prepended
"v1,BASE64ENCODEDSIGNATURE"
The timestamp in seconds since the Unix epoch that the webhook was sent at on the server
"1727606400"
A unique ID for every single webhook request
"msg_xxxxxxxxxxxxxxxxxxxxxxxx"
The API version for this webhook
"v1""v1"
The timestamp in ISO 8601 format that the webhook was sent at on the server
"2025-01-01T00:00:00.000Z"
The webhook event type
"payout_account.status_updated""payout_account.status_updated"
An object representing an account used for payouts.
Show child attributes
The company ID that this webhook event is associated with
"biz_xxxxxxxxxxxxxx"
Return a 200 status to indicate that the data was received successfully
Was this page helpful?