microdeposits
Read a microdeposit for a user
Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br></br> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
get/users/{user_guid}/micro_deposits/{micro_deposit_guid}
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"
}
]
}