GET
/
v1
/
refund-request
/
{id}
curl --request GET \
  --url https://api.sandbox.usenash.com/v1/refund-request/{id}
{
  "id": "rfrq_01234567890123456789",
  "createdAt": "2023-08-29T19:17:46.264523",
  "jobId": "job_01234567890123456789",
  "taskId": "tsk_01234567890123456789",
  "organizationId": "org_01234567890123456789",
  "incidentSubtype": "<string>",
  "incidentNotes": "<string>",
  "status": "approved",
  "refundAmountCents": 11500,
  "refundAmountDeliveryFeeCents": 1000,
  "refundAmountOrderValueCents": 10000,
  "refundAmountTipCents": 500,
  "currency": "USD",
  "response": "<string>",
  "proofOfRefund": "<string>"
}

Path Parameters

id
string
required

The ID of the refund request.

Example:

"rfrq_01234567890123456789"

Response

200
application/json
OK

Response for refund request.