#artemchernov_46783
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
What's exactly the problem?
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_klTyJNfkV9z9o3
I can reproduce this problem again if you need.
I tied all card from "Test cards" page with 3ds but got same result.
How are you setting up the card?
Are you following this guide?
https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements
Yes, I used this guide.
I provide for mobile application public key and client secret.
Then mobile application use it for add card.
Let me reproduce the problem now and provide all the logs of communication with stripe. I think it will be easier for you to understand what is missing from the logs.
I see that the provided Payment Method was created with a call to POST /v1/payment-methods, which is not how the guide recommends: https://dashboard.stripe.com/test/logs/req_S66BmN30zfM1PL
What are you doing on the frontend exactly?
On the frontend we just add the cards, further all debits take place only on the backend.
I'm going to take another look at the guide now.
Could you please share the relevant code snippet?
And also a related SetupIntent ID? seti_xxx?
seti_1NnHLTAeKl9RJQ2tXLRIq2Ij
I don't an attempt to use the Payment Method produced by this SetupIntent.
I also don't see it being attached to a customer. You need to create a SetupIntent with a customer. Then the produced Payment Method will get attached to it.
Just a minute, I'll get everything ready
Ok.
Created setup intent
https://dashboard.stripe.com/test/logs/req_nrvO03uZlDgx5d
Confirm setup intent
https://dashboard.stripe.com/test/logs/req_IoIf373BcvOdNm
Attached payment method to customer
https://dashboard.stripe.com/test/logs/req_ZOaRc2Gpv68p26
Make payment
https://dashboard.stripe.com/test/logs/req_CC327WLY4V2u4A
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Can you try providing the Customer when the SetupIntent is created? Just for a test.
https://dashboard.stripe.com/test/logs/req_u4NmCEWj5j80Ix
Is that what you need?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
No no, I am just suggesting to create a SetupIntent with a customer parameter set: https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements#create-intent
When using the 4242 4242 4242 4242 card, everything works fine
I'll try
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Same problem
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
That's not the same Payment Method:
pm_1NnI7vAeKl9RJQ2tVBQxpJwX
pm_1NnIOdAeKl9RJQ2tziyELQUx
I think you are confusing the IDs somewhere.
Thank you. I'll check it
Happy to help!