#nad_api

1 messages ¡ Page 1 of 1 (latest)

nimble sedgeBOT
#

👋 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/1273044966867996724

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

rotund narwhal
#

Hi there

#

This information can be found in the associated BalanceTransaction object for the Charge

#

So if you retrieve the PaymentIntent and expand latest_charge.balance_transaction, you should find the information you're looking for

#

stripe payment_intents retrieve <payment_intent_id> --live --expand latest_charge.balance_transaction

rotund narwhal
#

@pseudo nebula let me know if this helps!

pseudo nebula
#

sorry i completely missed your message

#

thats perfect

#

thanks for you help