Real Time (HTTPs) APIs

Examples

Sale-Auth Request    

https://[server-name]/gates/xurl?requestType=sale-auth&userName=myUsername&password=myP%40ssword&accountId=2001&transactionIndustryType=RE&transactionCode=0000000001&amount=5000&holderType=P&holderName=John+Smith&street=12+Main+St&city=Denver&state=CO&zipCode=30301&accountType=R&accountNumber=4111111111111111&accountAccessory=0422&customerAccountCode=0000000001
Operation        

Operation Type        

Card Type        


//More examples this http://curl.haxx.se/docs/httpscripting.html 
 curl -X POST https://[server-name]/gates/xurl? \         
 	 -d "requestType=sale-auth" \ 
	 -d "userName=myUsername" \ 
	 -d "password=myP%40ssword" \ 
	 -d "accountId=2001" \ 
	 -d "transactionIndustryType=RE" \ 
	 -d "transactionCode=0000000001" \ 
	 -d "amount=5000" \ 
	 -d "holderType=P" \ 
	 -d "holderName=John+Smith" \ 
	 -d "street=12+Main+St" \ 
	 -d "city=Denver" \ 
	 -d "state=CO" \ 
	 -d "zipCode=30301" \ 
	 -d "accountType=R" \ 
	 -d "accountNumber=4111111111111111" \ 
	 -d "accountAccessory=0422" \ 
	 -d "customerAccountCode=0000000001" 
 
 
 

key: requestType sale-auth
key: userName myUsername
key: password myP%40ssword
key: accountId 2001
key: transactionIndustryType RE
key: transactionCode 0000000001
key: amount 5000
key: holderType P
key: holderName John Smith
key: street 12 Main St
key: city Denver
key: state CO
key: zipCode 30301
key: accountType R
key: accountNumber 4111111111111111
key: accountAccessory 0422
key: customerAccountCode 0000000001
https://[server-name]/gates/xurl?requestType=sale-auth&userName=myUsername&password=myP%40ssword&accountId=2001&transactionIndustryType=RE&transactionCode=0000000001&amount=5000&holderType=P&holderName=John+Smith&street=12+Main+St&city=Denver&state=CO&zipCode=30301&accountType=R&accountNumber=4111111111111111&accountAccessory=0422&customerAccountCode=0000000001