BillPayment
Retrieves the collection of BillPayment resources.
Retrieves the collection of BillPayment resources.
get/bill_payments
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
BillPayment collection
Example response
[
{
"id": "quickbooks-321",
"integration": "quickbooks",
"srcId": "460000000053219",
"billId": "34",
"vendorPaymentId": "quickbooks-34",
"vendorId": "460000000026049",
"vendorName": "Bowman and Co",
"paymentMode": "Stripe",
"txnDate": "2013-10-07",
"referenceNumber": "REF#912300",
"amount": 12500,
"currency": "USD",
"created": "2016-12-16T00:18:42-0500",
"modified": "2016-12-16T00:18:42-0500"
}
]