microdeposits
List all verifications for a user
This endpoint returns a list of the account verifications associated with the user, as well as the status of those verifications.
get/users/{user_guid}/account_verifications
Path parameters
user_guidstring required
The unique identifier for a user, beginning with the prefix USR-.
Response
OK
Example response
{
"micro_deposit": [
{
"account_name": "My test account",
"account_number": "3331261",
"account_type": "CHECKING",
"email": "joshyboy2@example.com",
"first_name": "Joshy",
"last_name": "Grobanne",
"routing_number": "091000019",
"guid": "MIC-09ba578e-8448-4f7f-89e1-b62ff2517edb",
"institution_code": "mxbank",
"institution_name": "MX Bank",
"status": "INITIATED",
"updated_at": "2023-06-01T19:18:06Z"
}
]
}