Retrieve a refund
Refunds
Retrieve a refund
Returns a refund owned by the authenticated organization.
GET
Retrieve a refund
Click the base URL in the API playground and select the Sandbox host for test data or the Production host for live data. Use credentials from the same environment.
Authorizations
The Server API Key obtained from the kelviq application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'
Path Parameters
The UUID of the refund.
Response
Refund details.
A refund returned by list, create, and retrieve operations.
Example:
"7c2f3a91-2d4e-4a8b-9b1c-6f0a2e5d9c11"
Available options:
DUPLICATE, DASHBOARD_INITIATED, FRAUDULENT, REQUESTED_BY_CUSTOMER, OTHER Example:
"REQUESTED_BY_CUSTOMER"
Example:
2500
Example:
25
Example:
"Customer requested a partial refund."
Example:
null
Available options:
PENDING, PROCESSING, SUCCEEDED, FAILED, CANCELED Example:
"SUCCEEDED"
The complete serialized order associated with the refund.