Security
oauth2(Required scopes: transaction:list) or bearerAuth or apiKeyHeader
GET
- oauth2
- bearerAuth
- apiKeyHeader
curl -i -X GET \
'https://sandboxapi.peach.finance/api/people/{personId}/loans/{loanId}/transactions?status=scheduled&paymentInstrumentId=string&isExternal=true&isVirtual=true&transactionType=payment&paymentReason=autoPay&retryOriginalTransactionId=string&serviceCreditTypes=serviceAgent&toEffectiveDate=2019-08-24&fromEffectiveDate=2019-08-24&fromDisplayDate=2019-08-24&toDisplayDate=2019-08-24&limit=25&startingAfter=string&endingBefore=string&sortBy=appliedAt' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Collection of Transactions
Response
{ "count": 0, "nextUrl": "string", "previousUrl": "string", "status": 0, "total": 0, "data": [ { … } ] }