VAU Acquirer API uses Two-Way SSL (Mutual SSL) authentication and channel encryption, which requires you to provide a username and password as well as install an X509 security certificate issued by Visa. Test credentials can be obtained online in your Project Dashboard for sandbox testing. Production credentials will be supplied to you as part of production on-boarding. Contact [email protected] for more information or to begin the production on-boarding process.
VAU Acquirer API is Message Level Encryption (MLE) enabled on VDP. As this API request/response body has PAN information, the client must need to encrypt the API request body and then call the API. The client must then need to decrypt the API response body to see the updated PANs information.
More detail and steps about MLE can be find in VDP link : https://developer.visa.com/pages/encryption_guide
As one of the security protocols, Visa Developer sandbox secures its connections with clients by means of Two-Way SSL (Mutual Authentication) method. Refer to the link below to quickly learn about how to get credentials to start building with Two-Way SSL.
Visit the Two-way SSL Guide to learn more.
For clients using the VAU Acquirer API, it is important to understand that some of the sensitive information (e.g. PAN, consumer name) are encrypted by Visa in the outgoing message from Visa to the client. This encryption is done using a key ID and shared secret assigned to the client during onboarding. All the data elements in the payload that have the prefix "enc" are encyrpted, for e.g. 'encMerchantPan'.
Clients need to follow these steps in order to decrypt these fields:
There is no need to perform encryption of the response payload data as there is no sensitive data field in the response payload.