Close

Webhook Account Activity Status

Event

account.activity.status

Explanation

FinTechs can utilize the Account Activity Status webhook to monitor and confirm the current status of account activity, ensuring timely updates and actions based on any changes or events that occur.

When it occurs

This Webhook fires when an account activity status is updated.

Payload

{
"event": "account.activity.status",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data": {
"accountId": "",
"previousState": "",
"currentState": "",
"reason": "",
}
}