---
title: "Verify Penny Amount"
method: PATCH
path: "/bank_accounts/{id}/penny_verify"
tags: ["Bank Accounts"]
---

# Verify Penny Amount

`PATCH /bank_accounts/{id}/penny_verify`

When penny verification is enabled, this API call verifies the two penny transactions that were sent to a specified bank account using **Send Penny Amount**. **Note**: This API call requires you to provide a front-end interface to your end-users into which they can input the penny amounts required for a successful verification. Your front-end interface should then pass the information into this API call. Penny credit verification is only supported for US platforms.

## Path parameters

- `id` string, required

## Request body

- PennyVerifyRequestBody
  - `amount_1` integer, required — First penny amount in cents. Can range from 1 to 30 cents.
  - `amount_2` integer, required — Second penny amount in cents. Can range from 1 to 30 cents.

## Response `200`

OK

- BankAccountAu
  - `bank_accounts` object
    - `active` boolean
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `id` string, uuid
    - `currency` string
    - `verification_status` 'not_verified' | 'in_progress' | 'processed'
    - `verification` object
      - `verified_at` string, date-time
      - `verification_method` 'COP'
      - `result` object
        - `match_result` 'MTCH' | 'MTCO' | 'CMTC' | 'WMTC' | 'NMTC' | 'NMTO' | 'NINF' | 'NFND' | 'CLSD'
    - `bank` object
      - `bank_name` string
      - `country` string
      - `account_name` string
      - `routing_number` string
      - `account_number` string
      - `holder_type` 'personal' | 'business'
      - `account_type` 'savings' | 'checking'
      - `direct_debit_authority_status` 'null' | 'approved'
    - `links` object
      - `self` string
      - `users` string
      - `direct_debit_authorities` string

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/revisions/60b528b2e015/schema)
