---
title: "Create Billing Note Payment"
method: POST
path: "/api/v1/BillingNotes/paidpayment"
tags: ["BillingNotes"]
---

# Create Billing Note Payment

`POST /api/v1/BillingNotes/paidpayment`

## Headers

- `Time-Stamp` string, required
- `Time-Signature` string, required
- `User-Token` string, required
- `Client-Token` string, required

## Request body

- PeakAPIsLibraryModelRequestPaidPaymentOldPaidPaymentsPostModel
  - `peakPaidPayments` PeakAPIsLibraryModelRequestPaidPaymentOldPaidPaymentsPostModelPaidPayment
    - `transactionTypeId` integer — Numeric code to indicate the document type
    - `transactionId` string — The Unique Identifier of the document for which payment is requested
    - `transactionCode` string — The Code of the document for which payment is requested
    - `paymentDate` string — Payment date in the format yyyyMMdd
    - `withholdingTaxAmount` string
    - `payments` PeakAPIsLibraryModelRequestPaidPaymentOldPaidPaymentsPostModelPayment[]
      - `paymentMethodId` string — The Unique Identifier of the payment method
      - `paymentMethodCode` string — Code of the payment method (If paymentMethodId has been assigned a value, paymentMethodCode is not required)
      - `accountCode` string — Account code to be used for recording financial transactions
      - `accountSubId` string — Payment amount
      - `accountSubCode` string
      - `amount` number, double
      - `note` string — Additional remarks or notes for that specific payment received

## Response `200`

Success

- PeakWCFModelsAPIResponseResponsePaidPaymentsModel
  - `peakPaidPayments` PeakWCFModelsAPIBodyAPIBodyPaidPayment
    - `resCode` string
    - `resDesc` string
    - `transactionId` string
    - `transactionCode` string
    - `paidPayments` PeakWCFModelsAPIAPITransactionsAPITransactionPayments
      - `id` string
      - `paymentDate` string
      - `withHoldingTaxAmount` string
      - `paymentGroupId` integer
      - `paymentTotal` number, double
      - `payments` PeakWCFModelsAPIAPITransactionsAPITransactionPaymentLists[]
        - `paymentMethodId` string
        - `paymentMethodCode` string
        - `accountCode` string
        - `accountSubId` string
        - `accountSubCode` string
        - `amount` number, double
        - `note` string
        - `isCheque` integer
        - `cheque` PeakWCFModelsAPIAPITransactionsAPITransactionChequePayment
          - `chequeDate` string
          - `paymentMethodId` string
          - `paymentMethodCode` string
          - `bankId` integer
          - `bankName` string
          - `amount` number, double
          - `chequeNo` string
          - `branchNo` string
          - `accountNo` string
          - `isDeposited` integer
      - `journals` PeakWCFModelsAPIAPITransactionsAPITransactionJournals[]
        - `id` string
        - `code` string
      - `referenceCode` string
      - `referenceId` string
      - `referenceType` string
    - `paymentAmount` number, double
    - `remainPaymentAmount` number, double
    - `remainWhtAmount` number, double
  - `eventType` string
  - `apiType` string

---

[API](https://skmtc.net/peakaccount/apis/peakapis-core.md) · [All operations](https://skmtc.net/peakaccount/apis/peakapis-core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peakaccount/peakapis-core/versions/516e79534d77/schema)
