{ "opencollection": "1.0.0", "info": { "name": "OPay Cashier Payments API", "version": "1.0" }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Create Server Payment", "type": "http" }, "http": { "method": "POST", "url": "https://liveapi.opaycheckout.com/api/v1/international/payment/create", "headers": [ { "name": "MerchantId", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Server-to-server payment creation. The `payMethod` field selects the\npayment method — `BankCard` (3DS), `BankTransfer`, `BankUSSD`,\n`BankAccount`, `POS`, `OPay`, or `ReferenceCode`. The response\ncontains a `nextAction` describing what the merchant must do next\n(redirect for 3DS, display a virtual transfer account, display a\nUSSD code, etc.). Authenticate with an HMAC-SHA512 signature of the\nJSON body as the bearer token.\n" } ] } ], "bundled": true }