#Piercy-checkout
1 messages · Page 1 of 1 (latest)
@neon ridge sure, you just retrieve it with https://stripe.com/docs/api/checkout/sessions/retrieve and then look at the url field in the response : https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-url
oh its actually a response, i have no idea why we don't just return that. Going to add that in.
it's only something we added somewhat recently, in the past you had to use stripe.js redirectToCheckout but we loosened the requirement and added a url field a couple of months back