latestOpenAPI 3.0.02026-08-10233809957.8 KB
5cdfae3fa1fa
Bill Payments
Creates an individual bill payment for a business.
post/bills/payments
Request body
Example request
{
"connection": {
"businessName": "Railz",
"serviceName": "quickbooks"
},
"data": {
"currencyRate": 1.13,
"memo": "Bill payment memo.",
"date": "2021-03-29",
"locationRef": "3",
"totalAmount": 200.5,
"trackingCategoryRef": "23118",
"accountRef": "132",
"vendorRef": "250",
"billRef": "250",
"currency": "CAD",
"lines": [
{
"memo": "Sample memo for transaction",
"billRef": "3n2"
}
],
"subsidiaryRefs": [
"4"
]
}
}Response
Example response
{
"pushCommunicationId": "60473b57f0cdd1683ca71f60",
"requestedOn": "2021-03-09T08:15:22.035Z",
"status": "pending",
"businessName": "Railz",
"serviceName": "quickbooks",
"data": {
"currencyRate": 1.13,
"memo": "Bill payment memo.",
"date": "2021-03-29",
"locationRef": "3",
"totalAmount": 200.5,
"trackingCategoryRef": "23118",
"accountRef": "132",
"vendorRef": "250",
"billRef": "250",
"currency": "CAD",
"lines": [
{
"memo": "Sample memo for transaction",
"billRef": "3n2"
}
],
"subsidiaryRefs": [
"4"
]
}
}