#hellotika
1 messages · Page 1 of 1 (latest)
Hello! Can you give me the request ID showing that response so I can take a look? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
pi_3NldzWHFPm42d8Jm0IfFFAkA
This Payment Intent's next_action is set to use_stripe_sdk, so there is no URL. You need to use a client-side Stripe SDK, like Stripe.js, to handle the next action.
do u have any pointers on which piece of the client side stripe sdk could this be?
It could be a lot of things. Let's back up a bit. Can you tell me what you're trying to do/build?
- front end prompt for cc and createPaymentMethod
- front end calls our bankend to pay with that pmId
- this pmId triggers requires action
- now what can the front end do?
i know that if our front end uses pi to pay stripe directly, the 2ds by bank pops up automatically with /paymentReturn
Typically you would pass the Payment Intent's client secret to the client and call something like stripe.handleNextAction: https://stripe.com/docs/js/payment_intents/handle_next_action