This filter is applied to use to retrieve payment IP, it is including two parameters.
apply_filters( ‘rpress_payment_user_ip’, $this->ip, $this->ID, $this );
$this->ip is to get payment IP address
$this->ID is used to get id.
$this is used to get access to the class.