#curse_charge-receipt-number
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/1326978223854059551
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
and is there any webhook for the email when it is sent?
Good question! let me check
does the issuing_transaction.purchase_details_receipt_updated cover for both one time payments and subscriptions?
Well for starters this is in Test mode using the customer email "test@test.com" so we wont' send an email
And no, Issuing is a whole different thing.
My first instinct would be to look at charge.updated because this fires whenever a property on the Charge object is changed
I will try it with a real payment then and check for the updates, thanks
yes I saw it manually, but I want to test it because I want to be able to manage the receipts thru discord for making it easier, the idea is for troubleshooting, if a user complains about no products being fullfiled ingame I can simple ask the receipt copy and find it on my discord channel and with commands update the payment
so if I cannot see the receipt in the webhooks because I m on test mode then I will pay one just to check
Got it, that makes sense