---
title: "Create a payment"
method: POST
path: "/v2/payments"
---

# Create a payment

`POST /v2/payments`

Endpoint to create a Payment.

## Request body

- CreatePaymentRequest
  - `companyId` string
  - `reference` string
  - `amount` string
  - `currency` string

## Response `200`

Successfully created payment

- Payment
  - `id` string
  - `customerBillId` string
  - `companyId` string
  - `reference` string
  - `amount` string
  - `currency` string
  - `status` string
  - `authNumber` string
  - `ticketMessage` string
  - `metadata` object
  - `createdAt` string, date-time

---

[API](https://skmtc.net/monato/apis/monato-s-api.md) · [All operations](https://skmtc.net/monato/apis/monato-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monato/monato-s-api/revisions/982a5085b0a3/schema)
