#Laverick
1 messages · Page 1 of 1 (latest)
well the payment goes through and I can see this on the dashboard, but surely the server must be sending some confirmation message with a transaction number
Got it! For this you need to use webhook events. This is explained here: https://stripe.com/docs/webhooks/stripe-events
ok. this object is captured in charge.php?
What is charge.php?
one of the files that was installed . I have an index.php, a charge.php which seems to be where the transaction takes place and a config.php which contains the stripe array of publishable key and hidden key
I don't know what are the content of these files, so not sure how I can help.
But if you want to run some custom code when a payment succeeds, then you need to use webhook events. I recommend reading this doc to better understand how this works: https://stripe.com/docs/webhooks/stripe-events
ok thanks for your help