#jeyson-payment-link
1 messages ยท Page 1 of 1 (latest)
Hi there, yes you can create Payment Links via the API. See: https://stripe.com/docs/api/payment_links/payment_links/create
thanks for you help, I will check in the link ๐
๐
But not is possible without build a price object?
You can directly add the price on the line_items, https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-line_items
because it always requests a price id in the object of line_items { price: 'price_1LxDFjIuhv9nysbJG6JcSqrm',}
That is correct, maybe my wording was weird. You'd need to use price object here.
There is no way around it
I see, thanks for you help pgskc โ๏ธ