#sebastian-checkout-paymentlink

1 messages · Page 1 of 1 (latest)

barren plume
keen patrol
#

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?

barren plume
#

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

keen patrol
#

ok but is there a way I could retrieve information from that specific checkout session

barren plume
#

yes, I explained that above

#

did you read my links?

#

The Checkout Session will have a payment_link property that is the ID of the PaymentLink you created

keen patrol
#

ohhh

#

now I understand thanks