#draakar_api
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/1337008596486983730
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Thank you
I guess you could check if there's a Balance Transaction with type=reserve_transaction: https://docs.stripe.com/api/balance_transactions/object#balance_transaction_object-type
How do I connect it with a charge?
Are you sure this happened for this payment? py_1Qp3s0GOs2bxG0RwOABpC6PG
I am.
Did you confirm it via the Dashboard somehow? Or did you see it on your bank account statement?
Yes in the dashboard
I found it through the list endpoint and the source is rtx_1Qp3s3GOs2bxG0RwZw6z64ln I don't even know how to get to this
what does rtxvalue relate to?
I don't think this object has any direct links to the transfer, unfortunately. You can probably match it by the amount and time.
rtx stands for ReserveTransaction
So not able to securely do it? matching the value and date is a no no
hi! I'm taking over this thread.
you are trying to match a rtx_xxx with a Transfer? like mentioned above, I don't think there's a direct link between the two.
Hey thank you
But really there is, right? Because one is created in consequence of another
right, that's what was suggested earlier:
You can probably match it by the amount and time.
I just want to know when I charge an account if a ReserveTransaction is created or not
I can't we are going to generate multiple payments at the same time with likely the same value to different accounts
do we have an webhook when a balance transaction is changed?
do we have an webhook when a balance transaction is changed?
hum let me double check
you can see all events here: https://docs.stripe.com/api/events/types
and I don't see anything related to Balance Transactions
okay, thank you kind of a turn off that this is not all connected ๐ค
yes I agree this could be improved.