#theplay3r_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1255970764738531454
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
For more context, I want to have this functionality: https://docs.stripe.com/payments/checkout/pay-what-you-want, but without having to create a new product/price directly. (For which the line_items.price_data would be ideal)
Is that possible?
Hi ๐ no, that currently can't be done with price_data. I'll file feedback with our teams that is something you'd be interested in seeing offered in the future.
Okay, I thought so, I will just let the user choose the amount on our end and put it to the price_data directly then.
Thanks for the quick response!