Functions

Link copied to clipboard
@MustBeClosed
open suspend fun create(externalBankAccountToken: String, params: ExternalBankAccountMicroDepositCreateParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<MicroDepositCreateResponse>

Returns a raw HTTP response for post /v1/external_bank_accounts/{external_bank_account_token}/micro_deposits, but is otherwise the same as MicroDepositServiceAsync.create.

Link copied to clipboard

Returns a view of this service with the given option modifications applied.