Wij zijn op werkdagen bereikbaar van 08:30u tot 17:30u.
Lorem ipsum dolor sit amet.
The amount that you want to charge, e.g. {"currency":"EUR", "value":"1000.00"}
if you would want to charge €1000.00.
You can find the minimum and maximum amounts per payment method in our help center. Additionally, they can be retrieved using the Get payment method.
201
application/hal+json
A payment object is returned, as described in Get payment.
curl -X GET https://api.mollie.com/v2/payments/tr_WDqYK6vllg \
-H "Authorization: Bearer test_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM"
HTTP/1.1 200 OK
Content-Type: application/hal+json
{
"resource": "payment",
"id": "tr_WDqYK6vllg",
"mode": "test",
"createdAt": "2018-03-20T13:13:37+00:00",
"amount": {
"value": "10.00",
"currency": "EUR"
},
"description": "Order #12345",
"method": null,
}