#manlibear_transaction-description
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/1291411330745634817
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
For reference:
We want to be able to set the description here and then for it to show in the CSV gotten from clicking Export
What do you mean exactly? What do you mean by transaction vs payment?
Well the above is a list of Transactions
Two secs, lemme grab a copy of the CSV
So the Source field, the ones that are Payments (py_*) we are setting the Description field on that, how do we get that to carry over to the Transaction (or simply set it seperately)
Oh ok
So you do destination charges and you want the description on the connect account's payment
On the Connect account's Transaction
You'd need to explicitly call this endpoint to set it on those py_ objects: https://docs.stripe.com/api/charges/update#update_charge-description
Already doing that, two secs, shall grab a screen of the code, do you read C#?
So yeah, we're setting the description on the Destination Payment
But the exported CSV above is for Transactions (txn_*), so it's not showing there
txn is a different object
You'd need to export the py_ objects to see it
You can't control the description field for txn_ objects (balance transactions)
Right
Okay so what you're saying is that I can't edit the description field on that CSV?
Correct because the description field on that csv isn't the py_ 's description
It's the txn's description
And we can't set the txn description?
You can't