#snackdex

1 messages · Page 1 of 1 (latest)

rocky sapphireBOT
lyric relic
#

Are you using Stripe Checkout? Or are you using PaymentSheet (which is available with our react native library)?

manic cove
#

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?

lyric relic
#

That fee is specifically for in-app purchases, right? Or are you talking about somethign else?

manic cove
#

yes apple's in-app purchases.

lyric relic
#

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

manic cove
#

what would be the respective webhooks?

rocky sapphireBOT
safe smelt
#

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

manic cove
#

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.

safe smelt
#

Ok well that matters. If you use paymentsheet for payment flows within your app, then you'd use different events like payment_intent.succeeded