List sources
Return the list of the sources stored in a provided customer id.
GET
v1/customers/:id/sources
The above command returns JSON structured like this:
Arguments
Argument
Type
Description
customer
string
Customer id stored on database.
Returns
Return the list of the card object stored for the given customer.
Last updated