Webhook events sent for your MANAGED sub-accounts when they have registered or are activated.
{
"event": "account.registered",
"created": "2021-01-01T10:00:00Z",
"data": {
"user_id": "5cafeb170a2b18519b1b8761",
"account_info": {
"payments_enabled": false
}
}
}{
"event": "account.activated",
"created": "2021-01-01T10:00:00Z",
"master_acc_business_id": "5cafeb170a2b18529b6120a4",
"data": {
"user_id": "5cafeb170a2b18519b1b8761",
"created": "2021-01-01T10:00:00Z",
"account_info": {
"payments_enabled": true
}
}
}account.registered: Your MANAGED sub-account has successfully registered
account.activated: Your MANAGED sub-account has been verified and enabled for live payments
ID of your Account, use this in the for-user-id header to create transactions on behalf of your Account
Timestamp of when the webhook was sent
Timestamp of when the webhook was updated
The sub-account business ID
Indicates whether live payments are enabled for the account
OK
Bad Request - Invalid webhook payload