{ "opencollection": "1.0.0", "info": { "name": "Interswitch Recharge Airtime Hosted Fields API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Hosted Fields", "type": "folder" }, "items": [ { "info": { "name": "Create Hosted Fields Session", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.interswitchng.com/paymentgateway/api/v1/hosted-fields/sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a hosted-fields session so the browser can collect raw card data and POST it directly to Interswitch, keeping the merchant out of PCI scope." } ] } ], "bundled": true }