API Reference
Learn about Microdeposit fields in the API.
Webhooks
Learn about the Microdeposits webhook.
Create a Microdeposit
After you have an account number, routing number, and account type, request Create a Microdeposit.
Check the Microdeposit's Status
To track the status of microdeposits, you can either use the Microdeposits webhook or poll the Read a Microdeposit for a User endpoint at regular intervals.Approximately 36 hours after creating a microdeposit, begin polling the Read a Microdeposit for a User endpoint at an interval of 15 minutes (which is the interval MX updates it at) until its
status is either DEPOSITED or ERRORED.We recommend waiting 36 hours because microdeposits typically don’t reach a DEPOSITED or ERRORED status for 12 to 36 hours.Handle the Microdeposit Status
NOTEFor a full list of all microdeposit statuses, see Microdeposit Statuses.
status of the microdeposit is DEPOSITED, prompt the end user to verify the deposit amounts and send their input using Verify Microdeposit.If the status of the microdeposit is VERIFIED, you can check the connection_status of the member to ensure you can retrieve any data from that connection.
