#Laverick

1 messages · Page 1 of 1 (latest)

pale hawkBOT
exotic ingot
#

Hi there!

#

What do you mean by "to capture feedback from the stripe server"?

civic minnow
#

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

exotic ingot
civic minnow
#

ok. this object is captured in charge.php?

exotic ingot
#

What is charge.php?

civic minnow
#

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

exotic ingot
#

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

civic minnow
#

ok thanks for your help