Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 841 Bytes

payment_gateways.md

File metadata and controls

13 lines (11 loc) · 841 Bytes

Payment Gateways

While adding a payment gateway feature in your app or website, please check the following cases:

  1. Payment Success case should be handled
  2. Failed payment case should be handled
  3. Unknown payment status case should be handled.
  4. Cart should get cleared when payment and order is successful.
  5. Customers should get an order confirmed email/message or both.
  6. Success screen should clearly mention that order has been successful and should also mention a unique Order ID for later reference by the customer (if needed)
  7. Payment gateway form should be auto filled up as per the profile information available in our database.
  8. [Optional] Incase of failure, the user should be asked to reattempt the payment using a different gateway.
  9. [Optional] System should support multiple currencies, and not just INR.