Create funding source for an account

POST {{baseUrl}}/funding-sources

Create a new Funding Source for a Customer. Customers can have a maximum of 6 funding sources.

Request parameters

ParameterData TypeParameter TypeRequiredDescription
_linksobjectbodynoA _links JSON object describing the desired external party or treasury account relation.
routingNumberstringbodyyesThe bank account's routing number.
accountNumberstringbodyyesThe bank account number.
bankAccountTypestringbodyyesType of bank account: checking or savings.
namestringbodyyesArbitrary nickname for the funding source.

Request Body

{"_links"=>{"treasury-account"=>{"href"=>"{{baseUrl}}/treasury-accounts/{{treasuryAccountId}}"}}, "name"=>"My Test Bank", "bankAccountType"=>"checking", "accountNumber"=>"0945958726", "routingNumber"=>"021000021"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

""