Hosts and authorization

See the supported Regions and required scopes of commercetools Checkout.

Hosts

The commercetools Checkout application is hosted at the following URLs:

RegionApplication URL
Europe (Google Cloud, Belgium)https://app.checkout.europe-west1.gcp.commercetools.com
North America (Google Cloud, Iowa)https://app.checkout.us-central1.gcp.commercetools.com
Australia (Google Cloud, Sydney)https://app.checkout.australia-southeast1.gcp.commercetools.com

If the documentation refers to https://app.checkout.{region}.commercetools.com or uses the {region} placeholder, replace {region} with the actual value (for example, europe-west1.gcp).

Authorization

Checkout uses tokens from Composable Commerce HTTP API authorization flows with the following scopes.

ScopePermission granted
manage_checkout_payment_intents:{projectKey}Send capture, refund, or cancel requests to the payment service provider (PSP) and update the Payment by calling the payment Connector.
manage_sessions:{projectKey}Create a Checkout Session using the Session API.
view_sessions:{projectKey}Read a Checkout Session information to interact with Checkout. For example, is it required for payment Connectors to interact with Checkout.