All the card methods that Stripe supports have all been tested working. I've also implemented both of their payment APIs. You can use Checkout (popup form) or Elements (inline form) methods as desired. Default is Elements as it seamlessly fits within CBSubs.For most of the clients I've worked with (and those I've talked with at our JUG) people are only using cards for online payments (at least here in the US), so just supporting all the CCards would be great for us here.
You'll need to contact us privately regarding sponsoring recurring payments. However it's a time issue more than anything. I've already paused all development to push single payment Stripe gateway as quickly as possible. Single payments are very easy to implement API wise. It's a simple charge API call with a source. Subscriptions are different. Subscriptions require a Customer, Plan, and Subscription object. Believe CBSubs can get away with just tracking the Subscription ID, but it's a lot more complicated dealing with recurring payments and are often the reason gateways are expensive to develop.Also - can you give details on sponsoring the recurring part?
I have a client that will need recurring and is willing to sponsor.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: What payment methods is everyone expecting from this? .... The gateway is basically done if all everyone needs is Cards. The other payment methods are not implemented and would likely significantly impact development time.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.