#elias_soykat-stripe-CLI

1 messages · Page 1 of 1 (latest)

lean crag
#

Hello 👋
the alternative would be to retrieve objects to keep a track of its state such as if a payment attempt was made, you can store its payment ID and keep polling it to check on its status but webhooks are the better way to handle these things asynchronously.

scarlet goblet
#

Thank you so much for yur quick response.. but question is after submitting the form how can i get the submitted details without stripe cli... ((why i am not interested in cli? bcz after i deploy the project how i running my command line in locally this is my confusion thats i ask is any way without cli...))

#

how i access this end point from stripe prebuild checkout form builder...

lean crag
#

So there seems to be some confusion here so let me clarify a bit,

  • You can receive the same events on your backend server when you deploy your application
  • These events are sent by Stripe whenever your user goes through the checkout flow
  • Each event should contain information about the transaction such as its status

An alternative to see the information on your front end