#razvi073

1 messages · Page 1 of 1 (latest)

remote windBOT
weary blade
chilly tinsel
#

I don't use the usual stripe checkout

#

I use the paymentIntents.create() method

remote windBOT
weary blade
#

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.

chilly tinsel
#

Is there anything that takes the place of the checkout session id that would be generated when i use the stripe.confirmPayment() method?

weary blade
#

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.