#CodyL - recurring payments
1 messages · Page 1 of 1 (latest)
That sounds like a plausible way to use that API. Have you considered integrating with Stripe Billing to not have to write the subscription logic yourself?
We are already established with about 6K customers we have been billing with stripe for years
so really just trying to wrap my mind around the changes
Gotcha. Can you tell me a bit more about what you are trying to figure out in the flow that you described?
Well currently we create a source for card or ach debit and then attach that to the customer
then we simply charge the source
but with the new model that would be a payment method which is stored on the customer
and that gets added to the customer with a setupIntent, is that right?
verses payment intent is for an immediate charge that you want to process.
ours is generally an charge where the customer is not present clicking a button
so off_session in your terminalogy
So I guess I'm not sure how we create a charge off of a setupIntent that we have saved to a to the customer object
I think I may have found what I was looking for here