#mkoenke
1 messages ยท Page 1 of 1 (latest)
stripe payout id is po_1MFQQJAe4tUNA0aQyUuWiuPv
HI ๐ if a Payout includes a currency conversion, then the exchange rate that was used should be on the Balance Transaction object for that Payout.
You can find the ID of the Balance Transaction in the balance_transaction field on the Payout object:
https://stripe.com/docs/api/payouts/object#payout_object-balance_transaction
You can then retrieve that Balance Transaction object and check its exchange_rate field:
https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-exchange_rate
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i see the id for the balance transaction, but we didnt expand it in the reponse, and when I search on the stripe dashboard it is not found
Did you try retrieving it via the API? (This forum is intended for helping developers with their API/coding/integration questions, so we aren't as familiar with the dashboard side of these processes)
i did not, but I can try
That would be my suggestion, but that's because it's the path we're more familiar with here. If you're looking to see if this information is exposed in the Stripe dashboard, then I think our Support team may be able to provide better guidance on that.
https://support.stripe.com/?contact=true