{ "opencollection": "1.0.0", "info": { "name": "Interswitch Recharge Airtime Payment Links API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Payment Links", "type": "folder" }, "items": [ { "info": { "name": "Create Payment Link", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.interswitchng.com/paymentgateway/api/v1/payment-links", "body": { "type": "json", "data": "{}" } }, "docs": "Create a hosted Pay Bill payment link the merchant can email, SMS, or share." } ] } ], "bundled": true }