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

# Create a new payment

`POST /v1/Payments`

If no Payment Account ID is passed the method is the first available non ACH/CC method of your instance.

## Request body

- RevAppPostModelsPaymentsPayment
  - `payment_account_id` integer — Foreign identifier representing the payment account you wish to process the payment with.
  - `bill_id` integer — Foreign identifier representing the bill to apply the payment to.
  - `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/revisions/135571434f6c/schema)
