#adam errinwright - referral data
1 messages · Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can 🙂
If you mean something specific for them, then no we wouldnt have that. But, you can load information like this in metadata with agreed structures with a partner
How can I tell if we're using Stripe Checkout Server side or Client side if we have code in both places?
This is Rewardful's description of Server side
But we only use stripe.paymentIntents.create I believe server side, everything else is client
if you use stripe.paymentIntents.create then you are not using Checkout at all
Is this a wrong/right way of performing a Stripe payment?
Nothing wrong with it, it just means you don't use Checkout which is its own product https://stripe.com/docs/payments/checkout
so the doc you are looking at is mostly incorrect since it's about a product you are not using
This is from Rewardful