Sha256: d8365fad9502ea86f2d0f61a7abae7f5b41598af29b6f2090b2eab9fddfd7b64
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
{ "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, "metadata": { "order_id": "12345" }, "status": "open", "isCancelable": false, "locale": "nl_NL", "restrictPaymentMethodsToCountry": "NL", "expiresAt": "2018-03-20T13:28:37+00:00", "details": null, "profileId": "pfl_QkEhN94Ba", "sequenceType": "oneoff", "redirectUrl": "https://webshop.example.org/order/12345/", "webhookUrl": "https://webshop.example.org/payments/webhook/", "_links": { "self": { "href": "https://api.mollie.com/v2/payments/tr_WDqYK6vllg", "type": "application/hal+json" }, "checkout": { "href": "https://www.mollie.com/payscreen/select-method/WDqYK6vllg", "type": "text/html" }, "documentation": { "href": "https://docs.mollie.com/reference/v2/payments-api/get-payment", "type": "text/html" } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mollie-api-ruby-4.14.0 | test/fixtures/payments/get.json |
mollie-api-ruby-4.7.1 | test/fixtures/payments/get.json |