MasterCard Virtual Payment Client Example

ASP 2.5-Party Transaction (MerchantHosted Authenticate and Pay)

Simply input those required fields to change the functionality.

  Virtual Payment Client URL: 
 
 

 Basic 2.5-Party Transaction Fields

  VPC Version:
  Command Type:
  Merchant AccessCode:
  Merchant Transaction Reference:
  MerchantID:
  Transaction OrderInfo:
  Purchase Amount:
  Receipt ReturnURL:
  Payment Server Display Language Locale:
  Currency: (Optional field)
  TicketNo : (Optional field)
  Gateway:
 
 
 

 Optional Card Details (Requires External Payment Selection)

  Card Type:
  Card Number:
  Card Expiry Date (YYMM):
 

 Optional Card Security Code (CVV2) Field (Requires Card Details)

  Card Security Code (CVV2):
 
 
 
 

Note:
Any information passed through the customer's browser can potentially be modified by the customer, or even by third parties to fraudulently alter the transaction data. Therefore all transactional information should not be passed through the browser in a way that could potentially be modified (e.g. hidden form fields). Transaction data should only be accepted once from a browser at the point of input, and then kept in a way that does not allow others to modify it (e.g. database, server session, etc.). Any transaction information displayed to a customer, such as amount, should be passed only as display information and the actual transactional data should be retrieved from the secure source at the point of processing the transaction.

Fields like return links back to the order page (AgainLink), titles, and any other non-transactional information are only included here in the example for information purposes. They do not apply to the transaction and do not have be included in production code orders.