# Verify amounts of microdeposits

Endpoint: POST /people/{personId}/payment-instruments/{paymentInstrumentId}/verify
Version: 2025-03-26
Security: oauth2, bearerAuth, apiKeyHeader

## Path parameters:

  - `personId` (string, required)
    A Borrower's unique identifier, tied to a person or a business. Can be Peach or a lender's external identifier.

  - `paymentInstrumentId` (string, required)
    The payment instrument identifier.

## Request fields (application/json):

  - `deposit1` (integer, required)

  - `deposit2` (integer, required)

