#Réda

1 messages · Page 1 of 1 (latest)

final escarpBOT
brazen trellis
#

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?

slate terrace
#

hmm yes (the 1st option)

brazen trellis
#

Got it

slate terrace
#

just to know if payment intent is compatible with a recurring payment

#

and creating payment intent associating product_id or price_id or sth

brazen trellis
#

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.

slate terrace
#

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

brazen trellis
#

No, if you want automatic recurring payments, you should use our Subscriptions API

#

Yes

slate terrace
#

ok thank mate !!

#

very fast

brazen trellis
#

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!