- This topic has 21 replies, 3 voices, and was last updated 3 years, 6 months ago by
Mathieu.
-
AuthorPosts
-
-
October 23, 2022 at 1:57 AM #145004
Mathieu
ParticipantHi team,
I’m back with a new issue since I updated to the MVX pro.
On the checkout page, when I tried to validate a payment with stripe marketplace module, I get this error message : mvx_unable_to_create_customer
Thanks for your help,
Warm regards,
-
October 23, 2022 at 3:49 PM #145009
Mathieu
ParticipantHi,
I made some test this morning and I found another issue.
I activate the test mode on the module in order to test my payment workflow and when I tried to make a payment and the payment failed with this error : Stripe Splihhhht Pay Error: No such source: ‘src_1Lw0vlFryzk9KVOYwl8ZkAmq’
On my stripe logs (on the stripe dashboard), I checked the logs on test mode and I received a 200 HTTP to get the source (src_1Lw0vlFryzk9KVOYwl8ZkAmq) and everything sound gound.
But when I back on the production mode (still on the stripe dashboard), I got this call => POST /v1/payment_intents :
{
“description”: “Marketplace by XXXX – Order XXXX”,
“capture_method”: “automatic”,
“metadata”: {
“order_id”: “XXXX”,
“customer_email”: “XXXXX”,
“customer_name”: “XXXX”
},
“source”: “src_1Lw0vlFryzk9KVOYwl8ZkAmq”,
“currency”: “eur”,
“customer”: “cus_MfLdEEUeUV3oU0”,
“statement_descriptor”: “XXXXX”,
“amount”: “1440”,
“payment_method_types”: {
“0”: “card”
}
}It seems the payment is trying to go on production mode and not test mode.
-
October 23, 2022 at 6:03 PM #145011
Mathieu
ParticipantAlso, When I attempt the payment, a commission was created (with status failed), but the interesting thing is the payment gateway fees seems not apply to vendor.
You can find in attachment some screenshots of configuration.
-
October 24, 2022 at 2:59 PM #145068
NerdySupportExpert Moumita
KeymasterYou can use latest update of MultiVendorX Pro Plugin we have fixed the issue there.
Mathieu, to see the gateway charge, the commission is need to be paid.
After that you can see the gateways fees in the Transaction details page of both admin and vendor. -
October 24, 2022 at 3:00 PM #145069
NerdySupportExpert Moumita
KeymasterHi @Mathieu, our replies are inline :
– On the checkout page, when I tried to validate a payment with stripe marketplace module, I get this error message : mvx_unable_to_create_customer
>> You can use latest update of MultiVendorX Pro Plugin we have fixed the issue there.– When I attempt the payment, a commission was created (with status failed), but the interesting thing is the payment gateway fees seems not apply to vendor.
>> To see the gateway charge, the commission needs to be paid.
After that, you can see the gateway fees in the Transaction details page of both admin (https://prnt.sc/Xl6P4MYF1wnX) and vendor. -
October 24, 2022 at 3:08 PM #145074
Mathieu
ParticipantHi @NerdySupportExpert Moumita,
Thanks for the reply, Where I can found the latest version ? On my account (API Download), I still see the version 1.0.0 and my wordpress update system doesn’t suggest any update.
Another question, Is the test mode is fixed ?
-
October 24, 2022 at 7:58 PM #145103
NerdySupportExpert Moumita
KeymasterThis reply has been marked as private. -
October 24, 2022 at 8:42 PM #145109
Mathieu
Participantno worries, thanks a lot 🙂
Do you think it’s possible to get access on the github repo ? In this case, I can download source and fix easily 🙂
-
October 24, 2022 at 8:51 PM #145113
NerdySupportExpert Moumita
KeymasterThis reply has been marked as private. -
October 24, 2022 at 9:18 PM #145119
Mathieu
ParticipantThanks for the reply, I made the test and I can confirm, it’s not fix yet.
I got the same issue and the same error message : mvx_unable_to_create_customer
-
October 25, 2022 at 1:32 AM #145147
Mathieu
ParticipantSome updates tonight, the test mode works after install the new version of the plugin 🙂 But payment gateway fees still not showing in the commission report after the payment was successful.
On the production mode, if I type a wrong credit card, I got this error message after form validation : mvx_unable_to_create_customer
I also got another issue in the admin dashboard (MultivendorX => Settings => Commission), after made a modification on the commission form, I get a blank page now (see the attachment).
Sorry to report so many issue 🙁
EDIT : Blank page was because I deactivated Stripe Connect module by error.
-
October 25, 2022 at 2:25 AM #145153
Mathieu
ParticipantThis reply has been marked as private. -
October 26, 2022 at 6:18 PM #145232
NerdySupportExpert Moumita
KeymasterSorry to hear that you are still facing issues.
However, our solutions are inlined:
– If I type a wrong credit card, I got this error message after form validation : mvx_unable_to_create_customer
>>> If you put the wrong credit card no this will show this validation because “mvx_unable_to_create_customer” is a unique code for the error.
We will release an update soon where we will display that the card number is wrong.– I made a lot of test with stripe test mode and the gateway fees are correctly apply on the final Withdrawal, but I can see the transaction details from the administration dashboard, But not from vendor dashboard. (see attachment). Is it a bug ?
>>> Well, this is not a bug . Also we have released an update 4.0.1 and we have fixed this issue in the updated version. -
October 26, 2022 at 7:14 PM #145241
Mathieu
ParticipantHi mounita,
Thanks for the update, where I’m already running the 4.0.1 version and I still get the issue on the vendor dashboard.
Are you sure it’s fixed ?
-
October 26, 2022 at 8:04 PM #145249
NerdySupportExpert Moumita
KeymasterMathieu, as you can see this is working fine on our end https://scrnli.com/files/0z5P42TdbqIZr9
So as you are facing this issue, so can you create a staging site and share the admin, FTP access?
While sharing the access, don’t forget to mark the response as private. -
October 26, 2022 at 9:10 PM #145252
Mathieu
ParticipantOh yeah, this page works well, it I got the issue when I click on some Transc.Id on the this page.
I’m not able to the detail of the transaction.
-
October 26, 2022 at 10:59 PM #145266
Mathieu
ParticipantSorry, I forgot many words on my last message and I’m not able to edit it.
—–
Oh yeah, this page works well, I got the issue when I click on some links on the Transc.Id column on this page.I’m not able to get the details of the transaction (Check the attachment).
-
October 28, 2022 at 11:32 AM #145375
MVX Support Ninja
Keymaster@Mathieu, We will add the fix in our next update by next week.
We have also added a fix in our GitHub.
So, after downloading the plugin from here – https://github.com/multivendorx/MultiVendorX/archive/refs/heads/main.zip, follow these steps :
– Delete the installed WC Marketplace via wp-admin >> plugin
– Unzip the GitHub plugin
– Rename the folder as “dc-woocommerce-multi-vendor” and remove the master tag. Now, zip this folder again.
– Install this plugin on your site.
Please do keep us posted. -
October 28, 2022 at 1:26 PM #145400
Mathieu
ParticipantThanks Abhirup, I’ll test it today.
If I delete the plugin, Do I keep my data ?
-
October 28, 2022 at 1:41 PM #145401
Mathieu
ParticipantUpdate : I updated the code and it’s fixed.
Great job, thanks team 🙂
-
October 28, 2022 at 6:26 PM #145436
NerdySupportExpert Moumita
KeymasterGlad to hear that .We are closing this thread as of now.
-
October 31, 2022 at 12:34 PM #145591
Mathieu
ParticipantThanks you can close the thread.
-
-
AuthorPosts
- The topic ‘Issue with stripe marketplace on MultivendorX Pro’ is closed to new replies.




