Defines the request schema for /bank_transfer/create
Name | Type | Description | Notes |
---|---|---|---|
idempotency_key | BankTransferIdempotencyKey | ||
access_token | str | The Plaid `access_token` for the account that will be debited or credited. | |
account_id | str | The Plaid `account_id` for the account that will be debited or credited. | |
type | BankTransferType | ||
network | BankTransferNetwork | ||
amount | str | The amount of the bank transfer (decimal string with two digits of precision e.g. "10.00"). | |
iso_currency_code | str | The currency of the transfer amount – should be set to "USD". | |
description | str | The transfer description. Maximum of 10 characters. | |
user | BankTransferUser | ||
client_id | str | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
secret | str | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
ach_class | ACHClass | [optional] | |
custom_tag | str, none_type | An arbitrary string provided by the client for storage with the bank transfer. May be up to 100 characters. | [optional] |
metadata | BankTransferMetadata | [optional] | |
origination_account_id | str, none_type | Plaid’s unique identifier for the origination account for this transfer. If you have more than one origination account, this value must be specified. Otherwise, this field should be left blank. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |