Skip to content

Go Live

  1. Pass Business Verification. Production stays restricted until your KYC status is Approved.
  2. Create a production API key. From a project’s API Key tab in the dashboard, create a key for the production environment — see Authentication.
  3. Swap the key your backend uses. Replace the sandbox key (sk_test_...) with the production key (sk_live_...). Request shapes, fields, and behavior are identical between environments — nothing else about your integration changes.
  4. Set a webhook URL for the production project, if you haven’t already — sandbox and production projects have independent webhook configuration. See Configure a Webhook.
  5. Add a production bank account in Settlement so you can withdraw your balance.

For how sandbox and production are isolated under the hood — schema separation, why a leaked key can’t cross environments — see Environments.