{ "opencollection": "1.0.0", "info": { "name": "Paymob Accept Legacy (v2) Accounts Payment Links API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payment Links", "type": "folder" }, "items": [ { "info": { "name": "Create Payment Link", "type": "http" }, "http": { "method": "POST", "url": "https://accept.paymob.com/api/ecommerce/payment-links", "body": { "type": "json", "data": "{}" } }, "docs": "Create a sharable Quick Link (V2 Quick Link API) that customers can pay through a hosted URL." }, { "info": { "name": "Cancel Payment Link", "type": "http" }, "http": { "method": "POST", "url": "https://accept.paymob.com/api/ecommerce/payment-links/cancel", "body": { "type": "json", "data": "{}" } }, "docs": "Cancel Payment Link" } ] } ], "bundled": true }