#razvi073
1 messages · Page 1 of 1 (latest)
hi! not familiar at all with "revenuecat".
If you're a developer building an integration with Stripe Checkout, the docs and how to create a CheckoutSession ID are at https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout .
I don't use the usual stripe checkout
I use the paymentIntents.create() method
but as per the RevenueCat docs for the stripe Web Payment integration https://www.revenuecat.com/docs/stripe#:~:text=One-time purchases require using,subscriptions made through Stripe Checkout. I need a Checkout Session ID
well then it's not really compatible, unless you change your integration to use Checkout instead of raw PaymentIntents, or Revenuecat provides docs on how to integrate their solution with the raw PaymentIntent approach.
Is there anything that takes the place of the checkout session id that would be generated when i use the stripe.confirmPayment() method?
the PaymentIntent .id , pi_xxx. The PaymentIntent object is the source-of-truth and has all the details of amount paid etc.
like I said, depends if RevenueCat has an integration that can work with that or if they require the use of Checkout. I'd be surprised if they can't work with raw PaymentIntents, but you'd need to ask them.