Accessing Sandbox Environments
- A merchant who registers for a Sezzle production account automatically receives a matching sandbox account upon approval
- Default admin users for the production dashboard are imported to the sandbox dashboard upon creation.
- Merchants can create a standalone sandbox account without a production account, ideal for testing production features without becoming a Sezzle merchant (e.g., during system integration)
- Sign up for Sandbox
- Phone number and email address must be valid, all other information can be fake
- Complete email verification and security setup
- Complete
Personal InformationandBusiness Informationsections of the Setup Checklist, then clickSubmit for Approval- This information can also be fake
- In Production environment,
Credit or Debit CardandBank Accountsteps must also be completed before API keys can be generated.
- Contact your account manager or Sezzle Support for account approval
- Sign up for Sandbox
When starting with a standalone account, you must complete a Production merchant signup separately and manually. The two accounts will not be linked in these cases.
Testing Your Integration
- Log in to your sandbox account
- Production account users: Log in using the same credentials as production Merchant Dashboard
- OTP will always be
123123for Sandbox
- In the left toolbar, go to
Settings>API Keys - Click the button labeled
create API key- API keys for sandbox and production are not interchangeable:
- Sandbox API keys cannot be used in the production dashboard.
- Production API keys cannot be used in the sandbox.
- The sandbox gateway URL is https://sandbox.gateway.sezzle.com.
- API keys for sandbox and production are not interchangeable:
- Complete the
Add Sezzle as a payment option at your checkoutstep of the setup checklist, enabling Test Mode- Bank account and currency settings can be skipped
- Start a checkout on your store website
- Select
Sezzleas the payment method - Complete the Sezzle checkout using the test data
- Verify that the order is successful
Refer to Postman Setup section on how to programmatically create orders and more leveraging Sezzle Core API.