We wish to create a Connector to talk to our payment solutions and integrate them as part of Hyperswitch #2944
Replies: 9 comments 13 replies
-
I just found the COnnector Template in the Repo :) so it would just be any documentation that may be available |
Beta Was this translation helpful? Give feedback.
-
And I finally found the add_connector.md doc in the repo as well ... |
Beta Was this translation helpful? Give feedback.
-
To enhance the open-source development experience, we have recently developed an Infrastructure-as-Code (IaC) script for deploying our full-stack application on AWS within an hour. You can find the details and instructions at here. Utilizing this script will enable you to get started quickly. If you prefer using only HelmChart for deployment, you can refer to the HelmChart solution at here. |
Beta Was this translation helpful? Give feedback.
-
FOr your Docs, to get the add_connector script to work, I had to |
Beta Was this translation helpful? Give feedback.
-
When running add_connector, I am now getting this error Looks like based on the error message, its saying this needs to be added to the api_models/routing.rs, I guess the script is not doing that?? SHoudl we add it manually?
This is the command Im using, based on the docs
|
Beta Was this translation helpful? Give feedback.
-
Could you please provide information about the payment methods you plan to integrate via Billrush? If you are considering non-3DS card payments, we have an internal tool that allows you to generate Rust code simply by providing the cURLs for the payment flow. Additionally, the tool opens a pull request in our repository on your behalf. We can have this tool ready for you within a couple of days and make it accessible. |
Beta Was this translation helpful? Give feedback.
-
Hello @MarkCupitt, We're still trying to grasp the position of our hyperswitch within your architecture. It would be beneficial if you could provide a simplified architecture that clearly outlines the roles of the Customer, Hyperswitch, Billrush, and Openbanking. |
Beta Was this translation helpful? Give feedback.
-
Hi @MarkCupitt and @euluizaraujo, open-sourcing of the connector automation tool might take additional time. In the mean time fix for connector template has been implemented and is now available in the latest main branch. |
Beta Was this translation helpful? Give feedback.
-
@euluizaraujo Happy to let you know that the build did work, of course, it failed all the 20 tests, to be expected at this stage :) Thanks heaps, we will move forward |
Beta Was this translation helpful? Give feedback.
-
We want to commit to Hyperswitch as our Payments Orchestrator, running in a Kubernetes Cluster that provides payment solutions to our multi-tenanted billing system.
We have/are developing custom payment solutions with services like PaymentsNZ and we are targeting operations in the Philippines, and we can see there may be a need to integrate with multiple micro - payment providers.
It seems that we may best present ourselves as a "Payment Processor" which provides for multiple Payment Services and connects to Hyperswitch using that presentation
I understand a connector needs to be written in Rust, and is a lightweight stateless interface between hyperswitch and payment systems we will develop over time in our Billrush Billing Solution
We have started our project to achieve this and would appreciate any help you can offer on the OSS version, specifically documentation on how the connector should be structured and function, and perhaps some samples of the code.
We will be deploying Hyperswitch in Kubernetes using the Helm Chart,m but as I understand it, the connector will need to be integrated into the core code?? and the service will need to be rebuilt as a customer image, is that correct?
Many thanks in advance for any help, feedback and pointers
Mark Cupitt
Head of Global Operations
Billrush
Beta Was this translation helpful? Give feedback.
All reactions