#Jerry Jose

1 messages · Page 1 of 1 (latest)

cold lynxBOT
signal bough
hot pike
#

for this do we need to configure webhook endpoint in Stripe dashboard?

signal bough
#

Nope, the CLI acts as a proxy in that regard. You tell it which events to listen for (checkout.session.completed I guess) and use the --forward-to arg to send it to your local dev server

hot pike
#

So the events(create payment) are need to be do in CLI, then the CLI forward it to webhook endpoint, am I correct?

signal bough
#

No, you don't need to trigger the events via the CLI

#

You can create and complete a Checkout Session via your normal integration and the CLI will receive and forward those events

#

(assuming its authenticated on the same account)

hot pike
#

Great Thank you