Payment
Retrieves the collection of Payment resources.
Retrieves the collection of Payment resources.
get/payments
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
Payment collection
Example response
[
{
"id": "706f68c5-46b2-43d8-9aa8-41d1cc2a317f",
"integration": "quickbooks",
"srcId": "706f68c5-46b2-43d8-9aa8-41d1cc2a317f",
"paymentDate": "2020-10-22T19:30:17.697Z",
"totalAmount": "8750",
"status": "PAID",
"modified": "2020-10-09T14:52:50.550Z",
"accountId": "562555f2-8cde-4ce9-8203-0363922537a4",
"customerId": "1d80716b-427e-4cad-80c6-c4b3a18eb23d",
"customerName": "Gateway Motors",
"linkedTxnId": "361a4980-7f53-4b68-820c-f6487f613284",
"linkedTxnType": "Deposit",
"created": "2021-10-22T19:30:17.697Z",
"invoiceId": "129",
"currencyCode": "USD",
"paymentType": "PayPal"
}
]