/
UP
upwardli
/
API Reference
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 11h ago · Updated 1w ago
Details
Filter operations
accounts
4
get
Get All Bank Accounts
post
Create Consumer Bank Account
get
Get Bank Account
put
Update Bank Account
auth
2
billPayments
6
billReporting
9
billSwitch
2
cbaas
5
consumers
23
creditInsights
1
onboarding
14
partners
6
paymentCards
13
payments
19
plaid
2
repayments
3
rewards
4
simulations
3
statements
3
webhooks
5
accounts
Create Consumer Bank Account
Create Consumer Bank Account
post
/v2/accounts/
Headers
Authorization
string
required
Bearer authentication
Request body
BankAccountCreateV2
required
consumer_id
string
required
routing_number
string
required
account_number
string
required
bank_name
string
required
account_name
string
required
plaid_account_id
string
nullable
plaid_access_token
string
nullable
Response
BankAccountV2
required
id
string
consumer_id
string
bank_name
string
nullable
required
balance
string
account_name
string
required
account_type
string
required
account_number
string
account_routing_number
string
is_primary
boolean
required
is_active
boolean
Changes