hyperswitch
hyperswitch copied to clipboard
feat(stripe): eps, giropay and ideal using stripe
Type of Change
- [x] New feature
Description
Support EPS, Giropay and iDeal through stripe
Motivation and Context
All the flows are redirection flows which provide the status in redirect url, we update it in the database using that.
How did you test it?
-
EPS

-
Giropay

-
iDeal

Checklist
- [ ] I formatted the code
cargo +nightly fmt --all - [ ] I addressed lints thrown by
cargo clippy - [ ] I reviewed submitted code
- [ ] I added unit tests for my changes where possible
- [ ] I added a CHANGELOG entry if applicable