Been thinking about this lately as we’re implementing Stripe checkout.
When users bounce to external payment processors, the consent chain gets messy. How do you handle the data flow between your app and the payment provider?
Feels like there’s potential for privacy issues but maybe I’m overthinking it.
Totally manageable - just keep data transfers lean. Only send what’s needed: name, email, amount. Skip the user IDs, device info, and behavioral tracking when talking to your payment processor. Update your privacy policy to mention third-party processors and throw in a consent checkbox before checkout. Stripe handles most compliance once users hit their system. Your job is just being upfront about what data moves around.