curl --request GET \
--url https://api.crevio.co/v1/refunds/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"object": "<string>",
"amount": 123,
"currency": "<string>",
"reason": "<string>",
"status": "<string>",
"created_at": "<string>",
"provider": "<string>",
"metadata": {},
"order": "<string>"
}Returns a specific refund
curl --request GET \
--url https://api.crevio.co/v1/refunds/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"object": "<string>",
"amount": 123,
"currency": "<string>",
"reason": "<string>",
"status": "<string>",
"created_at": "<string>",
"provider": "<string>",
"metadata": {},
"order": "<string>"
}API key in the format: Bearer {api_token}
The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")
Was this page helpful?