IPP Europe

Automatic Login

Use our Automated Login procedure for a smarter and more streamlined process, if you are using multiple systems.

Avoid the multiple login requirements, while still using our Merchant Portal.

Send a POST request to our Login endpoint:

https://api.ippeurope.com/company/login/

with the following parameters:

				
					partner_id={partner_id}

username={username}

password={password}


				
			

Now calculate the expected Hash with the following credentials:

				
					md5($UserID.$SessionID.$HashKey)
				
			

The HashKey is being set, when you install this plugin.

Take the responded User ID and Session ID and populate the Merchant Portal Login Procedure, by sending the user over, on a POST or GET Request to your Merchant Portal:

				
					https://{YourPortal}/?pages=automaticLogin&page=auto_login&user_id={UserID}&session_id={session_id}&hash={hash}