#axiosz
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ the currency conversion you're describing happens before a Payout is generated. That happens because the Connected Account isn't able to settle funds in the currency you're sending them, so the funds go through a currency conversion as they're being sent to the Connected Account.
The Transfer that gets created, should have a reference to the Payment (Charge) object that it creates on the Connected Account to represent the incoming funds:
https://stripe.com/docs/api/transfers/object#transfer_object-destination_payment
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.