---
title: "POST /business/{business}/payments/"
method: POST
path: "/business/{business}/payments/"
tags: ["payments"]
---

# POST /business/{business}/payments/

`POST /business/{business}/payments/`

## Path parameters

- `business` string, required

## Request body

- object
  - `amount` number, required — The total monetary value associated with the order.
  - `date` string, date-time, required — The timestamp representing the date and time of the order.
  - `order` integer, required — The unique identifier number for the order.

## Response `201`

Successful response

- object
  - `pk` integer — The primary key or identifier associated with the payment.
  - `order` integer — The unique identifier number associated with the order.
  - `amount` string — The total monetary value of the order.
  - `status` string — The current status of the order.
  - `date` string, date-time — The timestamp indicating the date and time the payment was created.
  - `paid_date` string, date-time — The timestamp indicating the date and time the order was paid, or null if not paid.
  - `shipping_address` object — Details of the shipping address in the order.
    - `street` string — The street address in the shipping information.
    - `number` string — The house or building number in the shipping information.
    - `suburb` string — The suburb or district in the shipping information.
    - `city` object — The city information in the shipping details.
      - `name` string, required — The name of the city in the shipping information.
    - `state` object — The state information in the shipping details.
      - `name` string — The name of the state or region in the shipping information.
      - `country` object — The country information in the shipping details.
        - `name` string — The name of the country in the shipping information.
    - `zip_code` string — The ZIP code or postal code in the shipping information.
  - `shipping_address_id` integer — The identifier associated with the shipping address in the order.
  - `billing_address` object — Details of the billing address in the order.
    - `street` string — The street address in the billing information.
    - `number` string — The house or building number in the billing information.
    - `suburb` string — The suburb or district in the billing information.
    - `city` object — The city information in the billing details.
      - `name` string — The name of the city in the billing information.
    - `state` object — The state information in the billing details.
      - `name` string — The name of the state or region in the billing information.
      - `country` object — The country information in the billing details.
        - `name` string — The name of the country in the billing information.
    - `zip_code` string — The ZIP code or postal code in the billing information.
  - `billing_address_id` string — The identifier associated with the billing address in the order.
  - `client` string — The identifier or reference associated with the client or customer.
  - `customer_order_reference` string — The customer's reference or identifier associated with the order.

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/tonderio/apis/tonder.md) · [All operations](https://skmtc.net/tonderio/apis/tonder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonderio/tonder/revisions/aface34fb9b2/schema)
