Update a cardholder
POST {{url}}/api/v1/issuing/cardholders/:cardholder_id/update
Request Body
{"address"=>{"city"=>"上海市", "country"=>"CN", "line1"=>"黄浦区中海国际大厦", "postcode"=>"25000"}, "individual"=>{"date_of_birth"=>"1982-11-02", "express_consent_obtained"=>"yes", "identification"=>{"country"=>"CN", "expiry_date"=>"2030-08-28", "number"=>"001238243", "type"=>"ID_CARD"}, "name"=>{"first_name"=>"三", "last_name"=>"张"}}, "mobile_number"=>"123456789", "postal_address"=>{"city"=>"上海市", "country"=>"CN", "line1"=>"黄浦区中海国际大厦", "postcode"=>"250000"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-on-behalf-of | string |