Update Customer Bank Account By UUID
PUT {{BaseUrl}}/v1/customer/:uuid/bank-account/:uuid1
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 |