v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBRegister banking account
Register banking accounts with transaction banking
Onboard accounts that already exist in Banking into Transaction Banking. Once onboarded, these accounts are enabled to use transaction banking APIs and features.
post/corporate/v2/corporate-accounts/register
Request body
Example request
{
"account_id": 325636216,
"division_code": "US"
}Response
Created
Example response
{
"account_id": 325636216,
"program_id": 2222,
"status": "COMPLETED",
"division_code": "US"
}