Open an Additional Bank Account
Opens an additional bank account under the given product. You must already have an open account of that product, and your business must have completed verification. The account may open immediately (status created, with account_id) or in the background (status processing); when processing, poll GET /accounts until the account appears.
Authorizations
Your Meow API key, sent in the x-api-key header for authentication.
Headers
Optional entity_id to scope requests to a specific entity.
Body
The product to open the new account under. You must already have an open account of this product. The account may open immediately (status created, with account_id) or in the background (status processing); when processing, poll GET /accounts until the account appears.
grasshopper, tcb, firstbank, crb "grasshopper"
Response
Successful Response
created when the new account is ready immediately and its account_id is returned. processing when the account is still being opened; poll GET /accounts until it appears.
processing, created "created"
The new account_id, returned only when status is created. Null when status is processing; fetch it from GET /accounts once the account appears.
"cash_account_3f9c1b2e-7a4d-4e88-9c21-0b6f5d8e1a2c"