Retry Micro Deposits
Retry external bank account via micro deposit
Retry external bank account micro deposit verification.
Path Parameters
Body Parameters
Returns
A globally unique identifier for this record of an external bank account association. If a program links an external bank account to more than one end-user or to both the program and the end-user, then Lithic will return each record of the association
The country that the bank account is located in using ISO 3166-1. We will only accept USA bank accounts e.g., USA
An ISO 8601 string representing when this funding source was added to the Lithic account.
currency of the external account 3-character alphabetic ISO 4217 code
The last 4 digits of the bank account. Derived by Lithic from the account number passed
Legal Name of the business or individual who owns the external account. This will appear in statements
Owner Type
Routing Number
Account State
Account Type
The number of attempts at verification
Verification Method
Verification State
Indicates which Lithic account the external account is associated with. For external accounts that are associated with the program, account_token field returned will be null
Address
Optional field that helps identify bank accounts in receipts
Date of Birth of the Individual that owns the external bank account
Doing Business As
The financial account token of the operating account to fund the micro deposits
The nickname for this External Bank Account
User Defined ID
Optional free text description of the reason for the failed verification. For ACH micro-deposits returned, this field will display the reason return code sent by the ACH network
curl https://api.lithic.com/v1/external_bank_accounts/$EXTERNAL_BANK_ACCOUNT_TOKEN/retry_micro_deposits \
-H 'Content-Type: application/json' \
-H "Authorization: $LITHIC_API_KEY"
{
"token": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"country": "country",
"created": "2019-12-27T18:11:19.117Z",
"currency": "currency",
"last_four": "last_four",
"owner": "owner",
"owner_type": "BUSINESS",
"routing_number": "routing_number",
"state": "ENABLED",
"type": "CHECKING",
"verification_attempts": 0,
"verification_method": "MANUAL",
"verification_state": "PENDING",
"account_token": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"address": {
"address1": "x",
"city": "x",
"country": "USD",
"postal_code": "11201",
"state": "xx",
"address2": "x"
},
"company_id": "company_id",
"dob": "2019-12-27",
"doing_business_as": "doing_business_as",
"financial_account_token": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"name": "name",
"user_defined_id": "user_defined_id",
"verification_failed_reason": "verification_failed_reason"
}