Best Practices for Standard Checkout Integration

Best practices for a smoother Standard Checkout web integration and payment experience.


Follow the best practices for a smooth Standard Checkout web integration.

5. Implement Webhooks🔗

Implement webhooks or the query API to avoid callback failure (drop-offs could be due to connectivity or network failure) and to verify the payment details via an S2S call. Know more about Webhooks. You should enable the following webhooks:

  • payment.captured
  • payment.failed
  • order.paid
×