---
title: "POST /bills/payments"
method: POST
path: "/bills/payments"
tags: ["Bill Payments"]
---

# POST /bills/payments

`POST /bills/payments`

Creates an individual bill payment for a business.

## Request body

- PushBillPaymentDto
  - `connection` PushConnection, required
    - `businessName` string, required — Unique business name identifier.
    - `serviceName` 'freshbooks' | 'quickbooks' | 'quickbooksDesktop' | 'xero' | 'oracleNetsuite' | 'sageBusinessCloud' | 'sageIntacct' | 'dynamicsBusinessCentral' | 'dynamics365Finance' | 'wave' | 'shopify' | 'square' | 'plaid' | 'myob' | 'zohoBooks' | 'byod', required — Name of accounting platform service.
  - `data` PushBillPayment, required
    - `currencyRate` number, float
    - `memo` string
    - `date` string, date
    - `locationRef` string
    - `totalAmount` number, float
    - `trackingCategoryRef` string
    - `accountRef` string
    - `vendorRef` string
    - `billRef` string
    - `currency` string
    - `lines` BillPaymentLine[]
      - `amount` number, float
      - `memo` string
      - `billRef` string, required
    - `subsidiaryRefs` string[]

## Response `200`

- PushBillPaymentResponseDto
  - `pushCommunicationId` string, required
  - `requestedOn` string, date-time, required
  - `status` 'success' | 'failed' | 'pending', required
  - `businessName` string, required
  - `serviceName` 'freshbooks' | 'quickbooks' | 'quickbooksDesktop' | 'xero' | 'oracleNetsuite' | 'sageBusinessCloud' | 'sageIntacct' | 'dynamicsBusinessCentral' | 'dynamics365Finance' | 'wave' | 'myob' | 'zohoBooks' | 'byod', required
  - `data` PushBillPayment, required
    - `currencyRate` number, float
    - `memo` string
    - `date` string, date
    - `locationRef` string
    - `totalAmount` number, float
    - `trackingCategoryRef` string
    - `accountRef` string
    - `vendorRef` string
    - `billRef` string
    - `currency` string
    - `lines` BillPaymentLine[]
      - `amount` number, float
      - `memo` string
      - `billRef` string, required
    - `subsidiaryRefs` string[]

## Other responses

- `400` — Bad Request Error - Thrown if fields sent via query does not follow specifications
- `401` — Unauthorized - Not logged in or log in expired
- `403` — Forbidden - Not enough permission
- `500` — Server Error

---

[API](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api.md) · [All operations](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/railz/fis-accounting-data-as-a-service-api/revisions/5cdfae3fa1fa/schema)
