{ "opencollection": "1.0.0", "info": { "name": "OPay Cashier Refunds API", "version": "1.0" }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "Refund Payment", "type": "http" }, "http": { "method": "POST", "url": "https://liveapi.opaycheckout.com/api/v1/international/payment/refund", "headers": [ { "name": "MerchantId", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Refund a previously settled payment, in full or in part. Authenticate\nwith an HMAC-SHA512 signature of the JSON body as the bearer token.\n" }, { "info": { "name": "Query Refund Status", "type": "http" }, "http": { "method": "POST", "url": "https://liveapi.opaycheckout.com/api/v1/international/payment/refund/status", "headers": [ { "name": "MerchantId", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Query the status of a refund by merchant refundReference or by OPay\nrefundOrderNo. Authenticate with an HMAC-SHA512 signature of the\nJSON body as the bearer token.\n" } ] } ], "bundled": true }