window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-L7M34797GX');

Direct in contact komen?

+31 (0)418 56 10 56

Wij zijn op werkdagen bereikbaar van 08:30u tot 17:30u.

Create test

Test API

Lorem ipsum dolor sit amet.

Parameters

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.

Response

201 application/hal+json

A payment object is returned, as described in Get payment.

Example

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,
}