#alss5147

1 messages · Page 1 of 1 (latest)

novel escarpBOT
coral dust
#

Hi! Let me help you with this.

#

What happens when you click Return to Merchant?

boreal roost
#

nothing, and I would like it to close automatically without any additionnal action from the user

#

is it possible ?

coral dust
#

How are you integrating this currently?

#

Are you using PaymentSheet?

boreal roost
#

Im using this:

  const { confirmPayment, loading } = useConfirmPayment();

with this:

confirmPayment(
      stripeClientSecret,
      {
        paymentMethodType: 'Card',
        paymentMethodData: {
          paymentMethodId: stripePaymentMethodId,
        },
      },
      { setupFutureUsage: 'OffSession' }
    )
coral dust
#

Is this the Card Element?

boreal roost
#

we previously use the card element

#

but here is a call to the confirmPayment function and providing an existing payment method id

coral dust
#

Could you please share the PaymentIntent ID pi_xxx?

boreal roost
#

I don't have it right now, I need to ask to the devs

coral dust
#

Please ask your developers to reach out to us, it will be much easier to solve the issue of this kind.