Sha256: 786fd2a01486c8d448c087f99c3a4ecac5d24019d6f968548fa21cca7f5ff5ca

Contents?: true

Size: 1.97 KB

Versions: 19

Compression:

Stored size: 1.97 KB

Contents

{
    "resource": "refund",
    "id": "re_4qqhO89gsT",
    "amount": {
        "currency": "EUR",
        "value": "698.00"
    },
    "status": "pending",
    "createdAt": "2018-03-14T17:09:02.0Z",
    "description": "Required quantity not in stock, refunding one photo book.",
    "paymentId": "tr_WDqYK6vllg",
    "orderId": "ord_kEn1PlbGa",
    "lines": [
        {
            "resource": "orderline",
            "id": "odl_dgtxyl",
            "orderId": "ord_kEn1PlbGa",
            "name": "LEGO 42083 Bugatti Chiron",
            "productUrl": "https://shop.lego.com/nl-NL/Bugatti-Chiron-42083",
            "imageUrl": "https://sh-s7-live-s.legocdn.com/is/image//LEGO/42083_alt1?$main$",
            "sku": "5702016116977",
            "type": "physical",
            "status": "refunded",
            "quantity": 2,
            "unitPrice": {
                "value": "399.00",
                "currency": "EUR"
            },
            "vatRate": "21.00",
            "vatAmount": {
                "value": "121.14",
                "currency": "EUR"
            },
            "discountAmount": {
                "value": "100.00",
                "currency": "EUR"
            },
            "totalAmount": {
                "value": "698.00",
                "currency": "EUR"
            },
            "createdAt": "2018-08-02T09:29:56+00:00"
        }
    ],
    "_links": {
        "self": {
            "href": "https://api.mollie.com/v2/payments/tr_WDqYK6vllg/refunds/re_4qqhO89gsT",
            "type": "application/hal+json"
        },
        "payment": {
            "href": "https://api.mollie.com/v2/payments/tr_WDqYK6vllg",
            "type": "application/hal+json"
        },
        "order": {
            "href": "https://api.mollie.com/v2/orders/ord_kEn1PlbGa",
            "type": "application/hal+json"
        },
        "documentation": {
            "href": "https://docs.mollie.com/reference/v2/orders-api/create-order-refund",
            "type": "text/html"
        }
    }
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
mollie-api-ruby-4.15.0 test/fixtures/orders/refund.json
mollie-api-ruby-4.14.0 test/fixtures/orders/refund.json
mollie-api-ruby-4.7.1 test/fixtures/orders/refund.json
mollie-api-ruby-4.7.0 test/fixtures/orders/refund.json
mollie-api-ruby-4.6.2 test/fixtures/orders/refund.json
mollie-api-ruby-4.6.1 test/fixtures/orders/refund.json
mollie-api-ruby-4.6.0 test/fixtures/orders/refund.json
mollie-api-ruby-4.5.0 test/fixtures/orders/refund.json
mollie-api-ruby-4.4.1 test/fixtures/orders/refund.json
mollie-api-ruby-4.4.0 test/fixtures/orders/refund.json
mollie-api-ruby-4.3.1 test/fixtures/orders/refund.json
mollie-api-ruby-4.3.0 test/fixtures/orders/refund.json
mollie-api-ruby-4.2.0 test/fixtures/orders/refund.json
mollie-api-ruby-4.1.5 test/fixtures/orders/refund.json
mollie-api-ruby-4.1.4 test/fixtures/orders/refund.json
mollie-api-ruby-4.1.3 test/fixtures/orders/refund.json
mollie-api-ruby-4.1.2 test/fixtures/orders/refund.json
mollie-api-ruby-4.1.1 test/fixtures/orders/refund.json
mollie-api-ruby-4.1.0 test/fixtures/orders/refund.json