Visa card payment updates, 2024
August 01, 2024
If you are processing transactions for card payments using the following solutions:
Please note that the following data fields are now required for Visa requests:
- Cardholder name is a mandatory field which should be requested in the credit card form.
- Cardholder email is a mandatory field (alternatively, phone number can be provided instead) that must be sent within the transaction in the customer object. Alternatively, it can also be requested in the credit card form.
To avoid transaction failure, we strongly recommend that you include these mandatory fields in your UI component or customer object.
- To learn how to implement the cardholder name field, go to the Implement the default card payment form section.
- To learn how to implement the email field using the customer object, go to the create customer resource section for Server-side integration, PHP SDK integration, or Java SDK integration OR using the credit card form, go to the Implement the card payment form with email section.