0

We're trying to get Stripe to work with ApplePay, but keep on getting the above error. I quite clearly have that parameter supplied, so what am I missing:

Here's the creation of the paymentIntent in the .js file:

 amount: amount, // e.g., 1000 = 10ドル.00 (initial estimate)
 currency: 'usd',
 payment_method_data: {
 type: 'card',
 card: { token: token },
 },
I am passing a STPToken derived from the Apple Pay token.
asked Apr 9, 2025 at 22:53

1 Answer 1

0

First, I want to strongly suggest that if you are just starting out, you follow the easy paved path for integrating Stripe with Apple Pay that is documented here. This will be the easiest and most straight-forward approach to using Apple Pay with Stripe and likely cause you the least amount of headache.

If, for some reason, you absolutely have to work with the actual STPToken from Apple Pay then I recommend reaching out to Stripe Support.

answered Apr 9, 2025 at 23:58
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.