#venkateshjsoft
1 messages · Page 1 of 1 (latest)
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.
- venkateshjsoft, 2 minutes ago, 2 messages
hi! you never replied to me in the other thread 🙂 what is your question?
Hi
threas was closed before I was trying to reply
sometimes we ask our customers to pay via payment link if their payment is failed, is there a way to link this payment link with the failed payment intent
we are manually adjusting this failed payment now
it's not really easy but you could use https://stripe.com/docs/api/checkout/sessions/list#list_checkout_sessions-payment_link to get the CheckoutSessions for a given PaymentLink, and then on each one, look at the payment_intent property to cross reference to PaymentIntent objects
okay let me check