Class Syspay_Merchant_EMS
	
	
Handle EMS (Event Messaging System) callbacks
	 
	
	
	Methods summary
	
		| 
			 public 
			
			
			 | 
		#
		__construct( array $secrets, boolean $skipAuthCheck = false )
			
Build an EMS handler Parameters
					$secretsAn array where each key is your merchant login and the value is the related
passphrase$skipAuthCheckSkip the checksum validation | 
	
		| 
			 public 
			mixed
			
			 | 
		#
		getEvent( )
			
Return the entity linked to the EMS call received 
			
Return the entity linked to the EMS call received Returns
					mixedOne of the Syspay_Merchant_Entity classes depending on the event received
 
 Throws | 
	
		| 
			 public 
			string
			
			 | 
		#
		getEventId( )
			
Return the event unique ID 
			
Return the event unique ID Returns
					stringstring
 
 | 
	
		| 
			 public 
			DateTime
			
			 | 
		#
		getEventDate( )
			
Return the event creation date 
			
Return the event creation date Returns
					DateTimeDateTime
 
 |