Skip to main content

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

FieldRequiredType

micro_deposit_guid

The unique identifier for a microdeposit. Defined by MX.

Required
String

Request Body

FieldRequiredType

deposit_amount_1

The first deposit amount.

Required
Number

deposit_amount_2

The second deposit amount.

Required
Number
Loading...