v1
latestOpenAPI 3.1.02026-07-2296226496.3 KBJob
Get Refund Request
Retrieve a single refund request by its ID, including status and resolution details.
get/v1/refund-request/{id}
Path parameters
idstring required
The ID of the refund request.
Example:rfrq_01234567890123456789
The ID of the refund request.
Response
OK
Example response
{
"id": "rfrq_01234567890123456789",
"createdAt": "2023-08-29T19:17:46.264523",
"resolutionDate": "2023-08-30T14:30:00.000000",
"jobId": "job_01234567890123456789",
"taskId": "tsk_01234567890123456789",
"organizationId": "org_01234567890123456789",
"refundAmountCents": 11500,
"refundAmountDeliveryFeeCents": 1000,
"refundAmountOrderValueCents": 10000,
"refundAmountTipCents": 500,
"currency": "USD",
"requestAmountCents": 11500,
"requestAmountDeliveryFeeCents": 1000,
"requestAmountOrderValueCents": 10000,
"requestAmountTipCents": 500
}