Complete micro-deposits
To use this endpoint from the browser, you’ll need to specify the
/accounts/{accountID}/bank-accounts.write
scope when generating a token.
PUT
/accounts/{accountID}/bank-accounts/{bankAccountID}/micro-deposits
|
|
|
|
|
|
Micro-Deposits Successfully verified
{
"status": "verified"
}
No account with the specified accountID was found or micro-deposits have not been sent for the source.
The amounts provided are incorrect or the bank account is in an unexpected state.
Request was refused due to rate limiting.
Response headers
Retry-After
number
Path parameters
accountID
string
<uuid>
required
ID of the account.
bankAccountID
string
<uuid>
required
ID of the bank account
Body
application/json
amounts
array
Two positive integers, in cents, equal to the values of the micro-deposits sent to the bank account.
Response
application/json
status
string<enum>
The micro-deposit status.
Possible values:
verified