Skip to content
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

Apple pay issue #2032

Open
perfectbusinessinnovation opened this issue Jan 11, 2025 · 1 comment
Open

Apple pay issue #2032

perfectbusinessinnovation opened this issue Jan 11, 2025 · 1 comment
Labels
Awaiting response Awaiting response from the issuer needs triage Needs triage

Comments

@perfectbusinessinnovation

I'm using flutter_stripe 11.1.0
and used PlatformPayButton

when i get clientSecret from my api and create paymentIntent
it gives payment sheet but when i try to complete the pay it stuck there and failed

this was working when i last time tested 15 days ago

This was on live test
though it works on test mode

I expected it to work and payment completed

for payment intent following code snippet is used
final paymentIntentResult =
await Stripe.instance.confirmPlatformPayPaymentIntent(
clientSecret: response.clientSecret!,
confirmParams: PlatformPayConfirmParams.applePay(
applePay: ApplePayParams(
merchantCountryCode: 'AU',
currencyCode: 'AUD',
cartItems: [
ApplePayCartSummaryItem.immediate(
label: "Supero Pizza",
amount: '${StorageManager().finalAmount}',
)
],
),
),
);

Smartphone / tablet
i'm testing on iphone 15

@remonh87 remonh87 added the Awaiting response Awaiting response from the issuer label Jan 12, 2025
@remonh87
Copy link
Member

I need more info then this to triage this issue. Did you speicfy the merchantidentifier and also what does the xcode logs say?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting response Awaiting response from the issuer needs triage Needs triage
Projects
None yet
Development

No branches or pull requests

2 participants