Everyware Gateway

Everyware is a standard gateway integration.

Sublytics will always try and tokenize the card when processing a Sale or an Auth.

 

Screen_Shot_2022-09-29_at_2.26.00_PM.png

 

Data Mapping ( Request )

Below is a table that will show how Sublytics maps its data to the requested payment gateway API. Values in bold are hard coded values, the rest are dynamic based on the payment.

$0 Transactions

If the transaction_total = 0, then Sublytics will pass the ChargeType = Token and it will just tokenize the card. There is no setting to bypass $0 because of this.

Dynamic Descriptors

It appears that they require 1 latin character in this field. When passing * it works. Sublytics does not validate this before sending to gateway. The gateway will decline the sale if it does not pass validation.

 

Everyware Sublytics  
General    
ChargeType

Charge | Authorize | Token

 
FirstName

Billing First Name

 
LastName

Billing Last Name

 
Email

Customer Email Address

 

MobilePhone

Customer Phone

 

Address1

Billing Address Line 1

 
Address2

Billing Address Line 2

 
City

Billing City

 
StateCode

Billing State

 
PostalCode

Billing Postal Code

 
CountryCode

Billing Country

 
Amount

Transaction Total

 

ExternalID

Transaction Id

 

StatementDescriptor

Merchant Descriptor

 
   
Payment Method (If Token )    

CardToken

Customer Card Merchant Token (TokenResult from original response)

 
     

Payment Method ( If No Token )

 

CreateToken

true  
CVV

Customer Card CVV ( if present )

 

CCNumber

Customer Card Number

 

ExpirationMonth

Customer Card Expiration Month

 

ExpirationYear

Customer Card Expiration Year

 

 

Data Mapping ( Response )

Below is a table that will show how Sublytics maps its data in the API response

 

Everyware Sublytics  

Data.InvoiceID

Gateway Response ID ( used for refunds / voids )

 

Data.InvoiceNumber

Gateway Response Gateway ID ( not currently used)

 

Data.TokenResult

Customer Card Merchant Token

 
Was this article helpful?
0 out of 0 found this helpful