Implementing Sofort and EPS payment methods with Airwallex #4144
Replies: 7 comments 12 replies
-
Hi I would like to take this one.. |
Beta Was this translation helpful? Give feedback.
-
would love to have a go! |
Beta Was this translation helpful? Give feedback.
-
Hi I would love to take this up |
Beta Was this translation helpful? Give feedback.
-
Hi @C10N3, I wanted to work on the same problem. Is it first come, first served, or can multiple people work on the same problem? Please clarify. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I am done with setting up the Rust development environment for Hyperswitch and tried the basic APIs, and now I am researching on this issue.. |
Beta Was this translation helpful? Give feedback.
-
Hi @manojradhakrishnan just a heads up - discussion #4145 mentions Sofort and EPS, along with SEPA and BACS in point 6
I covered both in my PR, let me know if I should include this discussion thread in PR description as well. |
Beta Was this translation helpful? Give feedback.
-
Hi @sudhirrnanda @neerajkumar-n, I have submitted PR #4310 for implementing this. Request to review. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Update on AirWallex Problem Statements
AirWallex mandates the use of an organization email for Sandbox account setup. As a result, we'd like to ask candidates to select alternative problem statements. We will be adding more problem statements soon.
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.
Airwallex is a financial technology company that provides businesses with global payment solutions, including cross-border payments, foreign exchange, and risk management, with easy integration. In Hyperswitch parlance, Airwallex is one of the connectors we have integrated with. As of now, hyperswitch supports card payments and google pay wallet payments through Airwallex
We look forward to including some more critical payment methods through Airwallex
Problem Statement
Sofort and EPS are online banking based payment methods that allow end users to complete payments in their own banking environment.
Sofort is popular in Germany, Austria and Switzerland and quickly gaining popularity all over the EU
EPS, while originally developed by Austrian Banks, is also a very popular payment method in the EU
The goal is to extend hyperswitch’s integration with Airwallex needs to support Sofort and EPS
How to get started:
Set up a Rust environment and run Hyperswitch locally
Signup and create a sandbox account on Airwallex to get the API Credentials
How to Implement:
Now you can get started with the 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 Airwallex, 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 Airwallex to implement Sofort and EPS through Airwallex
Implement Sofort and EPS using the API references in point 4. Modify the following file to implement Sofort and EPS
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 Airwallex on Hyperswitch
Beta Was this translation helpful? Give feedback.
All reactions