microdeposits
List all microdeposits for a user
Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID.
get/users/{user_guid}/micro_deposits
Path parameters
user_guidstring required
The unique identifier for a user, beginning with the prefix USR-.
Response
OK
Example response
{
"micro_deposits": [
{
"guid": "MIC-09ba578e-8448-4f7f-89e1-b62ff2517edb",
"institution_code": "mxbank",
"institution_name": "MX Bank",
"status": "INITIATED",
"updated_at": "2023-06-01T19:18:06Z"
}
],
"pagination": {
"current_page": 1,
"per_page": 25,
"total_entries": 1,
"total_pages": 1
}
}