Processes a credit card payment and stores the card data in Millennium.
CreditCardProcess(ClientId as Number, MerchId AS String, CCNumber AS String, ExpDateMMYY AS String, Amount AS Number, Address AS String, ZipCode AS String, CVVCID AS String, NameOnCard AS String, DrawerId AS Number)
Object
ClientId = Id of the client.
MerchId = Merchant Id used for processing credit card transactions.
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.
NameOnCard = Cardholder name that displays on the credit card.
DrawerId = Millennium Drawer Id for the cash drawer associated with the credit card transaction.