FinancialAccountServiceAsync

Types

Link copied to clipboard
interface WithRawResponse

A view of FinancialAccountServiceAsync that provides access to raw HTTP responses for each method.

Functions

Link copied to clipboard
Link copied to clipboard
abstract suspend fun create(params: FinancialAccountCreateParams, requestOptions: RequestOptions = RequestOptions.none()): FinancialAccount

Create a new financial account

Link copied to clipboard
open suspend fun list(requestOptions: RequestOptions): FinancialAccountListPageAsync

abstract suspend fun list(params: FinancialAccountListParams = FinancialAccountListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): FinancialAccountListPageAsync

Retrieve information on your financial accounts including routing and account number.

Link copied to clipboard
Link copied to clipboard
abstract suspend fun registerAccountNumber(params: FinancialAccountRegisterAccountNumberParams, requestOptions: RequestOptions = RequestOptions.none())

open suspend fun registerAccountNumber(financialAccountToken: String, params: FinancialAccountRegisterAccountNumberParams, requestOptions: RequestOptions = RequestOptions.none())

Register account number

Link copied to clipboard
abstract suspend fun retrieve(params: FinancialAccountRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): FinancialAccount
open suspend fun retrieve(financialAccountToken: String, 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
abstract suspend fun update(params: FinancialAccountUpdateParams, requestOptions: RequestOptions = RequestOptions.none()): FinancialAccount
open suspend fun update(financialAccountToken: String, 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
abstract suspend fun updateStatus(params: FinancialAccountUpdateStatusParams, requestOptions: RequestOptions = RequestOptions.none()): FinancialAccount

open suspend fun updateStatus(financialAccountToken: String, params: FinancialAccountUpdateStatusParams, requestOptions: RequestOptions = RequestOptions.none()): FinancialAccount

Update financial account status

Link copied to clipboard

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.