v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Webhooks

Banking > BankAccountNumber > Upserts

Subscription_type: banking/bank_account_number/upsert

postWebhookWebhooks > Banking > BankAccountNumber > Upserts

Payload

idstring required

Employee id.

company_idstring required

Company identifier

account_numberstring required

Account number

complementary_datastring

Additional banking information, depending on the selected format.

format'iban' | 'sort_code_and_account_number' | 'routing_number_and_account_number' | 'clabe' | 'other' | 'bank_name_and_account_number' required

The format of the account number.

Example payload

{
  "company_id": "1",
  "account_number": "ES7520807723367311468673"
}

Response

Return a 200 status to indicate that the data was received successfully