#fitzlong_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1430177009769648189
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
👋 Hi there! Let me take a look
Can you share the documentation you've been following?
Is it this guide? https://docs.stripe.com/payments/checkout/pay-what-you-want
Am I correct that this API does not support custom prices? If so, should I use a different API to achieve that?
You can configure an individual Price to be "pay what you want" as shown here:
https://docs.stripe.com/payments/checkout/pay-what-you-want?payment-ui=embedded-form&dashboard-or-api=api&lang=ruby#product-catalog
Creating a Price with custom_unit_amount allows the customer to choose their price during a Checkout Session:
https://docs.stripe.com/api/prices/object#price_object-custom_unit_amount
oh!thaks!Have a nice day
You're welcome. We'll be here if you have any more questions 🙂