Processes a credit card payment with Element Express and stores the card data in Millennium.
CreditCardProcessElement(ClientId as Number, AccountId AS String, AccountToken AS String, AcceptorId AS String, CCNumber AS String, ExpDateMMYY AS String, Amount AS Number, Address AS String, ZipCode AS String, CVVCID AS String, ReferenceNumber AS String, ClerkNumber AS String, DrawerId AS Number, TestMode as Boolean)
Object
ClientId = Id of the client.
AccountId = Element Account Id.
AccountToken = Element Account token.
AcceptorId = Element Acceptor Id.
CCNumber = Credit card number.
ExpDateMMYY = Expiration date of the credit card in MM/YY format.
Amount = Amount charged to the credit card.
Address = Billing address of the credit card.
ZipCode = Zip code for the billing address of the credit card.
CVVID = CVV Id number from the back of the credit card.
ReferenceNumber = Reference number associated with the transaction.
ClerkNumber =Clerk number associated with the transaction.
DrawerId = Millennium Drawer Id for the cash drawer associated with the credit card transaction.
TestMode = Enable/Disable test mode.