Update card details
PUT {{url}}cards/:card_id
This allows you to update specific details about a card, such as expiry date or cardholder name, without having to re-enter and update all the card details. Just pass the updated parameters in your request, any parameters not returned will be left unchanged.
https://docs.acquired.com/reference/update-card-details
Request Body
{"holder_name"=>"E Johnson", "scheme"=>"visa", "number"=>"4000018525249219", "expiry_month"=>1, "expiry_year"=>26}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |