Account Notification
Webhook notifications:
UPDATE_ACCOUNT
Triggered when an account/subaccount has its status updated
Webhook Payload Key, Data Type, Details and Examples
type
String
Identifies the event type.
"UPDATE_ACCOUNT"
data
Object
An object containing details of the account.
{...}
data.accountId
String
Unique identifier for the account.
"acc_01k74gx1qsdkaycpqvk87v4fg6"
data.taxNumber
String
Account tax number
"12345678910"
data.accountHolderName
String
Account holder name
"John Doe"
data.accountPixAlias
String
Pix Key
"efc97b23-b870-4fa6-b8a7-c3aa78ae2e08"
data.status
String
Account status
"ACTIVE", "INACTIVE"
data.bankInfo
Object
An object with the bank account details.
{...}
data.bankInfo.bank
String
The financial institution number.
"450"
data.bankInfo.branch
String
The bank branch number.
"0001"
data.bankInfo.account
String
The bank account number.
"123456678"
data.bankInfo.digit
String
The bank account digit.
"1"

