Webhook - Account Status Change
The Account Status Change webhook is used to notify subscribed users that an account has changed status so may be blocked from making or receiving payments, or have been returned to being able to being available for payment processing.
{
"EventName": "ACCOUNTSTATUSCHANGE",
"EventTime": "2023-02-02T02:02:02+0000",
"AccountId" : "A210A21023",
"CustomerId": "C210C21023",
"OldStatus": "ACTIVE",
"NewStatus": "BLOCKED"
}
Updated 10 months ago