#cadupm
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Are these payment intents related to an invoice or just one-time payments?
PaymentIntents can be retried if they're in requires_payment_method status
it just one-time payment intent
also for one-time payment intent?
You can collect a payment method and try confirming the PaymentIntent again
but is there a smart retry or something like that?
Smart retries are available for invoices/billing, yes
https://stripe.com/docs/billing/revenue-recovery/smart-retries
Is this a scale feature, isn't it?
I have to upgrade my account?
but the real deal is: "could smart retries be used to retry failed one-time payment intents?"
Is this a scale feature, isn't it?
I have to upgrade my account?
I believe so
but the real deal is: "could smart retries be used to retry failed one-time payment intents?"
If those payment intents are related to an invoice then yes, if not then no.
With Direct API integrations, developers have full control over the flow.
There's no really "linking" PaymentIntent with an invoice
If you create an invoice then it automatically creates a PaymentIntent
You can't link an existing PaymentIntent to an invoice
I got it.. so whats the difference between create an invoice and a subscription?
Both are different products
https://stripe.com/docs/invoicing
https://stripe.com/docs/subscriptions
Subscription uses invoicing as part of billing logic