Micro Deposit Service Async
Types
Link copied to clipboard
interface WithRawResponse
A view of MicroDepositServiceAsync that provides access to raw HTTP responses for each method.
Functions
Link copied to clipboard
abstract suspend fun create(params: ExternalBankAccountMicroDepositCreateParams, requestOptions: RequestOptions = RequestOptions.none()): MicroDepositCreateResponse
open suspend fun create(externalBankAccountToken: String, params: ExternalBankAccountMicroDepositCreateParams, requestOptions: RequestOptions = RequestOptions.none()): MicroDepositCreateResponse
Verify the external bank account by providing the micro deposit amounts.
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.