# Get refund options Retrieves refund options for a specific line item. Endpoint: GET /returns/{return_id}/items/refund_options Version: 1.0.0 ## Path parameters: - `return_id` (string, required) ## Response 200 fields (application/json): - `refund_options` (array) - `refund_options.id` (string) The ID of the refund option Enum: "BANK_TRANSFER", "STORE_CREDIT", "GIFT_CARD", "ORIGINAL_PAYMENT_METHOD" - `refund_options.timing` (string) The timing of the refund Enum: "ON_START", "ON_ITEM_VERIFIED", "ON_RETURN_COMPLETED"