---
title: "Payment Sale"
method: POST
path: "/v1/payment/orders/{order_id}/notifications"
tags: ["Notification Services Sales"]
---

# Payment Sale

`POST /v1/payment/orders/{order_id}/notifications`

Receiving notifications of a sale finalized.

## Path parameters

- `order_id` string, required

## Request body

- NotificationSale
  - `status` string, required — Sale status. States supported Confirmed or Cancelled.
  - `transaction` object, required
    - `reference_id` string, required — Transaction identifier, generated by client. (Maximum of 50 characters - Unique per transaction).
    - `business_id` string — Business ID. The ID of the transaction related with this payment
    - `provider_reference` object — Provider reference data (optional, only available for Card payments)
      - `batch_id` string — Batch identifier from the acquirer (optional)
      - `ticket_number` string — Ticket number from the acquirer (optional)
      - `tid` string — Transaction identifier from the acquirer (optional)
      - `nsu` string — NSU (Número Sequencial Único) from the acquirer (optional)
  - `amount` object — Applies only for cancelled status.
    - `currency_code` string, required — Currency code (ISO 4217)
    - `value` number, required — Payment total amount

## Response `200`

Notification response

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/koin/apis/payments-api.md) · [All operations](https://skmtc.dev/koin/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/koin/payments-api/revisions/6f2c01e43fe2/schema)
