Nexus API
Read a microdeposit
Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID.
Webhooks for microdeposit status changes are triggered when a status changes. However, the actual status of the microdeposit guid only updates once per hour on the 15th minute of the hour. For example, if the guid status updates on the 16th minute of the hour, you would have to wait for 59 minutes to see a status change. You may force a status update by calling the read microdeposit endpoint.
GET
/micro_deposits/{micro_deposit_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
micro_deposit_guid The unique identifier for a microdeposit. Defined by MX. | Required | String |
Loading...