ACH Verification
Update a Micro-deposits Verification
PUT
/
accounts
/
{acc_id}
/
verification_sessions
/
{avf_id}
Updates an existing AccountVerificationSession object of type micro_deposits
.
Amounts should be attempted once the AccountVerificationSession status
is in_progress
, indicating that the micro-deposit transactions
have been sent.
Path Parameters
acc_id
string
requiredID of the Account.
avf_id
string
requiredID of the AccountVerificationSession.
Body
micro_deposits
object
requiredReturns
Returns an AccountVerificationSession object.