Update a cardholder
POST {{url}}/api/v1/issuing/cardholders/:cardholder_id/update
Request Body
{"address"=>{"city"=>"{{$randomCity}}", "country"=>"US", "line1"=>"{{$randomStreetName}}", "state"=>"TX", "postcode"=>"94932"}, "mobile_number"=>"91-95053039", "postal_address"=>{"city"=>"{{$randomCity}}", "country"=>"US", "line1"=>"{{$randomStreetName}}", "state"=>"CA", "postcode"=>"94932"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-on-behalf-of | string |