{ "opencollection": "1.0.0", "info": { "name": "Tamara Channel Partners Captures Checkout Sessions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Checkout Sessions", "type": "folder" }, "items": [ { "info": { "name": "Create Checkout Session", "type": "http" }, "http": { "method": "POST", "url": "https://partner-api.tamara.co/checkout", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a hosted checkout session where Tamara collects payment information and\ncompletes the BNPL or Pay-Now flow with the consumer. Store the returned\n`order_id` and redirect the customer to `checkout_url`.\n" } ] } ], "bundled": true }