Retrieve a customer payment source
How to fetch a specific customer payment source via API
Last updated
How to fetch a specific customer payment source via API
Last updated
To a single customer payment source, send a GET
request to the /api/customer_payment_sources/:id
endpoint, where id
is the ID of the resource that you want to retrieve.
GET https://yourdomain.commercelayer.io/api/customer_payment_sources/:id
The following request fetches the customer payment source identified by the id "xYZkjABcde":