#mattbevis_webhooks
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1356955079143460966
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
They're set on the Charge object, so you'd need to retrieve that from the API, or listen for a charge.* event
but that url expires after 30 days if im not mistaken
Correct
is there a url I can get that doesn't expire aftter 30 days?
There is not. The URL would still be accessible, we'd just generate a new one and send it to the email address associated to the payment
ok... what if they change there email after the payment has been made?
would they still have to use the old email address?
Yes
We'd only send the new receipt/URL to the email address associated with the payment
ok
and last question on that charge updated event any reason why the receipt number would be coming through as null
Got an example?
like code or a charge id?
Well the evt_xxx ID you referenced
ahh
I'd guess it's null because no receipt has been sent (it's test mode and we don't send them automatically)
evt_3R9P3mRsAFHOkz1y0TuLs6I6
so id only get a receipt_id in prod?
You can manually send the receipt via the Dashboard and that should populate the field
ok
so just to confim if this isn't in test mode it will come back with a receipt_id?
If you have receipt sending turned on and we email a receipt in live mode, yes receipt_number will be populated
I assume thats a setting somewhere
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
successful payments โ
Great!