Matrix Version: 5.4.0.2
So I am starting a new Matrix journey. A client has asked me to set up a website for a conference and they want to take payments for registration by credit card. The options for taking payments through the payment gateways that are built into Matrix (PayPal or Payment Express) are not suitable for us. So the client has asked that I use Stripe.
Stripe does look very good. It has a good API that I have been informed should be accessible to Matrix through REST.
So that is where I am just now. I want to set up a registration form for a conference that includes, at some step along the way, payment by Stripe. In front of me I have the documentation for the Matrix REST resources assets and the Stripe documentation, and from these I am trying to make a plan.
Has anyone here set up a payment system in Matrix using Stripe?
How should I implement this payment system? Can I set it up as a custom form with a “call REST resource” submission action? Or is there some way of implementing this just using Stripe’s tools?
I would be grateful for any help with this. Thanks.