#oleksandr2299
1 messages · Page 1 of 1 (latest)
hi, not sure I follow? you can dynamically create PaymentLinks if required : https://stripe.com/docs/api/payment_links/payment_links/create
and how after payment link creation I can understand that this link connected to specific product? I'm listing the products on my website and I want to have Pay/Subscribe button for each product I receive from API call (/v1/products). Each button should redirect user to payment page for selected product. So, I need payment link attached for specific product. Can I get this link via API call?
no, because there is no such thing as a default link that just exists for each Product
if you want a link, you need to create one explicitly using that API for example
Ok. Thanks...