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.
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"
}
]
}Changes
Changed in 2 of the 50 revisions of this API.162
- ●
deleted the
pathrequest parametermicro_deposit_guidrequest-parameter-removed
- ●
deleted the
pathrequest parameteruser_guidrequest-parameter-removed
- ●
removed the optional property
micro_deposit/account_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
micro_deposit/account_numberfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
micro_deposit/account_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
micro_deposit/emailfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
micro_deposit/error_messagefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
micro_deposit/first_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
micro_deposit/guidfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
micro_deposit/institution_codefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
micro_deposit/institution_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
micro_deposit/last_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
micro_deposit/routing_numberfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
micro_deposit/statusfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
micro_deposit/updated_atfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
micro_deposit/verified_atfrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
readUserMicrodepositwas addedapi-operation-id-added
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
- ○
Of the 50 revisions, 1 has no diff computed.