#ktsangop
1 messages · Page 1 of 1 (latest)
Depends on how you're integrating with Stripe I suppose (which APIs you're using, etc).
I'd have to ask the backend team, but let's just say we have the most common scenario of Stripe integration, simple payments through a web ordering platform.
My main concern is the front end integration, and how host validation, domain whitelisting etc would work.
Is this scenario uncommon in general or Is it just not recommended?
Hi! I'm taking over this thread.
Each Stripe account have their own public/secret API key. If you use the correct API key on both the frontend and backend it should work.
OK that makes sense. I haven't worked on the stripe integration yet, but I know of other payment processors (e.g. Apple Pay), that do restrict processing based on domain whitelisting/validation, IP filtering etc...
Just wanted to ensure that this is a use case that Stripe can support before we continue .
Thanks
If using Apple Pay with the Payment Element or the Payment Request Button, you just need to make sure that the domain is registered on each Stripe account.