#axiosz

1 messages · Page 1 of 1 (latest)

tulip starBOT
#

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
kindred talon
#

Hello

#

You want to look at the resulting Charge from the Transfer

desert flare
#

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

kindred talon
#

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

desert flare
#

I think it worked

  -u redacted: \
  -d "expand[]"="destination_payment.balance_transaction"
tulip starBOT
kindred talon
#

Yep that looks good

desert flare
#

is this information aavalable instantly after transfer is issued?

kindred talon
#

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

desert flare
#

cool. thank you @kindred talon ! have a nice day!