Nexus API
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 microdeposit status is VERIFIED. Poll the Read a Microdeposit endpoint until you see this status or an error state.
PUT
/micro_deposits/{micro_deposit_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
micro_deposit_guid The unique identifier for a microdeposit. Defined by MX. | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
deposit_amount_1 The first deposit amount. | Required | Number |
deposit_amount_2 The second deposit amount. | Required | Number |
Loading...