Logo
Acquired.com API API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://test-api.acquired.com/v1/cards/:card_id' -H 'Content-Type: application/json' -d '{"holder_name":"E Johnson","scheme":"visa","number":"4000018525249219","expiry_month":1,"expiry_year":26}'

ENDPOINTS