Go Live
Checklist
Section titled “Checklist”- Pass Business Verification. Production stays restricted until your KYC status is Approved.
- Create a production API key. From a project’s API Key tab in the dashboard, create a key for the production environment — see Authentication.
- 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. - 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.
- Add a production bank account in Settlement so you can withdraw your balance.
Technical reference
Section titled “Technical reference”For how sandbox and production are isolated under the hood — schema separation, why a leaked key can’t cross environments — see Environments.