Account Status
Account Submitted
Triggered when an account application is first submitted for verification.
Description
Sent when a new account application is submitted and awaiting verification.
📦 Event Details
id string
name string
account.submitted.account_id string
data object
created_at string
version string
Request Body Example
{
"id": "evt_UVU43_95Onav3lShzYmSVw",
"name": "account.submitted",
"account_id": "acct_wUwt_u52MDCIvG8KqbC1YA",
"data": {},
"created_at": "2025-04-23T06:16:35+0000",
"version": "2025-02-14"
}
Account Active
Triggered when an account becomes active after successful verification.
Description
Sent when an account has completed verification and is now active for transactions.
📦 Event Details
id string
name string
account.active.account_id string
data object
account_details object
business_details object
address object
address_line1 string
suburb string
state string
postcode string
country_code string
address_english object
country_code string
postcode string
as_trustee boolean
business_address object
address_line1 string
created_at string
version string
Request Body Example
{
"id": "evt_iLMoFQxuM4iEc3XPwIqxmw",
"name": "account.active",
"account_id": "acct_wUwt_u52MDCIvG8KqbC1YA",
"data": {
"account_details": {
"business_details": {
"address": {
"address_line1": "3837 Violette Knolls",
"suburb": "Fadelton",
"country_code": "US",
"postcode": "58888",
"state": "FL"
},
"address_english": {
"country_code": "US",
"postcode": "58888"
},
"as_trustee": false,
"business_address": {
"address_line1": "44583 Gislason Trail"
}
}
}
},
"created_at": "2025-04-23T06:16:35+0000",
"version": "2025-02-14"
}
Account Suspended
Triggered when account verification fails or is suspended.
Description
Sent when an account fails verification or is suspended for compliance reasons.
📦 Event Details
id string
name string
account.suspended.account_id string
data object
account_details object
business_details object
address object
address_line1 string
suburb string
state string
postcode string
country_code string
business_name string
tax_id object
number string
type string
EIN).status string
SUSPENDED.created_at string
version string
Request Body Example
{
"id": "evt_l_NMv9_MPDGZqP-5Z9vHlw",
"name": "account.suspended",
"account_id": "acct_wUwt_u52MDCIvG8KqbC1YA",
"data": {
"account_details": {
"business_details": {
"address": {
"address_line1": "44583 Gislason Trail",
"suburb": "New Tryciaburgh",
"country_code": "US",
"postcode": "58888",
"state": "FL"
},
"business_name": "Bartell and Sons US",
"tax_id": {
"number": "123456789",
"type": "EIN"
}
}
},
"status": "SUSPENDED"
},
"created_at": "2025-04-23T09:46:48+0000",
"version": "2025-02-14"
}
Account Action Required
Triggered when additional information is needed to complete account verification.
Description
Sent when the verification process cannot be completed without additional action or documentation from the user.
📦 Event Details
id string
name string
rfi.action_required.account_id string
data object
id string
type string
Type of action required. Allowed values:
KYC– Know Your Customer documentation requiredAML– Anti-Money Laundering verificationADDRESS– Proof of address requiredIDENTITY– Identity verification required
created_at string
version string
Request Body Example
{
"id": "8be6af0f-f946-4b2d-ab4c-a04e66cfe82a",
"name": "rfi.action_required",
"account_id": "acct_5zJ0AJ2HMHKKvUGZf6os8w",
"data": {
"id": "89362bcb-0fbc-41ab-ae57-2cb7c3d8dbec",
"type": "KYC"
},
"created_at": "2025-04-23T10:23:36+0000",
"version": "2025-02-14"
}