- Get purchase dispute by ID
Get line of credit purchase disputes
Get draw purchase disputes
Get draw purchases
Create purchase
Get draw purchases timeline
Get purchase by ID
Update purchase
Get purchase disputes
Create purchase dispute
Update purchase dispute
Get line of credit purchases
Get line of credit purchases timeline
Get purchase dispute by I...
Security
oauth2(Required scopes: purchase.dispute:read) or bearerAuth or apiKeyHeader
GET
- oauth2
- bearerAuth
- apiKeyHeader
curl -i -X GET \
'https://sandboxapi.peach.finance/api/people/{personId}/loans/{loanId}/draws/{drawId}/purchases/{purchaseId}/disputes/{purchaseDisputeId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "message": "string", "status": 0, "data": { "createdAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z", "id": "string", "updatedAt": "2019-08-24T14:15:22Z", "externalId": "string", "cardId": "string", "caseId": "string", "companyId": "string", "disputedAmount": 0.1, "metadata": {}, "repostedPurchaseId": "string", "status": "unsubmitted", "timestamps": { … } } }