Billing
billing

Add Bank Account

Add a bank account to the customer's Moov account.

Requires routing number, account number, account type, and holder name. The account will need to be verified via micro-deposits before it can be used.

Admin only endpoint.

post/billing/bank-accounts

Request body

routing_numberstring required
account_numberstring required
account_type'checking' | 'savings' required

Bank account types.

bank_account_holder_namestring required

Response

Successful Response

bank_account_idstring uuid required
bank_namestring required
last_fourstring required
bank_account_typestring required
statusstring required
fingerprintstring nullable

Changes

No recorded changes to this endpoint across all 2 revisions of this API.