/api/v1/api-keysList active API keys for the current merchant.
Start here for the endpoints most native checkout integrations need. Use the full OpenAPI reference when you need every schema and response field.
Create and manage server-side keys for merchant integrations.
/api/v1/api-keysList active API keys for the current merchant.
/api/v1/api-keysCreate a new secret API key. The raw key is returned once.
/api/v1/api-keys/{id}Revoke an API key.
Mint sessions for hosted checkout and iframe embeds.
Build a native Throttle cart before checkout.
/api/v1/cartsCreate a native cart for a store.
/api/v1/carts/{id}Fetch a cart snapshot.
/api/v1/carts/{id}/itemsAdd a line item.
/api/v1/carts/{cartId}/items/{id}Update quantity, price, or metadata for a line item.
/api/v1/carts/{cartId}/items/{id}Remove a line item.
/api/v1/carts/{id}/checkoutConvert a cart into an order and begin payment.
Configure calculation rules and quote totals for native carts.
/api/v1/shipping-tax/config?storeId={id}Read draft and published shipping/tax config.
/api/v1/shipping-tax/quote-tokensCreate a publishable quote token for storefront estimates.
/api/v1/shipping-tax/quotesRequest a storefront shipping/tax estimate.
/api/v1/shipping-tax/carts/{cartId}/calculateCalculate and optionally persist totals for a native cart.
Read orders, inspect payments, and issue refunds.
/api/v1/ordersList orders for a merchant.
/api/v1/orders/{id}Fetch an order and its state.
/api/v1/orders/{id}/paymentsList payments attached to an order.
/api/v1/payments/{id}/refundRefund a captured payment.
Subscribe HTTPS endpoints and inspect delivery attempts.
/api/v1/webhook-endpointsCreate a signed outbound webhook endpoint.
/api/v1/webhook-endpointsList active webhook endpoints.
/api/v1/webhook-endpoints/{id}Update endpoint URL, enabled events, or active state.
/api/v1/webhook-deliveriesRead recent delivery attempts for debugging.
Allow storefront origins and brand hosted checkout.
/api/v1/embed-configRead allowed origins and checkout branding.
/api/v1/embed-configSet allowed origins, primary color, logo URL, and merchant name.