Loading...
Loading...
Get help with Paywize API integration.
Last updated: 2026-02-21
Get help with the Paywize Platform APIs. Our support team is here to assist you with integration, troubleshooting, and best practices.
Please review:
Visit status.paywize.in for:
Tips for faster resolution:
Problem: 401 Unauthorized errors
Solution:
// Correct token generation
const response = await fetch('https://merchant.paywize.in/v1/auth/clients/token', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
payload: encryptedCredentials
})
});
Problem: Encryption or decryption failures Solution:
Problem: Webhooks not being received Solution:
callback_url in API requestsProblem: Transaction status not updating Solution:
Q: How do I migrate from sandbox to production?
A: Update your base URL from sandbox.merchant.paywize.in to merchant.paywize.in and use production credentials.
Q: Can I test APIs without real money? A: Yes, use our sandbox environment with test credentials.
Q: How long do payouts take to process? A: IMPS transfers are instant, NEFT takes 30 min - 2 hours, RTGS takes 30 min - 2 hours.
Q: Can I cancel a payout after initiation? A: Payouts can only be cancelled before processing begins. Use the status API to check current status.
Q: What payment methods are supported? A: UPI payment collection with payment intent URLs.
Q: How do I configure webhooks?
A: Provide callback_url in your API requests for real-time status notifications.
| Support Type | Response Time |
|---|---|
| Developer Support | 4 hours (business days) |
| Business Support | 4 hours (business days) |
| Documentation Issues | 24 hours |
Need help? Contact us at developer-support@paywize.in