{ "opencollection": "1.0.0", "info": { "name": "Interswitch Recharge Airtime Three-D Secure API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Three-D Secure", "type": "folder" }, "items": [ { "info": { "name": "Create 3D Secure Session", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.interswitchng.com/paymentgateway/api/v1/three-d-secure/sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Create 3D Secure Session" } ] } ], "bundled": true }