Financial Account Service Async Impl
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun create(params: FinancialAccountCreateParams, requestOptions: RequestOptions): FinancialAccount
Create a new financial account
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun list(params: FinancialAccountListParams, requestOptions: RequestOptions): FinancialAccountListPageAsync
Retrieve information on your financial accounts including routing and account number.
Link copied to clipboard
Link copied to clipboard
open suspend fun registerAccountNumber(financialAccountToken: String, params: FinancialAccountRegisterAccountNumberParams, requestOptions: RequestOptions = RequestOptions.none())
Register account number
open suspend override fun registerAccountNumber(params: FinancialAccountRegisterAccountNumberParams, requestOptions: RequestOptions)
Link copied to clipboard
open suspend fun retrieve(financialAccountToken: String, requestOptions: RequestOptions): FinancialAccount
open suspend override fun retrieve(params: FinancialAccountRetrieveParams, requestOptions: RequestOptions): FinancialAccount
open suspend fun retrieve(financialAccountToken: String, params: FinancialAccountRetrieveParams = FinancialAccountRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): FinancialAccount
Get a financial account
Link copied to clipboard
Link copied to clipboard
open suspend fun update(financialAccountToken: String, requestOptions: RequestOptions): FinancialAccount
open suspend override fun update(params: FinancialAccountUpdateParams, requestOptions: RequestOptions): FinancialAccount
open suspend fun update(financialAccountToken: String, params: FinancialAccountUpdateParams = FinancialAccountUpdateParams.none(), requestOptions: RequestOptions = RequestOptions.none()): FinancialAccount
Update a financial account
Link copied to clipboard
open suspend fun updateStatus(financialAccountToken: String, params: FinancialAccountUpdateStatusParams, requestOptions: RequestOptions = RequestOptions.none()): FinancialAccount
Update financial account status
open suspend override fun updateStatus(params: FinancialAccountUpdateStatusParams, requestOptions: RequestOptions): FinancialAccount
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): FinancialAccountServiceAsync
Returns a view of this service with the given option modifications applied.
Link copied to clipboard
Returns a view of this service that provides access to raw HTTP responses for each method.