#.nicobzz
1 messages · Page 1 of 1 (latest)
You can create a payment link for a subscription without a webpage
See docs here: https://stripe.com/docs/payment-links/create
thank you
but I want to create the link automaticatly with php and not by going into stripe interface, is it the case?
Yes you can use the API too
https://stripe.com/docs/payment-links/api
thank you very much