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.
Loading...
Related Quiz
- To maintain session data across multiple requests, CodeIgniter uses a unique identifier known as a ________.
- CodeIgniter's transaction management becomes critical when dealing with ________ operations across multiple tables.
- ________ exceptions are used to handle errors that are recoverable during runtime.
- Which of the following is a common practice to secure file uploads?
- What is the default behavior of transactions in CodeIgniter regarding auto-commit?