---
title: "Create a bank account payment"
method: POST
path: "/v1/Payments/bankaccount"
tags: ["Payments"]
---

# Create a bank account payment

`POST /v1/Payments/bankaccount`

Creates a payment using a bank account.

## Request body

- RevAppPostModelsPaymentsBankAccountPayment
  - `bank_account` RevAppPostModelsPaymentsBankAccount, required
    - `account_name` string, required — The name on the bank account.
    - `account_number` string, required — Bank account number.
    - `routing_number` string, required — Bank routing number.
    - `account_type` 'CHECKING' | 'SAVINGS', required — Indicates the type of bank account.
    - `bank_name` string — Bank name.
    - `check_number` string — Check number.
    - `address_id` integer — Foreign identifier indicating the address associated with this payment method If no address is supplied, the billing address on the customer is used
  - `save_payment_information` boolean — Save the bank account information on the customer profile for future transactions
  - `customer_id` integer, required — Primary identifier of customer to create this payment for.
  - `amount` number, double, required — Amount to create this payment for.
  - `reference_number` string, required — The reference number of this payment.
  - `received_date` string, date-time — Specify the date this payment was received.

## Response `201`

Created

- RevWebAPIModelsCreate
  - `ok` boolean
  - `id` integer

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/versions/135571434f6c/schema)
