#sebastian-checkout-paymentlink
1 messages · Page 1 of 1 (latest)
@keen patrol unfortunately that's not something we support today. You'd have to list all sessions https://stripe.com/docs/api/checkout/sessions/list and for each one check https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-payment_link
ok thanks, and is there a way I could from this code somehow create a checkout session, so I could send the person the checkout session that has a specific id so I could retrieve information from it?
I don't really understand what you are describing I'm sorry. Your code creates a PaymentLink, then it has a URL that you share with all your customers and they will pay on Checkout and each have their own Checkout Session, and then each Session will have payment_link: 'pl_12345' pointing to that PaymentLink you created
ok but is there a way I could retrieve information from that specific checkout session