-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error "Couldn't complete the payment validation process" on initial setup #20
Comments
Are you using John Doe as the name as indicated in the test credentials
article?
…On Fri, Apr 9, 2021, 4:22 PM schenkelchen ***@***.***> wrote:
Hi @craigchristenson <https://github.com/craigchristenson> ,
I'm just in progress with setting up the "2PayJS/API"
<https://github.com/2Checkout/woocommerce/tree/master/twocheckout>
version.
I did install the addon successfully, entered Seller ID and Secret Key and
also added the IPN URL in cpanel while my 2checkout account is in demo mode.
Now I'm trying to make a test payment by using the visa card test
credentials
<https://knowledgecenter.2checkout.com/Documentation/09Test_ordering_system/01Test_payment_methods>
.
Now I'm running continuously into the following error message, displayed
on the checkout page:
[image: 2checkout-woocommerce-api]
<https://user-images.githubusercontent.com/54481142/114235464-87509180-9980-11eb-8d79-c1eaf222f341.PNG>
Payment error: Couldn't complete the payment validation process: Error
processing the credit card transaction. Please contact the issuer bank for
more details, or enter another card.
I'm not sure if it has to do anything with the module or if it's an issue
related to any wrong configuration from my side.
I tried to have a closer look at the issue but so far I'm unable to get
any clue. I neither find any information on failed api call attempts in
2checkout's cpanel nor am I able to find the logged data when having
checked "Enable logging" in the addon's settings.
It would be great if you can give me a hint on my issue itself and also
about how to find the logged debugging data of the addon. If there's any
log of api calls in cpanel which I haven't found so far, I'd like to know
about it as well.
Best, schenkelchen
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB5MZI6MOYEDHYFNVMMVBTTH5OZVANCNFSM42VTYDEA>
.
|
No, I don't use Jon Doe as card holder's name because there's no field to enter card holder's name in "2PayJS/API" version of the addon. |
In my apache logfiles I found an information why the "Inline Checkout" might be failing: Unfortunately I didn't find such information for the "Hosted/Convert-Plus Checkout". So the reason why this checkout fails might be a different one. |
Thanks you for reporting the inline issue. I was able to replicate it and have push a new release to fix it. As for the API name issue, you only need to input the name in the Woocommerce checkout form, not the 2PayJS form. I was unable to recreate the convert plus issue you reported. Could woocommerce be redirecting to my account because some field is required before checkout? |
Thanks for solving the issue with Inline Checkout so fastly, @craigchristenson. It works on my demo account now! But I've made three small findings which I'd like to let you know about:
|
Can you please clarify what I should do to provide you further details on the Hosted/Convert-Plus Checkout issue, @craigchristenson. |
One point to add on the issue with Inline Checkout
I accessed the respective logs for inline an the found the following: |
Unfortunately the 2PayJS/API addon doesn't generate a log like the other two addons on my installation, so I can't determine if that one might have the same trouble, too. |
For the 2PayJS/API Addon in might be neccessary that while test mode enabled in Addon settings a card holder name can be chosen to allow transaction to be performed with positive or negative result - depending on the name - and to avoid the error message
|
Hi @craigchristenson ,
I'm just in progress with setting up the "2PayJS/API" version.
I did install the addon successfully, entered Seller ID and Secret Key and also added the IPN URL in cpanel while my 2checkout account is in demo mode.
Now I'm trying to make a test payment by using the visa card test credentials.
Now I'm running continuously into the following error message, displayed on the checkout page:
Payment error: Couldn't complete the payment validation process: Error processing the credit card transaction. Please contact the issuer bank for more details, or enter another card.
I'm not sure if it has to do anything with the module or if it's an issue related to any wrong configuration from my side.
I tried to have a closer look at the issue but so far I'm unable to get any clue. I neither find any information on failed api call attempts in 2checkout's cpanel nor am I able to find the logged data when having checked "Enable logging" in the addon's settings.
It would be great if you can give me a hint on my issue itself and also about how to find the logged debugging data of the addon. If there's any log of api calls in cpanel which I haven't found so far, I'd like to know about it as well.
Best, schenkelchen
The text was updated successfully, but these errors were encountered: