Account Activated
Event Name:
account_activatedThis event signifies that the account is now ready for operational use and transactions can be processed.
Event Payload
The webhook payload contains the following structure:Payload Fields
string
required
Unique identifier for this webhook event
string
required
Event type - always
account_activated for this webhookstring
required
ISO 8601 timestamp indicating when the event occurred
string
required
Unique identifier of the account that was activated
Expected Responses
Success Response
HTTP 200 OKThe webhook was processed successfully.
Client Error
HTTP 4xx StatusClient-side error. Will not be retried.
Server Error
HTTP 5xx StatusServer-side error. Will be retried with exponential backoff.