#Archana

1 messages · Page 1 of 1 (latest)

high flumeBOT
echo thorn
#

Hi there, can you share with me one of the PaymentIntent IDs?

severe quiver
#

pi_3MFF4rLDM92GxuVa1zsdXZ6T

#

How to fetch which payment method is used in the Stripe checkout page by the user? How to get those details. Am not getting this payment method from checkout session ID

echo thorn
#

I don't see an error in this PaymentIntent. It's status is requires_capture because its capture_method is manual, so you need to manually capture it.

#

You can get the payment_intent from the checkout session, from there you can access the payment_method used in this payment_intent

severe quiver
#

But am not getting payment_intent parameter value when doing payment except card

#

pi_3MGjOfLDM92GxuVa0Qcerk7M

echo thorn
#

I'm not following, can you share with me the code?

severe quiver
#

Can you check with this payment intent ID: pi_3MGjOfLDM92GxuVa0Qcerk7M

#

I have paid through SEPA, its showing success here but in my testing environment its displayed "Transaction On Hold"

echo thorn
#

This payment is succeeded, and it's status is also shown in Dashboard. Where did you see the Transaction on hold message?

severe quiver
#

Getting this error when trying to get the response from checkout session API

echo thorn
#

When did you retrieve the checkout session? SEPA is a delayed notification payment method, which means its payment status is not immediately available upon checkout.