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>"
}
Retrieve a refund request by its 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>"
}
The ID of the refund request.
"rfrq_01234567890123456789"
OK
Response for refund request.