Hi @kanzariyan41
I am getting pemission deny when trying to view your config screenshot. Please can you try again.
Thanks
thank you.
Limewire is prohibited for us to access however we have been provided logs by your bank partner but they are only showing INFO level.
Please can you check the logs setting are set to DEBUG and they generate new logs to send via you bank partner – https://developer.woocommerce.com/docs/best-practices/data-management/logging/#configuring-the-logger
thanks
Here it is
=====================================================================
Visa Acceptance Solutions — Unified Checkout Logs
=====================================================================
---------------------------------------------------------------------
1. Credit Card — UC Capture Context Request
---------------------------------------------------------------------
Timestamp : 2026-02-26 14:47:23 UTC
Type : Visa Acceptance Solutions Credit Card UC Capture Context Request
Request Payload:
{
"clientVersion": "0.33",
"targetOrigins": [
"https://ashandzoe.com"
],
"allowedCardNetworks": [
"VISA",
"MASTERCARD"
],
"allowedPaymentTypes": [
"PANENTRY"
],
"country": "LB",
"locale": "en_US",
"captureMandate": {
"billingType": "NONE",
"requestEmail": false,
"requestPhone": true,
"requestShipping": false,
"showAcceptedNetworkIcons": true,
"requestSaveCard": true
},
"orderInformation": {
"amountDetails": {
"totalAmount": "7.89",
"currency": "USD"
},
"billTo": {
"email": "xxxxxxxxxxxxxxxxxxxxxxxxx",
"firstName": "xxxxx",
"lastName": "xxxxxx"
}
},
"transientTokenResponseOptions": {
"includeCardPrefix": false
}
}
---------------------------------------------------------------------
Credit Card — UC Capture Context Response
---------------------------------------------------------------------
Timestamp : 2026-02-26 14:47:24 UTC
Status : SUCCESS
Correlation ID : cb8e6538-c02a-408d-8652-cbd10ad6464d
Response Token (JWT — truncated for readability):
eyJraWQiOiJ6dSIsImFsZyI6IlJTMjU2In0...[TRUNCATED]...PUlLg
=====================================================================
2. Express Pay — UC Capture Context Request
=====================================================================
Timestamp : 2026-02-26 14:47:24 UTC
Type : Visa Acceptance Solutions Express Pay UC Capture Context Request
Request Payload:
{
"clientVersion": "0.33",
"targetOrigins": [
"https://ashandzoe.com"
],
"allowedCardNetworks": [
"VISA",
"MASTERCARD"
],
"allowedPaymentTypes": [
"APPLEPAY",
"GOOGLEPAY"
],
"country": "LB",
"locale": "en_US",
"captureMandate": {
"billingType": "FULL",
"requestEmail": false,
"requestPhone": true,
"requestShipping": true,
"showAcceptedNetworkIcons": false,
"requestSaveCard": true
},
"orderInformation": {
"amountDetails": {
"totalAmount": "7.89",
"currency": "USD"
}
},
"transientTokenResponseOptions": {
"includeCardPrefix": false
}
}
---------------------------------------------------------------------
Express Pay — UC Capture Context Response
---------------------------------------------------------------------
Timestamp : 2026-02-26 14:47:25 UTC
Status : FAILED
HTTP Code : 400
Error:
[400] Error connecting to the API
https://apitest.visaacceptance.com/up/v1/capture-contexts
=====================================================================
SUMMARY
=====================================================================
✔ Credit Card (PANENTRY)
- Capture Context generated successfully.
- API working correctly.
✘ Express Pay (APPLEPAY / GOOGLEPAY)
- Capture Context request failed.
- API returned HTTP 400 error.
=====================================================================
thank you. I see the issue and have passed it onto the Dev team for priority review
Hi @kanzariyan41
We were able to determine that your plugin CURCY – WooCommerce Multi Currency Premium didn’t have our payment method in its included list and that is why the payment option wasn’t loading.