Troubleshooting
Troubleshooting
Section titled “Troubleshooting”Find solutions to common problems and tips for debugging Gatepay integrations.
Common Issues
Section titled “Common Issues”1. Invalid API Token
Section titled “1. Invalid API Token”- Symptom: Requests return 401 Unauthorized.
- Solution: Check your API token, ensure it is set in the environment, and not expired or revoked.
2. Webhook Not Received
Section titled “2. Webhook Not Received”- Symptom: Your server does not receive payment notifications.
- Solution:
- Ensure your endpoint is publicly accessible and uses HTTPS.
- Check the dashboard logs.
- Review your server logs for incoming requests and errors.
3. SDK Type Errors
Section titled “3. SDK Type Errors”- Symptom: TypeScript errors when using the SDK.
- Solution:
- Update to the latest SDK version.
- Check that your TypeScript version is compatible.
- Review the SDK Documentation for correct usage.
Debugging Tips
Section titled “Debugging Tips”- Use the API Playground to test requests.
- Enable verbose logging in your integration for easier debugging.
- Check the Gatepay dashboard for request logs and error details.
Need more help?
Contact support via the dashboard or join our developer community.