#curse_charge-receipt-number

1 messages ยท Page 1 of 1 (latest)

solemn shaleBOT
#

๐Ÿ‘‹ 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.

gleaming badger
#

Hi ๐Ÿ‘‹

The receipt number is null until the receipt email has been delivered.

sage elbow
#

and is there any webhook for the email when it is sent?

gleaming badger
#

Good question! let me check

sage elbow
#

does the issuing_transaction.purchase_details_receipt_updated cover for both one time payments and subscriptions?

gleaming badger
#

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

sage elbow
#

I will try it with a real payment then and check for the updates, thanks

gleaming badger
#

You can manually do it in Test mode also

sage elbow
#

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

gleaming badger
#

Got it, that makes sense