These events may occur if we have reason to believe that the Account has engaged in fraudulent activity.
{
"event": "account.suspended",
"created": "2021-01-01T10:00:00Z",
"data": {
"id": "5cafeb170a2b18519b1b8761",
"created": "2021-01-01T10:00:00Z",
"updated": "2021-01-01T10:00:00Z",
"type": "MANAGED",
"email": "test@xendit.co",
"public_profile": {
"business_name": "My Store"
},
"status": "SUSPENDED",
"reason": "FRAUD_PROMO_ABUSE"
}
}
These events may occur if we have reason to believe that the Account has engaged in fraudulent activity.
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
ID of your Account, use this in the for-user-id header to create transactions on behalf of your Account
Timestamp of when the object was created
Timestamp of when the object was updated
A valid email address associated with the object
Public name of the account.
Additional description visible publicly.
Reason given for the status change
OK