Card Security Code Alias Test
Run a Card Security Code Alias Test
- Return to the Card Payment Web Portal. You should see something similar to the following:

- 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
- Hit “Submit” to run the test.
- 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”
}
- If the above steps were done correctly, you should see a result similar to the following:

Please note that you have now descoped the server-side from the inbound PCI-sensitive data.
Congratulations, you have finished this section.