Create Customer Bank Account
POST {{BaseUrl}}/v1/customer/:uuid/bank-account
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
| `` | null |
Request Body
{"account_holder_name"=>"{{full_name}}", "account_number"=>"{{phone_number}}", "routing_number"=>"{{routing_number}}", "account_type"=>"{{account_type}}"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |