#ilyoTheHorrid (Endstream)

1 messages · Page 1 of 1 (latest)

lusty estuaryBOT
ruby hazel
#

Hi there 👋 if there isn't a consistent interval between payments then Subscriptions likely aren't a great fit as they repeatedly trigger payments based on billing cycles (days, months, year).

This guide walks through how to set up a payment method for your customer, and to then charge that payment method at a later date.
https://stripe.com/docs/payments/save-and-reuse

For your scenario, you could queue the payments that you want to process on your end and then make a request to Stripe to create and handle those Payment Intents when it is time.

Learn how to save card details and charge your customers later.