Testing Checklist - Mobikwik Link & Pay
Testing Checklist
- API response validation for all endpoints
- Checksum generation and verification
- Token generation and storage
- Auto-debit success and failure scenarios
- OTP flow for new users
- Add Money & Debit flow
- Transaction status verification
- Refund processing
- Error handling for all scenarios
Best Practices
User Experience
- Minimize user interactions for repeat customers
- Provide clear error messages
- Implement smooth fallback flows
Performance
- Cache wallet link status
- Implement timeout handling for API calls
- Use async processing where applicable
Monitoring
- Track wallet usage metrics
- Monitor auto-debit failure rates
- Alert on API response anomalies
Updated about 2 hours ago