Hi,
I'm trying to add multiple cards for a customer on a payment page.
but create customer payment profile API is not validating card details like
1)card number,
2)expiry date
at the same time, update customer payment profile seems to validate everything.
the setting is set to live mode in authorize.
could you please help me with this issue and i need to know how to validate card details on create API
Solved! Go to Solution.
โ02-24-2020 05:18 AM
Hi Transapp_20,
Make sure you are including <validationMode>liveMode</validationMode> in your request to create the profiles. This is the indicator that validates the payment data included in your createCustomerProfileRequest.
I hope this is helpful.
Regards,
Elaine
โ02-24-2020 04:09 PM
Thanks,
I added
createRequest.setValidationMode(ApiContracts.ValidationModeEnum.LIVEMODE);
โ02-24-2020 09:09 PM
Hi Transapp_20,
Make sure you are including <validationMode>liveMode</validationMode> in your request to create the profiles. This is the indicator that validates the payment data included in your createCustomerProfileRequest.
I hope this is helpful.
Regards,
Elaine
โ02-24-2020 04:09 PM
Thanks,
I added
createRequest.setValidationMode(ApiContracts.ValidationModeEnum.LIVEMODE);
โ02-24-2020 09:09 PM
It's really helpful because it solved my problem related to the payment profile. Thanks for solving my problem.
โ06-27-2020 11:11 AM
i wonder here and there on google but i can't find proper discussion solution but here i got it and my problem solved. thanks all buddy. check here for more details about card related information.
โ02-17-2021 02:38 AM