In a situation where a customer's payment fails due to network issues, the payment gateway should ideally implement ________ to handle such scenarios.

  • Cache Mechanism
  • Exception Handling
  • Retry Mechanism
  • Rollback Procedure
In the case of network issues during payment, a retry mechanism is crucial for the payment gateway to reattempt the transaction, providing a better chance of success. This helps in handling transient failures effectively.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *