- Get draw purchase disputes
Get line of credit purchase disputes
Get draw purchases
Create purchase
Get draw purchases timeline
Get purchase by ID
Update purchase
Get purchase disputes
Create purchase dispute
Get purchase dispute by ID
Update purchase dispute
Get line of credit purchases
Get line of credit purchases timeline
Get draw purchase dispute...
Security
oauth2(Required scopes: purchase.dispute:list) or bearerAuth or apiKeyHeader
GET
- oauth2
- bearerAuth
- apiKeyHeader
curl -i -X GET \
'https://sandboxapi.peach.finance/api/people/{personId}/loans/{loanId}/draws/{drawId}/disputes?limit=25&startingAfter=string&endingBefore=string&cardIds=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "count": 0, "status": 0, "data": [ { … } ] }