#ibgoldbergs_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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1213183700968280176
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ibgoldbergs_payment-events, 17 minutes ago, 12 messages
Unfortunately there's no webhook event for balance transactions, but instead you could expand source on the Balance Transaction to see the full underlying payment (including it's metadata) that's associated with it
so this means if i put the metadata on the payment intent, and then expand balance transactions to include the source, we should have access?
Metadata that's set on Payment Intents gets automatically copied to the Charge that's created, so for Balance Transactions where the source is a charge you should see the right metadata. For refunds it'd be a bit different - you'd likey need to expand source.charge to expand the refund AND the charge