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