Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactor] PostAuth FRM flow #4399

Closed
srujanchikke opened this issue Apr 19, 2024 · 0 comments · Fixed by #4394
Closed

[Refactor] PostAuth FRM flow #4399

srujanchikke opened this issue Apr 19, 2024 · 0 comments · Fixed by #4394
Assignees

Comments

@srujanchikke
Copy link
Contributor

This issues is regarding implementing revised PostAuth Frm. Below is the revised flow.

PostAuth flow

  • The underlying FRM connector is invoked post authentication of the user from the bank.
  • If a transaction’s capture method was set to automatic, it is updated to manual for avoiding automatic capture.
  • Once the user completes the authentication, the underlying FRM connector is invoked. The decision whether or not to
    proceed with the txn is based on the status / score returned.

Possible actions based on the status

  • Continue on Accept
    - Continue with the transaction
  • Halt on Decline
    - Mark the transaction as cancelled
  • Approve / Decline on Manual Review
    - Hold the txn in manual review state. Merchants can list and review such transactions.
    - If approved, payment is captured
    - If declined, payment is voided
@srujanchikke srujanchikke linked a pull request Apr 19, 2024 that will close this issue
15 tasks
@srujanchikke srujanchikke self-assigned this Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant