#shariq-connect-btx
1 messages · Page 1 of 1 (latest)
pi_3LGMdzLzw9S74nsh1mXszPZS
To confirm, you want the Balance Transaction payment/transfer of the €94.29 or the BT of the currency conversion to PLN?
the BT of the currency conversion to PLN
What API calls are you making at the moment?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but this is giving me euro balance transaction
So from that pi_xxx you shared, use the Transfer field on the associated Charge: tr_3LGMdzLzw9S74nsh1jGCiFa5
You can retrieve that and expand the associated balance_transaction which should have the FX rates on: https://stripe.com/docs/api/transfers/object#transfer_object-balance_transaction
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 didn't see a pln amount in the balance transaction response. there is euro one which is platform currency
ok soma take your time
and the connected account settles currency in pln
I just checked the connected account (acct_1GemsrLzw9S74nsh), and they do have a EUR balance. That's why their balance transaction is in EUR and not in PLN
This is the balance transaction (on the connected account): txn_3LGMdzLzw9S74nsh1TsoLIyU
In their Stripe account they only have one bank account in EUR.
i think you are not getting my point.
I need to see only one connected account which settles currency in pln
Can you share a PaymentIntent ID where the connected account settles in PLN currency?
pi_3LGMdzLzw9S74nsh1mXszPZS
This is the same account as before (acct_1GemsrLzw9S74nsh), which only has a EUR bank account, so their funds are not converted to PLN and stay in EUR as expected.
and the transfer id is
tr_3LGMdzLzw9S74nsh1jGCiFa5
destination account id is (acct_1L8IXKQ3nOVMxzqP)
i need to get transfer destination account payment
can you tell me how to retrieve payment on a connected account?
Hi there. Taking over for soma as they have to step out. Making requests on connected accounts are done in the exact same way as normal requests on your platform account. The only difference is what's covered in this article: https://stripe.com/docs/connect/authentication. I recommend you give it a read