Logo
Acquired.com API API Documentation

Cards

Number of APIs: 4


1. Get customer cards

GET {{url}}customers/:customer_id/cards

Retrieve a list of all cards belonging to a customer. All cards are associated to the customer_id.

https://docs.acquired.com/reference/fetch-customer-cards



2. List all cards

GET {{url}}cards

Returns a list of all cards. Cards are returned by creation date, with the most recently created customers showing first.

https://docs.acquired.com/reference/fetch-all-cards



3. Get card details

GET {{url}}cards/:card_id

Retrieve all the details of a specified card, by appending the relating card_id to the URL.

https://docs.acquired.com/reference/fetch-cards-by-id



4. 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



ENDPOINTS