Skip to main content

Verify a Microdeposit

Use this endpoint to verify the amounts deposited into the account during a microdeposit verification. The verification has not successfully completed until the status is VERIFIED. Poll the /users/{user_guid}/micro_deposits/{micro_deposit_guid} (read microdeposit) endpoint until you see this status or an error state.

PUT
/micro_deposits/{micro_deposit_guid}/verify

Path Parameters

FieldRequiredType

micro_deposit_guid

The unique identifier for the microdeposit. Defined by MX.

Required
String

Header Parameters

FieldRequiredType

Accept-Version

MX Platform API version.

Required
String

Request Body

FieldRequiredType

micro_deposit

Optional
Object
Loading...