{ "opencollection": "1.0.0", "info": { "name": "Paymob Accept Legacy (v2) Accounts Payments API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Pay With Payment Method", "type": "http" }, "http": { "method": "POST", "url": "https://accept.paymob.com/api/acceptance/payments/pay", "body": { "type": "json", "data": "{}" } }, "docs": "Headless payment endpoint (MOTO / saved card / merchant-initiated transactions). Submit a payment_key plus source object describing the method (card, saved token, wallet, kiosk)." } ] } ], "bundled": true }