#Kromolabs Developer - api
1 messages · Page 1 of 1 (latest)
Hi there!
What do you mean by "which URL"? This request was made by your PHP code using a secret key. And you can see your server IP address on this page: https://dashboard.stripe.com/logs/iar_iv5oou6ynKPVIS
Yes, i would like to know (if it is possible) which is the URL of the page that sent the request
In order to recognize if it has been sent by webhook listener or by another location of my website
Because I update payment intent description only when i receive an invoice.paid event, and that's not the case
All the information about that request is displayed here: https://dashboard.stripe.com/logs/iar_iv5oou6ynKPVIS So you can't know the URL.
If you need to, you could use the metadata parameter to store some extra information on the object, like where the request was made.
ok, thanks
Is it possible to get events arrived on this webhook we_1Ko75UG1EiuzslYujhccB3ca sooner than 17 June?
In order to check which events has been sent on 7th june?
Unfortunately not, we only have a 15 day retention period webhook event conversations. Data retained from before then will be more limited
ok thanks