Automatic retry for failed payments
Open
@Abhicodes-crypto is already working on this.
Since Jan 6, 2023.
C-feature
- Dominant language
- Rust
- Stars
- 43.6k
- Forks
- 5.1k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 210
Description
When the payment fails with one processor due to fraud declines, or downtime, the payment needs to be retred with the next available alternative processor. This shall hep to enhance the authorization rates.
The retry shall be attempted based on the reason for payment declines.
This requires the following aspects to be done
(i) Implementation of retry setup
(ii) Automatic retry enablement for non-3ds transaction
(iii) Connector, Connector error code and Connector error message mapper to define/modify the respective errors for which retry has to be attempted
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.