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
| Field | Required | Type |
|---|---|---|
micro_deposit_guid The unique identifier for the microdeposit. Defined by MX. | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
micro_deposit | Optional | Object |
Loading...