#Archana
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me one of the PaymentIntent IDs?
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
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
But am not getting payment_intent parameter value when doing payment except card
pi_3MGjOfLDM92GxuVa0Qcerk7M
I'm not following, can you share with me the code?
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"
This payment is succeeded, and it's status is also shown in Dashboard. Where did you see the Transaction on hold message?
Getting this error when trying to get the response from checkout session API
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.