hyperswitch
hyperswitch copied to clipboard
[FEATURE] integrate 3DS for Worldpay connector
Feature Description
WorldPay offers 3DS capabilities for a card txn. Same needs to be integrated in HyperSwitch.
Flow - https://developer.worldpay.com/products/access/3ds/web
Possible Implementation
Implementing 3DS for WorldPay requires one additional step of running DDC flows. Flow can be looked at in WorldPay's dev docs
- Redirect to Worldpay's DDC
- Redirect to Wordlpay's 3DS redirection form
- Capture details in HyperSwitch's
/redirect/complete
flow - Perform a PSync (optional)
Reference https://developer.worldpay.com/products/access/3ds/web
Have you spent some time checking if this feature request has been raised before?
- [X] I checked and didn't find a similar issue
Have you read the Contributing Guidelines?
- [X] I have read the Contributing Guidelines
Are you willing to submit a PR?
None