osmanfromkickstartweb
Forum Replies Created
-
Thanks, I sent another message to PayPal and explained everything, I’m waiting for them to reply and I’ll keep you informed.
Hi @mrclayton I tried the 3DS link, I had to re-enter all the payments informations, and when I pressed the “continue without paypal” button, I get this message on the screen : “Your card has been rejected. Try another card.” so I tried with another card and I got the same result.
Thanks
Hi @mrclayton this is the error that I get with the 1.0.29
“The verification of your MASTER_CARD-XXXX by your bank has failed. try another card.”
But this message seems normal as I can’t get to the 3DS part
status : 201
{
"create_time": "2023-06-01T15:46:58Z",
"id": "14Y66970YH4846320",
"intent": "CAPTURE",
"links": [
{
"href": "https://api.paypal.com/v2/checkout/orders/14Y66970YH4846320",
"method": "GET",
"rel": "self"
},
{
"href": "https://www.paypal.com/checkoutnow?token=14Y66970YH4846320",
"method": "GET",
"rel": "approve"
},
{
"href": "https://api.paypal.com/v2/checkout/orders/14Y66970YH4846320",
"method": "PATCH",
"rel": "update"
},
{
"href": "https://api.paypal.com/v2/checkout/orders/14Y66970YH4846320/capture",
"method": "POST",
"rel": "capture"
}
],
"payer": {
"address": {
"address_line_1": "", "admin_area_2": "xxxxxxxxx", "country_code": "xx", "postal_code": "xxxx" }, "name": { "given_name": "",
"surname": "" } }, "purchase_units": [ { "amount": { "breakdown": { "discount": { "currency_code": "EUR", "value": "0.00" }, "handling": { "currency_code": "EUR", "value": "0.00" }, "item_total": { "currency_code": "EUR", "value": "1.00" }, "shipping": { "currency_code": "EUR", "value": "0.00" }, "tax_total": { "currency_code": "EUR", "value": "0.00" } }, "currency_code": "EUR", "value": "1.00" }, "items": [ { "description": "Product ID: 218", "name": "Action(s)", "quantity": "1", "sku": "218", "unit_amount": { "currency_code": "EUR", "value": "1.00" } } ], "payee": { "email_address": "",
"merchant_id": "xxxxxxxxx"
},
"reference_id": "default"
}
],
"status": "CREATED"
}Thanks
@mrclayton ok. I will try this version.
Hello @augustus1996, I replied to your message but I don’t know why my previous response has do be reviewed before posted..
thanks for your reply.
I revert to 1.29 but it still doesn’t work. I contacted PayPal but they keep making me go back and forth between the tech team and the customer support and nobody seems to get a solution. They keep telling me check the “advanced card processing” option, but that option is not supported in Luxembourg.
Here is the last code thatI tried regarding my last post, this is the link provided by @mrclayton https://drive.google.com/file/d/139SBzXdbSY1LEB1iFCJDrI_ZZnj9mJET/view?usp=drive_link
About the test with 1.29 :
In case it help here are more informations :
The message that I get in the payment card box :
“The verification of your MASTER_CARD-XXXX by your bank has failed. try another card.”(I tried two cards from two different banks)
The PayPal API calls log : status 201
– Response{
"create_time": "2023-06-01T15:46:58Z",
"id": "14Y66970YH4846320",
"intent": "CAPTURE",
"links": [
{
"href": "https://api.paypal.com/v2/checkout/orders/14Y66970YH4846320",
"method": "GET",
"rel": "self"
},
{
"href": "https://www.paypal.com/checkoutnow?token=14Y66970YH4846320",
"method": "GET",
"rel": "approve"
},
{
"href": "https://api.paypal.com/v2/checkout/orders/14Y66970YH4846320",
"method": "PATCH",
"rel": "update"
},
{
"href": "https://api.paypal.com/v2/checkout/orders/14Y66970YH4846320/capture",
"method": "POST",
"rel": "capture"
}
],
"payer": {
"address": {
"address_line_1": "", "admin_area_2": "xxxxxxxxx", "country_code": "xx", "postal_code": "xxxx" }, "name": { "given_name": "",
"surname": "" } }, "purchase_units": [ { "amount": { "breakdown": { "discount": { "currency_code": "EUR", "value": "0.00" }, "handling": { "currency_code": "EUR", "value": "0.00" }, "item_total": { "currency_code": "EUR", "value": "1.00" }, "shipping": { "currency_code": "EUR", "value": "0.00" }, "tax_total": { "currency_code": "EUR", "value": "0.00" } }, "currency_code": "EUR", "value": "1.00" }, "items": [ { "description": "Product ID: 218", "name": "Action(s)", "quantity": "1", "sku": "218", "unit_amount": { "currency_code": "EUR", "value": "1.00" } } ], "payee": { "email_address": "",
"merchant_id": "xxxxxxxxx"
},
"reference_id": "default"
}
],
"status": "CREATED"
}Thanks
hI @mrclayton indeed, when I pay, I don’t get to see the 3DS part, it fail just before. I just tried the last patch that you provided but I get the first error thatI sent with a 422 status : (again with the two cards)
{
"debug_id": "f9da3f8e11b35",
"details": [
{
"description": "The instrument presented was either declined by the processor or bank, or it can't be used for this payment.",
"issue": "INSTRUMENT_DECLINED"
}
],
"links": [
{
"href": "https://developer.paypal.com/docs/api/orders/v2/#error-INSTRUMENT_DECLINED",
"method": "GET",
"rel": "information_link"
},
{
"href": "https://www.paypal.com/checkoutnow?token=7H089630NY531653L",
"method": "GET",
"rel": "redirect"
}
],
"message": "The requested action could not be performed, semantically incorrect, or failed business validation.",
"name": "UNPROCESSABLE_ENTITY"
}Hello @augustus1996 thanks for your reply. I revert to 1.29 but it still doesn’t work. I contacted PayPal but they keep making me go back and forth between the tech team and the customer support and nobody seems to get a solution. They keep telling me check the “advanced card processing” option, but that option is not supported in Luxembourg.
In case it help here are more informations :
The message that I get in the payment card box :
“The verification of your MASTER_CARD-XXXX by your bank has failed. try another card.”(I tried two cards from two different banks)
The PayPal API calls log : status 201
– Response{ "create_time": "2023-06-01T15:46:58Z", "id": "14Y66970YH4846320", "intent": "CAPTURE", "links": [ { "href": "https://api.paypal.com/v2/checkout/orders/14Y66970YH4846320", "method": "GET", "rel": "self" }, { "href": "https://www.paypal.com/checkoutnow?token=14Y66970YH4846320", "method": "GET", "rel": "approve" }, { "href": "https://api.paypal.com/v2/checkout/orders/14Y66970YH4846320", "method": "PATCH", "rel": "update" }, { "href": "https://api.paypal.com/v2/checkout/orders/14Y66970YH4846320/capture", "method": "POST", "rel": "capture" } ], "payer": { "address": { "address_line_1": "*****", "admin_area_2": "xxxxxxxxx", "country_code": "xx", "postal_code": "xxxx" }, "name": { "given_name": "*****", "surname": "*****" } }, "purchase_units": [ { "amount": { "breakdown": { "discount": { "currency_code": "EUR", "value": "0.00" }, "handling": { "currency_code": "EUR", "value": "0.00" }, "item_total": { "currency_code": "EUR", "value": "1.00" }, "shipping": { "currency_code": "EUR", "value": "0.00" }, "tax_total": { "currency_code": "EUR", "value": "0.00" } }, "currency_code": "EUR", "value": "1.00" }, "items": [ { "description": "Product ID: 218", "name": "Action(s)", "quantity": "1", "sku": "218", "unit_amount": { "currency_code": "EUR", "value": "1.00" } } ], "payee": { "email_address": "*****", "merchant_id": "xxxxxxxxx" }, "reference_id": "default" } ], "status": "CREATED" }Thanks for your help
- This reply was modified 3 years ago by osmanfromkickstartweb.
- This reply was modified 3 years ago by osmanfromkickstartweb.
- This reply was modified 3 years ago by osmanfromkickstartweb.
I will do that and I let you know. thanks
- This reply was modified 3 years ago by osmanfromkickstartweb.
I’m in production mode, with two real cards. Is there any other informations that I can provide you to help me ?
Thanks for your reply, here is the link to the other ticket : https://ww.wp.xz.cn/support/topic/error-processing-payment-7/
the other person seems to face the same issue as me and you guys were seems to say that it comes from the plugin. Here is the link to the patch :
https://drive.google.com/file/d/139SBzXdbSY1LEB1iFCJDrI_ZZnj9mJET/view?usp=share_link
Plus, I tried with two different card from two different banks so it might not be a bank issue.
ThanksI also get a message next to the card number input :
“The verification of your MASTER_CARD-XXXX by your bank has failed. Try another card.”I tried two different cards and I get the same thing.