#nikhil_05327
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- nikhil_05327, 48 minutes ago, 12 messages
- nikhil_05327, 2 days ago, 30 messages
What flow are you trying to build? Are you following any docs?
i am doing server to server integration and followed this doc for confirm payment https://stripe.com/docs/payments/3d-secure?platform=web#manual-redirect
what test card are you using?
i used the things available on the documents curl --location 'https://api.stripe.com/v1/payment_methods'
--header 'Content-Type: application/x-www-form-urlencoded'
--header 'Authorization: Basic kndkekfklendf'
--data-urlencode 'type=card'
--data-urlencode 'card%5Bnumber%5D=4242424242424242'
--data-urlencode 'card%5Bexp_month%5D=12'
--data-urlencode 'card%5Bexp_year%5D=2034'
--data-urlencode 'card%5Bcvc%5D=314'
4242 card does not trigger 3DS unless requested by radar afaik
Try using a 3DS card