#Kannu

1 messages · Page 1 of 1 (latest)

outer etherBOT
#

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.

  • Kannu, 2 days ago, 26 messages
tropic coral
#

Hi there!

#

Can you share a PaymentIntent ID (pi_xxx) that is incomplete?

thin plover
#

"id": "pi_3OESDuSHA3j9qB7X1R07Cftr",

#

@tropic coral ^^

#

are you checking?

tropic coral
#

Please be patient, Discord is busy

#

The PaymentIntent has status: "requires_action", so it's expected that it's incomplete.

#

Now you need to confirm the PaymentIntent on the frontend

thin plover
#

from where i can get PAYMENT_INTENT_CLIENT_SECRET

tropic coral
thin plover
#

is there any way to bipass the confirmation of any payment from frontend.

#

i want to handled it backend only.

#

i don't want to involve Frontend developers.

tropic coral
#

Not possible, if the bank request 3DS, then it has to be done by the customer on the frontend.

thin plover
#

can i make it other request rather than bank 3ds

#

const {paymentIntent, error} = await stripe.confirmCardPayment(
"pi_3OESDuSHA3j9qB7X1R07Cftr_secret_NBxIZxL3VvT7AXQxYfq7dlb2K",
);

#

GETTING THIS

#

@tropic coral

tropic coral
#

No need to ping me, please be patient.

#

Did you impact Stripe.js?

thin plover
#

yes

tropic coral
#

No, you need to call confirmCardPayment on the frontend, not on the backend

thin plover
#

when will they call it

#

after redirection?

tropic coral
#

I don't understand your question

thin plover
#

when confirmcardpayment method will call on frontend

tropic coral
#

What's the question?

thin plover
#

Not possible, if the bank request 3DS, then it has to be done by the customer on the frontend.
Kannu — Today at 16:35
can i make it other request rather than bank 3ds?

tropic coral
#

I don't understand sorry. If you have a PaymentIntent with status: requires_action, then you have to ask the user to come back to your website/app and then call confirmCardPayment on the frontend so they can start the 3DS flow. If you don't do this, the PaymentIntent will stay incomplete.