#Zdeno
1 messages ยท Page 1 of 1 (latest)
Hello
Hello
Thank you
Ah okay looks like there is info on it here: https://stripe.com/docs/payments/checkout/no-cost-orders#payment-links-and-pricing-tables
Did you enable this via your Checkout Settings?
Yes that option is enabled in settings, we checked it twice ๐
Okay so did you do:
To use no-cost orders with a pricing table in test mode, set the pricing tableโs customer-email property to an email whose local part includes the suffix +no_cost_orders. For example, `j.appleseed+no_cost_orders@example.comโ. The resulting checkout session lets you apply a discount that reduces the order total to zero.
Alright do you have an example Checkout Session ID I can look at ?
Which attribute is checkout session id? Just id starting with req_ ?
Hello. A request id would work, but a checkout session id starts with cs_
I dont see any record in the logs starting with cs_. I just tested if all products are visible in the table + how does look like subscribe page... so there is no checkout with testing credit card nothing.. I made basically just these two steps.... open stripe-pricing-table + click on subscribe button
No i see 0 products in pricing table however I am not able to process product with 0 or trial because credit card is still required.
I expected similar logic to " payment_method_collection=if_required" so when you provide no_cost_orders (well that suffix should be provided only in test mode) you should get checkout form just with email field
or am I wrong?
Hm did you do:
To use no-cost orders with a pricing table in test mode, set the pricing tableโs customer-email property to an email address whose local part includes the suffix +no_cost_orders. For example, `j.appleseed+no_cost_orders@example.comโ. The resulting checkout session lets you apply a discount that reduces the order total to zero.
from: https://stripe.com/docs/payments/checkout/no-cost-orders#payment-links-and-pricing-tables
Did you check this conversion? I mentioned that earlier ๐
Sorry i'm in many many threads
it is ok.. well i went through the documentation and didnt find any solution.. we basically tested everything... so not sure if that functionality is implemented and if yes it is probably broken ... another idea was to check it in live mode... but we dont want replace live products yet
Do you have any anwer for me... long or short does not matter ๐ I spent almost 1 hour on support without any result... the guy on support ended chat with result he will send the mail to the specialist... so I kind of hoped to find a solution here among the developers
Let me get a colleague to help you since I'm juggling too many threads. One moment.
Hey there, reviewing the above
To confirm, the unexpected result is that Checkout is asking for a payment method to be provided?
Is there somewhere I can access your test mode pricing table to try myself?
Hmm I dont think so. I have it in my local docker environment only.
The result for trial product
So as you can see in the email field is no_cost_orders suffix (I thought there is problem with another + sign so I also tested it with different email address)
Ok, this is subtly different than we've been discussing
checkout with free product - there shouldnt be payment information for sure.... as I mentioned above expected behaviour is similar to payment_method_collection=if_required
Why? We have been discussing pricing table
The docs here are for $0 prices or when you apply a 100% discount, the flow for a temporary free trial and supplying a payment method or not is a bit different, and not collecting a payment method for a free trial period is not yet supported via pricing table
So because I am not able to modify the table somehow - only attributes like pricing-table-id, prefilled_email ... there should be logic somewhere in the pricing table script that generate checkout link, shouldnt be?
Deferring payment method collection for trials is currently only available when you create the checkout sessions yourself (via the API), not with pricing table yet
We're working on adding this!
So in short 0 / trials are not supported by pricing table right? ๐
Aha ๐ great. Do you know any release date?
permanently free prices (eg $0/mo) should already be supported, but that's not the case here
Not a specific date no, but I suggest writing in to support to express interest in this ๐
hmm you wrote they should be already supported but it looks like they are not or... ?