#paragonn-subscription-paymentintent
1 messages · Page 1 of 1 (latest)
Hello! When using Subscriptions, we create the Invoice/PaymentIntent for you
There's no reason for you to create a PI yourself
Ah I see, will it also create a client secret?
kind of. You create a Subscription, which creates an Invoice, which creates a PaymentIntent, which has a client_secret. I'd recommend reading https://stripe.com/docs/billing/quickstart
wonderful -- thanks koopajah!
Oops -- I have another question
If I need to update the Subscription can I retrieve it from the Payment Intent Id?
(this is before the Subscription has been confirmed with payment)
@coarse pagoda -- I have another question:
If I need to update the Subscription after it has returned a Payment Intent Id, should I use the PaymentIntent API or Subscription API
I don't understand what the question could mean