#Gustavo Garcia
1 messages · Page 1 of 1 (latest)
Hello
When you are creating an endpoint you are seeing invalid URL?
It does have to be an HTTPS endpoint to register it. If you are looking to test locally then you will want to forward from the CLI
for example in my dev environment is good to have url webhook or is better use the cli?
I would recommend that you do test with your actual server before going live, yes.
But you can do initial testing via the CLI to get your code figured out.
Just depends at what stage you are at in development
ah perfect, my problem with cli is that i need to build a checkout session completed of payment with expandable line items, and other stuffs but i really don't know how do this
Which part do you not know how to do?
Happy to help with any specific questions you have
Why do you need to do this from the CLI?
You can use the CLI to forward the Webhooks
But that doesn't mean you have to use the CLI to create the Checkout Session for instance
ahh