Skip to main content

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

FieldRequiredType

micro_deposit_guid

The unique identifier for the microdeposit. Defined by MX.

Required
String

user_guid

The unique identifier for a user, beginning with the prefix USR-.

Required
String

Header Parameters

FieldRequiredType

Accept-Version

MX Platform API version.

Required
String
Loading...