cartalyst / stripe-laravel

Cartalyst Stripe package integration for Laravel.
BSD 3-Clause "New" or "Revised" License
335 stars 58 forks source link

Use multiple Stripe accounts #21

Closed matbeard closed 7 years ago

matbeard commented 7 years ago

I'm wanting to use this package rather than the native Stripe API that I'm currently using, but the problem is I have two Stripe accounts: one US-based and one UK-based.

My site deals with transactions for both accounts. How would I go about switching between them on a transaction-by-transaction basis?

Any advice much appreciated.

brunogaspar commented 7 years ago

Hello

You can most likely use the setApiKey method and change the Stripe API Key whenever you need.