Create Bank Account

Create new bank account for a coustomer

Example Response:

{
"data": {
"object": "BankAccount",
"id": "D634EdsD6KLd5ea",
"first_name": "Nikolay",
"last_name": "Nikolay",
"account_type": "Personal Checking",
"sec_code": "WEB",
"routing_number": "123456789",
"account_number": "****9012"
},
"meta": {
"include": [],
"custom": []
}
}

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!