#thiagomacauba88 - Apple Pay
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Can you share the request IDs for one of these failing requests?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
This is a setup intent. Even if it was successful there is no charge to the payment method provided.
What is the charge ID? This request will never create a charge
Yeah, this is an entirely different record. You can see the request here: https://dashboard.stripe.com/test/logs/req_OdBl4N1QE2c9oA
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I don't know. The error you are seeing is that the Payment Method used in creating the Setup Intent has already been consumed and so cannot be attached to a customer.
I don't know why the Payment Intent (where the charge comes from) is being created
i have no idea, it's the same flow that I'm using to charge
without applePay
the only difference is the PaymentCreatedMethod is created from ApplePay
So this is your own integration? How are you creating both a Setup Intent and a Payment Intent?
Calling /setup_intent, /confirm_payment
Okay, step back, what are you trying to achieve here?
Do you want to collect a charge, save a payment method for later, what?
no no, just a normal pay through applePay
Oaky so what are you doing with a Setup Intent. Those are used to save payment methods for later use
can i share the piece of the code?
Have you reviewed this doc? It's the normal approach and it will include Apple Pay along with credit cards
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
it doesnt make any sense, because i already have the payment flow working
Why don't you break down the steps you are taking both on the server and client side
HI ๐ jumping in as my teammate needs to step away.
Hey toby, any ideas about that?
Can you share with us what your flow is doing?