I’m building a Flutter app to sell products. The app will list products in multiple currencies at the same time, and I have two Stripe accounts to accept payments.
For example: product 1 in USD and product 2 in Euros.
Product 1 will accept payment in Stripe 1, and product 2 will accept payment in Stripe account 2.
I’m struggling to initialize Stripe for two accounts at the same time. Is there any way I can do that? Thanks in advance.
I try initializing 2 publisher key in main function. Initially no error maybe overriding previous one.
Parves Shikder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.