#andrii-recurring
1 messages · Page 1 of 1 (latest)
@orchid vortex nothing in Stripe really works exactly that way(there's no concept of passing a date in like that.
the basic answer is you should create the PaymentIntent and process the payment in a month, if that's the time you want to do it.
@thorn agate Is it possible to use a subscription to make one payment in a month?
it is possible yes
you could create a subscription and then cancel it manually after the first payment
or use SubscriptionSchedules(https://stripe.com/docs/billing/subscriptions/subscription-schedules/) which will 100% do what you're looking for(you can set them up to cancel the subscription automatically) but they can be a little tricky to use