Sandbox Environment
Use the Sandbox environment to test webhook delivery before going live.-
Create a Sandbox Account
Sign up at sandbox.merchant.paywint.com. -
Generate an API Key
Go to Settings → API Credentials to generate your Sandbox API key.
Open Sandbox Settings → API Key -
Configure Webhook URL
Navigate to Settings → Redirect/Webhook and add your webhook endpoint.
Example: - Test Webhook Delivery Use test events to confirm your endpoint correctly receives payloads.
Production Environment
Once you’ve tested successfully in Sandbox, repeat these steps in the Production environment.- Create a Production Account Visit merchant.paywint.com.
- Enable Production Access Contact [email protected] to activate production credentials.
- Generate Production API Key From Settings → API Credentials, copy your live key. Open Production Settings → API Key
-
Add Webhook URL
Configure your production webhook endpoint in Settings → Redirect/Webhook.
Example:
-
Support Contacts
- Email: [email protected]
- Phone: +1 (408) 461-5543
Best Practices
- Use HTTPS for all webhook endpoints.
- Return
200 OKquickly; process heavy work asynchronously. - Log event IDs and timestamps for idempotency and auditing.
- Secure storage of your webhook signing secret is mandatory.

