apps
Add App ACH Account
Add an ACH account to an app. The account’s owner must match the compliance information submitted.
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
app_id
string
requiredThe ID of the app.
Body
application/json
account_number
string
requiredThe bank account number.
routing_number
string
requiredThe bank's ABA routing number.
account_type
enum<string>
requiredThe type of bank account.
Available options:
checking
, savings
Response
200 - application/json
mask
string
The last four digits of the bank account number.
name
string
The name of the bank account.