{ "opencollection": "1.0.0", "info": { "name": "TRADING Account Tokenized Checkout API", "version": "1.0.0" }, "items": [ { "info": { "name": "Tokenized Checkout", "type": "folder" }, "items": [ { "info": { "name": "Apply for Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.pro.coins.ph/openapi/fiat/v1/auto-debit/token-apply", "params": [ { "name": "recvWindow", "value": "", "type": "query", "description": "Validity duration of the request in milliseconds after the timestamp." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an auto-debit authorization link. Once authorized by the user, it can be used for future payments without requiring authorization each time." }, { "info": { "name": "Query Payment Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.pro.coins.ph/openapi/fiat/v1/auto-debit/token-query", "params": [ { "name": "recvWindow", "value": "", "type": "query", "description": "Validity duration of the request in milliseconds after the timestamp." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Check the status of a current token, whether it is valid, expired, or revoked." }, { "info": { "name": "Remove Payment Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.pro.coins.ph/openapi/fiat/v1/auto-debit/token-remove", "params": [ { "name": "recvWindow", "value": "", "type": "query", "description": "Validity duration of the request in milliseconds after the timestamp." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Revoke an authorized token so it can no longer be used for subsequent payments." }, { "info": { "name": "Pay with Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.pro.coins.ph/openapi/fiat/v1/auto-debit/token-pay", "params": [ { "name": "recvWindow", "value": "", "type": "query", "description": "Validity duration of the request in milliseconds after the timestamp." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiate an auto-debit payment using an authorized token." } ] } ], "bundled": true }