#snackdex
1 messages · Page 1 of 1 (latest)
Are you using Stripe Checkout? Or are you using PaymentSheet (which is available with our react native library)?
we just started today, so we haven't landed on which one to use. our main concern is picking the one that doesn't make us pay the apple transaction fee. do both handle that? and if so is the webhook different for either or?
That fee is specifically for in-app purchases, right? Or are you talking about somethign else?
yes apple's in-app purchases.
Yeah as far as I know using Checkout or PaymetnSheet wouldn't be an in-app purchase (and you're not allowed to use stripe for those types of purchases anyways I believe)
and yes, the webhooks would be different depending on what you choose
what would be the respective webhooks?
Stripe integrations are separate from Apple in-app purchase, so can you clarify what Stripe functionality you're using?
If you link out to Stripe Checkout, then yes checkout.session.completed is likely the event you want
yes we plan to link out to stripe (our front end team just hasn't decided on whether to use stripe checkout or stripe payment sheet), but i wanted to get the webhook setups so we can integrate it with our systems. I'll go with the assumption that we'll use checkout.
Ok well that matters. If you use paymentsheet for payment flows within your app, then you'd use different events like payment_intent.succeeded