#Réda
1 messages · Page 1 of 1 (latest)
Do you mean that you want to manage your own recurring payments with manual payment intents instead of using our Subscriptions API?
Or are you trying to manipulate the payment intents associated with invoices generated by a subscription?
hmm yes (the 1st option)
Got it
just to know if payment intent is compatible with a recurring payment
and creating payment intent associating product_id or price_id or sth
You can do this, certainly, but then setting up the amounts etc is something your integration would need to do. Currently, payment intents don't use Prices to set the amount automatically.
You can record your price/product in payment intent metadata if that's helpful, but you'll need to look up the amount on the Price and apply that to the payment intent in your own code.
ok, but doing so the payment isn't automatized each month
and the user have to reprocess the payment
so i think i have to use subscription api
No, if you want automatic recurring payments, you should use our Subscriptions API
Yes
THat's probably going to be a better fit for you, thats the way to get recurring payments based on a Price and interval you set
NP!
I'd suggest reading starting here: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements