AbanteCart Community

Shopping Cart Operations => Documentations & Manuals => Topic started by: blueglass22 on September 30, 2020, 08:11:46 PM

Title: Use your platform's publishable key combined with the `stripeAccount` parameter
Post by: blueglass22 on September 30, 2020, 08:11:46 PM
I'm getting this error from stripe when trying to process payment on my store.

Use your platform's publishable key combined with the `stripeAccount` parameter to confirm this PaymentIntent.

I have installed the live key and gone through all the testing. How do I fix this?
Title: Re: Use your platform's publishable key combined with the `stripeAccount` parameter
Post by: abolabo on October 01, 2020, 05:46:13 AM
What stripe payment extension do you use? default_stripe ?
Title: Re: Use your platform's publishable key combined with the `stripeAccount` parameter
Post by: blueglass22 on October 01, 2020, 06:47:16 AM
Yes,
I use the default
Title: Re: Use your platform's publishable key combined with the `stripeAccount` parameter
Post by: abolabo on October 01, 2020, 09:35:07 AM
usually this erro appears when you have multiple accounts inside  your stripe account. Error means that API does not know what inner account do you want to use to retrieve payment.
Title: Re: Use your platform's publishable key combined with the `stripeAccount` parameter
Post by: Basara on October 14, 2020, 08:55:44 AM
Hello.
Could you please disconnect stripe and click the connect button. After a successful connection, make sure to not change the publish key, next add the secret key. Keep in mind test or live connection require different secret keys.
Title: Re: Use your platform's publishable key combined with the `stripeAccount` parameter
Post by: Basara on October 21, 2020, 09:50:21 AM
Hello.

If anyone experiences the same issue please update the default stripe to the latest code from the 1.2.17 branch https://github.com/abantecart/abantecart-src/tree/1.2.17/public_html/extensions/default_stripe
Title: Re: Use your platform's publishable key combined with the `stripeAccount` parameter
Post by: llegrand on October 21, 2020, 03:05:14 PM
for those of you not completely familiar with GitHub files etc.  we have posted the patch files in our WHY2 central along with instructions.   

They are here https://why2central.net/patch/default-stripe-patch/

the support team from WHY2