Card Security Code Alias Test

Run a Card Security Code Alias Test

  1. Return to the Card Payment Web Portal. You should see something similar to the following:

VGS VGS PAN Alias Test

  1. In the card payment fields, enter the following:
    * Cardholder Name: (e.g. Charlie Business)
    * Card number: 4111 1111 1111 1111
    * Expiration Date: 03 / 30
    * Card Security Code: 737
    * Amount: 2
  2. Hit “Submit” to run the test.
  3. Confirm the PAN & CVC/CVV aliases in the payment request response:
    {
    “amount”: “2”,
    “card-expiration-date”: “03 / 30”,
    “card-number”: “4111118052331111”,
    “card-security-code”: “tok_sandbox_bt1okrcfHzkEkcErBaet2m”,
    “cardholder-name”: “Charlie Business”
    }
  4. If the above steps were done correctly, you should see a result similar to the following:

VGS VGS PAN Alias Test

Please note that you have now descoped the server-side from the inbound PCI-sensitive data.

Congratulations, you have finished this section.