/bills/payments

Creates an individual bill payment for a business.

{
  "connection": {
    "businessName": "ABC Company Inc.",
    "serviceName": "quickbooks"
  },
  "data": {
    "accountRef": "132",
    "vendorRef": "250",
    "billRef": "250",
    "totalAmount": 200.5,
    "currency": "CAD",
    "currencyRate": 1.13,
    "date": "2021-03-29",
    "memo": "Bill payment memo."
  }
}
{
  "connection": {
    "businessName": "ABC Company Inc.",
    "serviceName": "quickbooks"
  },
  "data": {
    "accountRef": "132",
    "vendorRef": "250",
    "currency": "CAD",
    "currencyRate": 1.13,
    "lines": [
      {
        "billRef": "3n2",
        "amount": "342.99",
        "memo": "Sample memo for transaction"
      },
      {
        "billRef": "3n32",
        "amount": "342.99",
        "memo": "Sample memo for transaction"
      }      
    ],
    "date": "2021-03-29",
    "memo": "Invoice payment memo."
  }
}
Language
Authentication
Bearer
JWT
Click Try It! to start a request and see the response here!