-
-
Reported in HC-1077282 / ZD 4282395
**Describe the bug**
_"Whenever customers select our express delivery option on our website but they opt to pay with ApplePay, for some reason apple pay is am…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
Configured project on a React Native App (not expo). Working well processing payments.
D…
-
## Steps to reproduce
1. Go to https://stripe.com/en-ro/apple-pay.
1. Tap on "Try it now"
1. Expected behavior
* Apple pay prompt should be displayed.
1. Actual behavior
* Apple pay prompt is…
-
Hello!
Currently, there is a problem when using Apple Pay in a headless setup. This has been discussed with @boxblinkracer
## When does the issue happen?
- Domain of headless storefront differ…
-
It would be nice to have digital wallets including Apple Pay as an express checkout option at the beginning of the checkout process like Shopify does it. That way the other checkout steps could be ski…
-
Magento 2.4.6-p6
Billwerk V 1.2.46
Aheadworks One page checkout (https://aheadworks.com/one-step-checkout-extension-for-magento-2)
We went from -p5 (everything working fine) to -p6 and now start…
-
**Describe the bug**
Description field in `PaymentRequestType.recurring` is not shown on apple pay sheet.
There is no way to show the description on apple pay sheet by using stripe flutter.
**To …
-
### Describe the bug
On Blocks, Google Pay is not displayed on the Cart and Checkout but is on the PDP.
![image](https://github.com/user-attachments/assets/9d0d9ae7-8324-4760-8445-4f0e3d0f83ee)
…
-
```
const paymentRequest = new PaymentRequest(
[IOS_PAYMENT_METHOD_DATA],
DETAILS,
);
paymentRequest
.canMakePayment()
.then(async (canMakePayment: boolean) => {…