Create Customer Bank Account

POST {{BaseUrl}}/v1/customer/:uuid/bank-account

Request Params

KeyDatatypeRequiredDescription
``null

Request Body

{"account_holder_name"=>"{{full_name}}", "account_number"=>"{{phone_number}}", "routing_number"=>"{{routing_number}}", "account_type"=>"{{account_type}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring