refund_entry, rfe_ prefix) itself — the same shape returned by Create a Refund. It is not the refund summary aggregate: if the original payin has multiple refund attempts, retrieve each attempt individually by its own rfe_ ID.Authorization: Bearer ********************curl --location 'https://api.cobre.co/v1/v1/refunds/rfe_nQ8vLm2KxP4wYz' \
--header 'Authorization: Bearer <token>'{
"id": "rfe_bK2xLp9vNm4wYz",
"object": "refund_entry",
"livemode": true,
"request_id": "req_bfsakd456fgh",
"original_payin_id": "mm_xOBCRu3PPAby6E",
"amount": 10000,
"status": "waiting_for_information",
"data_capture_url": "https://refund.cobre.co/...",
"data_capture_url_expires_at": "2026-08-05T20:02:11Z",
"redirect_url": "https://www.cobre.com/es-co",
"created_at": "2026-08-05T14:02:11Z",
"updated_at": "2026-08-05T14:02:11Z"
}