How to get cvv field text box in you respose from Worldpay Hosted Payments
How to get cvv field text box in you respose from Worldpay Hosted Payments
Hi there, 2 quick questions so I can find the right support for you:
1) Are you developing a solution for inside the US or outside the US?
2) What product are you using?
Thanks!
Hi,
Thank you for your response.We are developing e-commerce website for
inside US customers with element express payment gateway integration in
MAGENTO 2 platform.
Hello,
Within your TransactionSetup request you can include <CVVRequired> and set to 'true'.
This will require the cardholder to enter CVV prior to submitting the transaction.
The CVVResponseCode will be included within the response data.
Below are CVV response codes and their descriptions which can be found within the Express Interface API.
Hi @Jerry Hess
Following is the code i have used.
<TransactionSetup>
<TransactionSetupMethod>7</TransactionSetupMethod>
<DeviceInputCode>0</DeviceInputCode>
<Device>0</Device>
<Embedded>0</Embedded>
<CompanyName>Element</CompanyName>
<CVVRequired>1</CVVRequired>
<LogoURL></LogoURL>
<Tagline></Tagline>
<AutoReturn>1</AutoReturn>
<WelcomeMessage></WelcomeMessage>
<ReturnURL>$return_url</ReturnURL>
<ReturnURLTitle></ReturnURLTitle>
<OrderDetails></OrderDetails>
</TransactionSetup>
Hello,
Within your TransactionSetup request you can include <CVVRequired> and set to 'true'.
This will require the cardholder to enter CVV prior to submitting the transaction.
The CVVResponseCode will be included within the response data.
Below are CVV response codes and their descriptions which can be found within the Express Interface API.