Refund
Retrieves the collection of Refund resources.
Retrieves the collection of Refund resources.
get/refunds
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
Refund collection
Example response
[
{
"id": "quickbooks-66",
"integration": "quickbooks",
"accountId": "35",
"currency": "USD",
"paymentRef": "USD",
"txnDate": "2021-06-24",
"totalAmount": 8750,
"customerId": "15",
"created": "2021-06-24T22:35:07+00:00",
"modified": "2021-06-24T22:35:07+00:00",
"srcId": "66",
"reason": "bad item",
"status": "succeeded"
}
]