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