Create Bank Account

Creates a bank account for a particular user or business.

Authentication

x-coinflow-auth-user-idstring
OR
x-coinflow-auth-walletstring
x-coinflow-auth-blockchainstring

Request

This endpoint expects an object.
aliasstringRequired
routingNumberstringRequired
accountNumberstringRequired
typeenumRequired
Allowed values:
wireRoutingNumberstringOptional
addressobjectOptional
If address is not available on the user's KYC,the endpoint will return a 412 error and the request must be retried with the user's address information.

Response

Ok
withdrawerobject

Complete withdrawer information including all linked payment accounts. The response will include either user: true for individual withdrawers or business: true for business withdrawers.