{ "opencollection": "1.0.0", "info": { "name": "Interswitch Recharge Airtime Tokenization API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Tokenization", "type": "folder" }, "items": [ { "info": { "name": "Tokenize Card For Recurring", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.interswitchng.com/api/v2/purchases/validations/recurrents", "body": { "type": "json", "data": "{}" } }, "docs": "Replace sensitive card data with a unique payment token that can be used for future recurring charges." } ] } ], "bundled": true }