v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccounts
Create transaction banking account
Creates a transaction banking account. For details, refer to Transaction banking accounts.
This endpoint generates the following events:
For more information about events and setting up event notifications, refer to the Data and reporting overview guide.
post/corporate/v1/corporate-accounts
Request body
Example request
{
"division_code": "US",
"program_id": 1010,
"applicant": {
"document_number": "7777888hh",
"name": "Chester Fields",
"external_id": "ABC123456"
},
"external_account_id": "b993ba96-b3e8-4ef7-9cf7-7eee5ddafdab",
"parent_account_id": 232,
"account_creation_datetime": "2025-02-01T22:07:58.000Z",
"overdraft": {
"limit": 15680.45
},
"currency_code": "840"
}Response
Account created
Example response
{
"account_id": 6912345,
"program_id": 2222,
"external_account_id": "b993ba96-b3e8-4ef7-9cf7-7eee5ddafdab",
"division_code": "US"
}