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