Bank Accounts
Bank account records linked to users or entities — routing/account numbers, verified balances, and Plaid tokens for automated ACH pulls.
What you can do
- Register a bank account by routing/account number or Plaid link token
- Verify ownership via micro-deposit or Plaid identity
- Set a default payment method per user
- Revoke or unlink accounts on demand
Endpoints
GET
Get the authenticated user's bank account
/bank-accounts
POST
Add a bank account for the authenticated user
/bank-accounts
GET
Find bank account by wallet address (API key required)
/bank-accounts/user
PATCH
Update a bank account
/bank-accounts/{id}
DELETE
Delete a bank account
/bank-accounts/{id}