#Gustavo Garcia

1 messages · Page 1 of 1 (latest)

tiny edgeBOT
gray prism
#

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

balmy yew
#

for example in my dev environment is good to have url webhook or is better use the cli?

gray prism
#

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

balmy yew
#

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

gray prism
#

Which part do you not know how to do?

#

Happy to help with any specific questions you have

balmy yew
#

i need to create a checkout complete event with line items

#

from stripe cli

gray prism
#

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

balmy yew
#

ahh