List all stripe payments
How to fetch a collection of stripe payments via API
Last updated
How to fetch a collection of stripe payments via API
Last updated
To a collection of stripe payments, send a GET
request to the /api/stripe_payments
endpoint.
GET https://yourdomain.commercelayer.io/api/stripe_payments
The following request fetches a collection of stripe payments:
Remember that when you fetch a list of resources you get result.
The list of stripe payments can be by the following fields:
id
created_at
updated_at
reference
reference_origin
order
id
created_at
updated_at
reference
reference_origin
metadata
The list of stripe payments can be by the following fields: