Funding Endpoints
Add ACH instruction
Add an ACH instruction to an account. The ACH instruction will be verified by the system and the account will be linked to the ACH instruction.
POST
/
funding
/
linking
Headers
x-api-key
string
requiredAPI Key for authentication
Body
application/json
account_id
string
requiredAccount ID for linking the ACH instruction
bank_name
string
requiredName of the bank
routing_number
string
requiredBank's routing number
account_number
string
requiredBank account number
bank_account_type
enum<string>
requiredType of bank account
Available options:
Checking
, Savings
Response
200 - application/json
account_id
string
Account ID linked to the ACH instruction
ach_id
string
ACH instruction ID
requires_manual_verification
boolean
Indicates if manual verification is required
status
string
Current status of the ACH instruction
ach_instruction_name
string
Name of the ACH instruction