I am integrating instamojo payment gateway in website.i am using codeigniter framework.
I passed redirect URL as
http://localhost/example/instapayment/redirect
So i get response as follow:
http://localhost/example/instapayment/redirect?payment_id=MOJO612323222&status=success
i am redirecting to base_url. My route is
$route['redirect/(:any)'] = 'instapayment/redirect/$1';
Now i am not getting how to access status and payment_id.