Zahlo gives merchants one API for checkout, payments, subscriptions, invoices, payment links, and commerce integrations. Use hosted checkout when you want the fastest launch, or use in-page checkout and the SDK when the payment experience must stay inside a custom website.

Choose your path

Common use cases

Integration principles

  • Keep merchant API keys on your server.
  • Use short-lived client tokens for browser checkout state.
  • Treat webhooks as the source of truth for fulfillment and subscription state.
  • Send an idempotency key when retrying create requests.
  • Never collect or store raw card data in your application.