#ll0071

1 messages · Page 1 of 1 (latest)

grim idolBOT
clear arrow
#

Hello! Looks like your last thread was a while ago, let's start a new one instead. What's up?

frozen frost
#

Im trying to get a balance_transaction object with the BalanceTransactionService, however I need to pass in a RequestOptions parameter in order to get the right account. How can I pass the RequestOptions object to the balanceTransactionService ?

#

with the PaymentIntentService I can call the CreateAsync method and pass in the requestOptions object. Im looking for a similar way to do it with BalanceTransactionService

clear arrow
#

There's an example there which shows how to get a Customer, but the same approach will work for Balance Transactions.

frozen frost
#

It works! Thank you!