Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › error on checkout with stripe
- This topic has 6 replies, 2 voices, and was last updated 4 years, 6 months ago by Sushobhan.
- AuthorPosts
- May 7, 2020 at 11:22 pm #128134TIAD83Participant
hi team, got everything working great but when i use split pay i’m getting this error.
Error creating customer record with Stripe: Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com. (Network error [errno 2]: easy handle already used in multi handle)
Stripe Split Pay Error: Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com. (Network error [errno 2]: )everything work if i use woocommerce stripe payment.
- May 8, 2020 at 6:46 pm #128425SushobhanKeymaster
Hi,
Thanks for getting in touch with us!
Stripe and Stripe split pay works differently. They even use different API.
From the error it seems there might be some configuration error on your stripe account. I would request you to connect with your Stripe account manager for this.
Also please go though our documentation page https://docs.wclovers.com/vendor-payment/#stripe-split-pay and make sure you have completed all the steps.
Looking forward to helping you.
Thank You!- May 8, 2020 at 9:10 pm #128481TIAD83Participant
hi, did a test using
3D Secure and SCA ready transaction is only supported when both your platform and the connected account (Vendor) are in the same region: both in Europe or both in the U.S.
if i enabled this feature the the payment works, but Stripe Split Pay does not work and vendor dont get customer payment instead it goes to admin stripe account dashboard.
if i disabled and enable Stripe Split Pay i get this
Error creating customer record with Stripe: Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com. (Network error [errno 2]: easy handle already used in multi handle)
Stripe Split Pay Error: Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com. (Network error [errno 2]: )
- May 8, 2020 at 11:17 pm #128539SushobhanKeymaster
Hi,
Are you using any other Stripe plugin in your site except WCFM Stripe Split pay? If yes, then please deactivate that.
Please check at wp-admin -> WooCommerce -> Status -> Logs -> wcfm-stripe log -> is any error generated?
Lastly, as I suggested earlier, please contact your Stripe account manager.
Thanks You!- May 9, 2020 at 2:53 am #128616TIAD83Participant
this is the membership logs. the payment goes through then i get this error. and i can see the payment on my stripe dashboard.
2020-05-08T16:07:20+00:00 DEBUG WCfMvm IPN Received –>
2020-05-08T16:07:20+00:00 DEBUG Stripe SCA Subs IPN received. Processing request…
2020-05-08T16:07:20+00:00 Error occurred: Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com.(Network error [errno 2]: easy handle already used in multi handle)
2020-05-08T21:11:15+00:00 DEBUG WCfMvm IPN Received –>
2020-05-08T21:11:15+00:00 DEBUG Stripe SCA Subs IPN received. Processing request…
2020-05-08T21:11:15+00:00 DEBUG Sandbox payment mode is enabled. Using test API key details.
2020-05-08T21:11:15+00:00 Error occurred: Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com.(Network error [errno 2]: easy handle already used in multi handle)
2020-05-08T21:19:27+00:00 DEBUG WCfMvm IPN Received –>
2020-05-08T21:19:27+00:00 DEBUG Stripe SCA Subs IPN received. Processing request…
2020-05-08T21:19:27+00:00 DEBUG Sandbox payment mode is enabled. Using test API key details.
2020-05-08T21:19:27+00:00 Error occurred: Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com.(Network error [errno 2]: easy handle already used in multi handle)
Attachments:
You must be logged in to view attached files.
- May 9, 2020 at 9:20 am #128703TIAD83Participant
Ok i fixed the issue. got help from this link talking about stripe.
Network error [errno 2]: easy handle already used in multi handle
https://github.com/stripe/stripe-php/issues/918removed this code from
wp-content/plugins/wc-multivendor-marketplace/includes/Stripe/lib/HttpClient/CurlClient.php
$this->enablePersistentConnections = function_exists(‘curl_reset’);and add this code
$this->enablePersistentConnections = false;problem fixed
- May 10, 2020 at 1:06 pm #129096SushobhanKeymaster
Great to know. I have sent those links to our dev team as well. Thank You for your help.
- AuthorPosts
- You must be logged in to reply to this topic.