#idekdude
1 messages · Page 1 of 1 (latest)
AFAIK that's not currently possible
This is the only way to reconcile: https://stripe.com/docs/payment-links/url-parameters#streamline-reconciliation-with-a-url-parameter
Should be able to fetch the invoice from the invoice ID returned in payment_intent.succeeded and then use that no?
Because I think if I do that way it won't work for auto renewal subscriptions
Use that for what?
You can fetch invoice from payment intent.succeeded, yes
Use that to fetch a document from a database based on the users plan, which I can grab from line items of the invoice I fetch using the invoice ID from the payment intent