get https://api.mollie.com/v2/customers//payments
Retrieve all payments linked to the customer.
Access with
Responses
Retrieve all payments linked to the customer.
Access with
xxxxxxxxxx
curl -X GET https://api.mollie.com/v2/customers/cst_8wmqcHMN4U/payments \
-H "Authorization: Bearer live_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM"
xxxxxxxxxx
60}
{
"count": 5,
"_embedded": {
"payments": [
{
"resource": "payment",
"id": "tr_5B8cwPMGnU6qLbRvo7qEZo",
"mode": "live",
"createdAt": "2024-02-12T11:58:35.0Z",
"expiresAt": "2024-02-12T12:13:35.0Z",
"status": "open",
"isCancelable": false,
"amount": {
"value": "75.00",
"currency": "GBP"
},
"description": "Order #12345",
"method": "ideal",
"metadata": null,
"details": null,
"customerId": "cst_8wmqcHMN4U",
"profileId": "pfl_QkEhN94Ba",
"redirectUrl": "https://webshop.example.org/order/12345/",
"_links": {
"checkout": {