{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Tokens API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Tokens", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Create Payment Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/payments/access_tokens", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to create a payment access token. A payment access token is required to process payments with the BigCommerce API.\n\nYou can also generate a payment access token during checkout by using the `completeCheckout` mutation in the [GraphQL Storefront API](/docs/storefront/cart-checkout/guide/graphql-storefront#handling-payments).\n\nAfter the token is created, use the token to [Process a payment](/docs/rest-payments/processing#process-payment).\n\n**Required Fields**\n* order_id" } ] } ], "bundled": true }