Read a microdeposit for a user
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. 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}
Path Parameters
| Field | Required | Type |
|---|---|---|
micro_deposit_guid The unique identifier for the microdeposit. Defined by MX. | Required | String |
user_guid The unique identifier for a | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Loading...