v1
latestOpenAPI 3.1.02026-07-24170121.2 MBCreate Bank Account
post/v1/bankaccounts
Headers
Acceptstring required
Indicates which content types, expressed as MIME types, the client is able to understand.
Content-Typestring required
Indicates the media type of the resource sent in the HTTP message body. <br /><br /><b>Possible Values:</b><br /> application/json<br />application/x-www-form-urlencoded
Request body
Response
201
Example response
{
"data": {
"object": "BankAccount",
"id": "j4ELaekDLJak3JdD",
"first_name": "Test",
"last_name": "Test",
"account_type": "Personal Checking",
"sec_code": "CCD",
"routing_number": 111111118,
"account_number": "1234",
"is_default": true
}
}