simplified_mode field to true in capture and refund requests, Yuno will automatically retry failed transactions up to seven times within a 96-hour period. The system handles the following scenarios during the retry process:
Capture transactions
Capture transactions can encounter various statuses during and after the retry process. The table below details these statuses:| Payment while retry is ongoing | Payment after successful retries | Payment after failed retries |
|---|---|---|
| SUCCEEDED / CAPTURE_RETRY_IN_PROCESS | SUCCEEDED / CAPTURED or PARTIALLY_CAPTURED depending on the amount. | SUCCEEDED / CAPTURE_RETRY_PROCESS_FAILED |
Refund transactions
Refund transactions also have specific statuses during and after the retry process. The table below outlines these statuses:| Payment while retry is ongoing | Payment after successful retries | Payment after failed retries |
|---|---|---|
| SUCCEEDED / REFUND_RETRY_IN_PROCESS | REFUNDED / REFUNDED or SUCCEEDED / PARTIALLY_REFUNDED depending on the amount. | SUCCEEDED / APPROVED |
Benefits
This feature provides several advantages:- Improved transaction success rates: Automatic retries enhance the likelihood of successful transaction completions, leading to higher approval rates and increased revenue.
- Enhanced user experience: By automatically retrying failed transactions, user friction is reduced, improving overall customer satisfaction and retention.
- Operational efficiency: Automating retry attempts optimizes time and resources by minimizing manual intervention for failed transactions, allowing teams to focus on strategic tasks.
Retry scheme
The retry scheme is crafted to maximize transaction success by scheduling retries at strategic intervals. The table below describes the intervals between each retry. Note that each retry is scheduled based on the timing of the last attempt, meaning the time between retries is cumulative:| Event | Deadline after the first try |
|---|---|
| First try | - |
| Second try | 5 minutes |
| Third try | 50 minutes |
| Fourth try | 6 hours |
| Fifth try | 24 hours |
| Sixth try | 48 hours |
| Seventh try | 96 hours |
Examples
Below are examples of capture authorization and refund requests using the simplified mode.Capture
Refund