|
| 1 | +{ |
| 2 | + "resource": "payment", |
| 3 | + "id": "tr_WDqYK6vllg", |
| 4 | + "mode": "test", |
| 5 | + "createdAt": "2018-03-20T13:13:37+00:00", |
| 6 | + "amount": { |
| 7 | + "value": "10.00", |
| 8 | + "currency": "EUR" |
| 9 | + }, |
| 10 | + "description": "Order #12345", |
| 11 | + "method": null, |
| 12 | + "metadata": { |
| 13 | + "order_id": "12345" |
| 14 | + }, |
| 15 | + "status": "open", |
| 16 | + "isCancelable": false, |
| 17 | + "locale": "nl_NL", |
| 18 | + "restrictPaymentMethodsToCountry": "NL", |
| 19 | + "expiresAt": "2018-03-20T13:28:37+00:00", |
| 20 | + "details": null, |
| 21 | + "profileId": "pfl_QkEhN94Ba", |
| 22 | + "sequenceType": "oneoff", |
| 23 | + "redirectUrl": "https://webshop.example.org/order/12345/", |
| 24 | + "webhookUrl": "https://webshop.example.org/payments/webhook/", |
| 25 | + "_embedded": { |
| 26 | + "refunds": [ |
| 27 | + { |
| 28 | + "resource": "refund", |
| 29 | + "id": "re_vD3Jm32wQt", |
| 30 | + "amount": { |
| 31 | + "value": "329.99", |
| 32 | + "currency": "EUR" |
| 33 | + }, |
| 34 | + "status": "pending", |
| 35 | + "createdAt": "2019-01-15T15:41:21+00:00", |
| 36 | + "description": "Required quantity not in stock, refunding one photo book.", |
| 37 | + "orderId": "ord_kEn1PlbGa", |
| 38 | + "paymentId": "tr_WDqYK6vllg", |
| 39 | + "settlementAmount": { |
| 40 | + "value": "-329.99", |
| 41 | + "currency": "EUR" |
| 42 | + }, |
| 43 | + "_links": { |
| 44 | + "self": { |
| 45 | + "href": "https://api.mollie.com/v2/payments/tr_WDqYK6vllg/refunds/re_vD3Jm32wQt", |
| 46 | + "type": "application/hal+json" |
| 47 | + }, |
| 48 | + "payment": { |
| 49 | + "href": "https://api.mollie.com/v2/payments/tr_WDqYK6vllg", |
| 50 | + "type": "application/hal+json" |
| 51 | + }, |
| 52 | + "order": { |
| 53 | + "href": "https://api.mollie.com/v2/orders/ord_kEn1PlbGa", |
| 54 | + "type": "application/hal+json" |
| 55 | + } |
| 56 | + } |
| 57 | + } |
| 58 | + ] |
| 59 | + }, |
| 60 | + "_links": { |
| 61 | + "self": { |
| 62 | + "href": "https://api.mollie.com/v2/payments/tr_WDqYK6vllg", |
| 63 | + "type": "application/hal+json" |
| 64 | + }, |
| 65 | + "checkout": { |
| 66 | + "href": "https://www.mollie.com/payscreen/select-method/WDqYK6vllg", |
| 67 | + "type": "text/html" |
| 68 | + }, |
| 69 | + "documentation": { |
| 70 | + "href": "https://docs.mollie.com/reference/v2/payments-api/get-payment", |
| 71 | + "type": "text/html" |
| 72 | + } |
| 73 | + } |
| 74 | +} |
0 commit comments