{ "opencollection": "1.0.0", "info": { "name": "Klarna HPP Captures Refunds API", "version": "1.1" }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "Klarna Refund an order", "type": "http" }, "http": { "method": "POST", "url": "https://api.klarna.com/ordermanagement/v1/orders/:order_id/refunds", "headers": [ { "name": "Klarna-Idempotency-Key", "value": "" } ], "params": [ { "name": "order_id", "value": "", "type": "path", "description": "Order id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a refund. Read more on [Refunds](https://docs.klarna.com/order-management/post-delivery/refund/)" }, { "info": { "name": "Klarna Get refund details", "type": "http" }, "http": { "method": "GET", "url": "https://api.klarna.com/ordermanagement/v1/orders/:order_id/refunds/:refund_id", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "Order id" }, { "name": "refund_id", "value": "", "type": "path", "description": "Refund id" } ] }, "docs": "Get refund. " } ] } ], "bundled": true }