Retrieve card data
Retrieve the card information linked to the given card and customer id.
GET
/v1/customers/:id/sources/:id
The above command returns JSON structured like this:
Arguments
Argument
Type
Description
customer
string
Customer id owner of the card id provided.
cardID
string
Card id that you want to retrieve.
Returns
Return the card with the id if the card is linked to the customer if not it return 404.
Last updated