#highlvnder
1 messages · Page 1 of 1 (latest)
hey!
What do you mean? a payment link can have multiple payments, its not a single use concept
Oh my bad, can i create a single use link ? Just for one payement and after that check ?
I read the doc and i see the payementintents, but i only want to make request with axios
You can list Checkout Sessions by payment_link: https://stripe.com/docs/api/checkout/sessions/list#list_checkout_sessions-payment_link
Then check the payment_status of those sessions
https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-payment_status
No, they're re-usable. For single payments you might want to create Checkout sessions directly
I will check everything, if i want to create checkout sessions directly is on this link ? (The first.)
The checkout create api is what you'd use: https://stripe.com/docs/api/checkout/sessions/create