Authorization header. The merchant API Key never leaves the server.
Session tokens are scoped by
buyerIdentity + visitingStoreId and only authorize operations on records that belong to that customer within that store. They cannot read merchant-wide state.Required headers on every call
The gateway derives the customer identity and visiting store from the token; you do not pass them as separate headers.
Endpoints
Cancel One-time Order
Cancel a pending one-time order before payment completes
Cancel Subscription
Cancel an active or pending subscription on behalf of the customer
Reactivate Subscription
Reverse a pending cancellation while still in
cancelingChange Product
Switch the active subscription to a different product
GraphQL
Query the customer’s own orders, payments, and refunds