#axiosz
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- axiosz, 22 hours ago, 3 messages
Hello
You want to look at the resulting Charge from the Transfer
So you expand the destination_payment.balance_transaction: https://stripe.com/docs/api/transfers/object#transfer_object-destination_payment
so from the transfer i extract the destination_payment and use it to fetch the charge.
please note that the charge shows the value in usd not cad, which is what im interested in
You want the balance_transaction
Not the charge
You can do this all in one step
Which indicates how you expand responses
You want to retrieve the Transfer and expand the destination_payment.balance_transaction as I noted above
I think it worked
-u redacted: \
-d "expand[]"="destination_payment.balance_transaction"
Yep that looks good
is this information aavalable instantly after transfer is issued?
Yes, you can expand the destination_payment.balance_transaction when you create the Transfer
Then it will be included in the response for that request
cool. thank you @kindred talon ! have a nice day!