#ll0071
1 messages · Page 1 of 1 (latest)
Hello! Looks like your last thread was a while ago, let's start a new one instead. What's up?
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
There are examples for making Connect requests here: https://stripe.com/docs/connect/authentication
There's an example there which shows how to get a Customer, but the same approach will work for Balance Transactions.
It works! Thank you!