{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Stored Payment Transactions API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Stored Payment Transactions", "type": "folder" }, "items": [ { "info": { "name": "Create a stored payment transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/v2/payment/stored_payment_transactions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a stored payment transaction" } ] } ], "bundled": true }