{ "opencollection": "1.0.0", "info": { "name": "Foreign Exchange Rates CTP Checkout API API", "version": "1" }, "items": [ { "info": { "name": "CTP Checkout API", "type": "folder" }, "items": [ { "info": { "name": "Initiate Checkout", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.visa.com/visasrci/v1/checkout", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a Click to Pay checkout session for a consumer transaction. This operation creates a checkout context that allows the consumer to select from their stored payment credentials and complete the purchase." }, { "info": { "name": "Get Checkout Status", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.visa.com/visasrci/v1/checkout/:checkoutId", "params": [ { "name": "checkoutId", "value": "", "type": "path", "description": "Unique identifier for the checkout session" } ] }, "docs": "Retrieves the current status and details of an existing Click to Pay checkout session identified by the checkout ID." } ] } ], "bundled": true }