public function get_order_refunds( $order_id, $fields = null ) {

        // Ensure ID is valid order ID
        $order_id = $this->validate_request( $order_id, $this->post_type, 'read' );