Implementing iDEAL and Giropay payment methods with Multisafe #4143
Replies: 13 comments 10 replies
-
Hi! I would like to take this one if no one else is interested :) |
Beta Was this translation helpful? Give feedback.
-
I would like to work on this! |
Beta Was this translation helpful? Give feedback.
-
I'd like to give this a shot! |
Beta Was this translation helpful? Give feedback.
-
I would like to work on this project, but I'd like to clarify: Can multiple people share the implementation, or is it limited to one person? |
Beta Was this translation helpful? Give feedback.
-
Heyy! I'm a prefinal year student at NITK, and this seems intriguing to me. |
Beta Was this translation helpful? Give feedback.
-
Hi @sudhirrnanda, @C10N3 , I have created an issue( #4218 )from the above discussion, and along with this, I raised PR #4219 for the same. Please check. |
Beta Was this translation helpful? Give feedback.
-
Hey, I would like to take this one |
Beta Was this translation helpful? Give feedback.
-
Please don't close the issue, i would give it a try on the weekend ,i have good experience in rust backend i might be able to fix/add it thanks. |
Beta Was this translation helpful? Give feedback.
-
hii, i would like to work on this issue, can you please tell if there's any deadline to submit my approach, thanks. |
Beta Was this translation helpful? Give feedback.
-
Proposal: Implementing iDEAL and Giropay payment methods with Multisafe #4143ObjectiveAdd iDEAL and Giropay payment processors in Multisafepay connector. BackgroundCurrently multisafepay provides various payment processors from Banking Methods, BNPL, Credit and Debit cards, Prepaid cards and Wallets segment. From these hyperswitch's multisafepay connector provides support for credit cards and debit cards, mendate payements, GooglePay, Paypal and Klarna only. iDEAL and Giropay are from "Banking Methods" category. iDealiDeal has direct and re-directed flow which is showed below: direct: given iDEAL issuer code user customer will be directly redirected to the bank’s Giropaygiropay has only redirect flow which is exactly same flow as iDEAL’s redirect flow. ApproachFor iDeal deciding direct or re-direct payment type: List of iDEAL issuers and respective code is given below (source)
ImplementationAll the changes will be in
|
Beta Was this translation helpful? Give feedback.
-
Hi i want to work on this task, can i still pick this one ? |
Beta Was this translation helpful? Give feedback.
-
Hey @neerajkumar-n, I have created an issue #4539 for this and raised a PR #4541. |
Beta Was this translation helpful? Give feedback.
-
have you also checked out Ratio Tech's BNPL for B2B options? Curious to learn if you all have seen value like other enterprises implementing new financial strategies with embedded payments. |
Beta Was this translation helpful? Give feedback.
-
Context
Embracing diversity in payments is one of the core tenets of Hyperswitch. And we look forward to integrating a large variety of payment processors (connectors) and payment flows around the world.
Multisafepay is a Dutch fintech company that provides a range of payment solutions and services, including online payment processing, digital wallets, and fraud prevention tools, to businesses throughout Europe. In Hyperswitch parlance, Multisafe is one of the connectors we have integrated with. As of now, hyperswitch supports card payments, apple pay and paypal wallets and klarna (BNPL option) via multisafe
We look forward to including some more critical payment methods through Multisafe
Problem Statement
iDeal and Giropay are online banking based payment methods that allow end users to complete payments in their own banking environment.
The goal is to extend Hyperswitch’s integration with Multisafe to support iDeal and Giropay.
How to get started:
Set up a Rust environment and run Hyperswitch locally
Signup and create a sandbox account on Multisafe to get the API Credentials
How to Implement:
Now you can get started with implementation:
Read and understand the general guidelines on contributing to Hyperswitch
Import postman collection of hyperswitch from here
Understand the implementation of all different payment flows and how to add a connector
As mentioned earlier for Multisafe, card payments are implemented. Test out this flow from postman using these test resources and understand the API implementation
Study the relevant API Documentation of Multisafe to implement iDeal and Giropay through Multisafe
Implement iDeal and Giropay using the API references in point 5. Modify the following file to implement iDeal and Giropay
Expected Outcomes:
Submit a pull request to the juspay/hyperswitch repository including the relevant screenshots of the test cases.
Brownie Points: Providing clear and comprehensive documentation and code comments.
Note: We welcome multiple PRs for this problem statement
More Useful Resources:
Setting Up Multisafe on Hyperswitch
Beta Was this translation helpful? Give feedback.
All reactions