Hello,
I am looking to connect custom payment gateway, as Stripe is not enough and it has limitations.
Could you recommend a best approach to do it. I want to implement other payment method?
- Would we need to redirect on the payment stop to the payment gateway?
- And only submit form if payment is successful?
- What if payment fails, can we return back to form to show that they need to repeat
- If payment is successful, can we return back to type form success page? Or we cant and must create elsewhere a success page?
- Also, can type form store response from that payment gateway to it form field? (So later we can use it to trigger refund, from a system)