'Use of Stripe api keys across multiple domains

Does Stripe allow for the use of their api keys across more than one domain or can you only use the 'live' keys on the domain that you specify in your Stripe account?

Thanks!



Solution 1:[1]

Be aware that if you use STRIPE and credit-card payments on multiple domains, you can only define ONE(!) Statement Descriptor. And you can not change it (not as a parameter)

If you have domain_xxx and domain_PPP and customers will shop on PPP, they will maybe see on their credit-card statement that the bought from XXX, they get confused and start a fraud-conflict after 3-4 months...

Solution 2:[2]

You're only limited by domain if you use client-side only Checkout: https://dashboard.stripe.com/settings/checkout

For every other product you can use your keys for any domain, even multiples.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 bodomalo
Solution 2 Paul Asjes