Skip to main content
POST
Create an ACH bank account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request object used to create a bank account for ACH transfers.

idempotencyKey
string<uuid>
required

Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.

Example:

"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"

accountNumber
string
required

Account number that identifies the bank account.

Maximum string length: 30
Example:

"424233434333"

routingNumber
string
required

ABA routing number for the bank account.

Required string length: 9
Example:

"121000248"

accountType
enum<string>
required

Type of the bank account.

Available options:
checking,
savings
Example:

"checking"

billingDetails
object
required

Response

Successfully created a bank account for ACH transfers.

data
object

An ACH bank account.