#fishboi_subscription-pricingtable
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/1248740690494488636
đ Have more to share? Add details, code, screenshots, videos, etc. below.
@fallow canopy This is not something we offer today. We don't have the concept of a page we host with a dropdown of prices options.
The closest is: https://stripe.com/docs/payments/checkout/pricing-table which might be what you want though
Is this free to use?
Also, I just created a payment link (https://buy.stripe.com/test_bIYcMYcJf2q40ow6oo)
Do I receive webhooks for this?
yes
You can test all of this in Test mode quickly to see what happens!
fishboi_subscription-pricingtable
Thanks! Also, why is it not letting me change the color
I'd recommend reaching out to our support team for questions like this. They can better help you 1:1 directly. You can reach out to them here: https://support.stripe.com/contact
Please work with our support team for 1:1 Dashboard help! They can help you better. This Discord server is focused more on helping developers about our API and their code
I basically wanna ensure that a customer can only use a free trial once
Any way I can make sure of that using payment links here?
I dont want someone to cancel the free trial before getting billed and then use a free trial again
no there's no protection to avoid someone using the free trial more than once. That's something you'd need to build yourself
I just received a webhook for event 'evt_1PPARuIJY9GdUtEDEou15q0g' but how do i know which product item was paid for?
For instance, if I have multiple payment links for different items, how do i know which item was paid for in the webhook? I dont see a field which tells me this
I see, what's the difference between checkout.session.completed and invoice.paid? Which one should i use to update that payment went through
the former, it's the one documented in that canonical doc I gave you!
I see. Can i also pre fill a customer's email for payment links?
Also, while retrieving the session i am getting:
raw: {
code: 'resource_missing',
doc_url: 'https://stripe.com/docs/error-codes/resource-missing',
message: 'No such checkout.session: cs_test_b120btFgX37FnpBEnMipHKPendvJkgUlTnCQOe9xQNfNP6QkEu3N8ABaVR',
request_log_url: 'https://dashboard.stripe.com/logs/req_8rONvvJNZBAqJ3?t=1717796751',
type: 'invalid_request_error',
@fallow canopy make sure to look at our docs on your own for a few minutes. All of this is documented: https://docs.stripe.com/payment-links/customize#customize-checkout-with-url-parameters
The failed request is you using your Live Secret API key but the Session was created in Test mode
Thanks!
Going to leave for the week end but if you have a follow up question then you can reach out to our support team: https://support.stripe.com/contact
How come? If someone starts free trial, cancels it, and then starts again, how do I know they are doing this? I have their email so do i send them to differnt payment link or what?
I dont want to prevent them from buying
how do I know they are doing this?
you would track this yourself in your own database. We don't have such a feature today sorry! But our support team can help if you have follow up questions: https://support.stripe.com/contact