#kyjewel-checkout
1 messages · Page 1 of 1 (latest)
Hi! Are you using Checkout Session or Payment Link? And can you clarify what you mean exactly by "i want to add the shipping method"?
Im using payment link and invoices sent directly to customers. but in the checkout when the customer click the payment link there is no option where they can choose a shipping method (free/standard/express). Also if using the invoice there is no option to add the shipping. Only the tax and cupons..
This is if using payment link no option for shipping method/rates only the shipping and billing address but in the demo https://checkout.stripe.dev/configure you can toggle the shipping and it will show
Preview some of the features available in our prebuilt, hosted payment page.
This one is if im creating an invoice no option to add for shipping
there is no option where they can choose a shipping method (free/standard/express)
And each shipping method has a different price? I don't think it's possible to do that with Payment Links
I plan to use only one price for my shipping method. But i dont know how to add it as the chat support said it needs coding. I have created a shipping rate in my dashboard but i cant add it in my payment link and invoice
Shipping Rates work with Checkout Session, but not with Payment Links: https://stripe.com/docs/api/checkout/sessions/create?lang=node#create_checkout_session-shipping_options
I want this option in my checkout i dont know how to add it
When creating the Checkout Session (and not a Payment Link), you need to use this parameter: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-shipping_options
You can see some examples here: https://stripe.com/docs/payments/checkout/shipping
So it need coding? Sorry if im a pain. I dont know how to code and im just new to stripe im trying to figure out what to do.