- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
In a specific use case use was having issues submitting the form with test details as it doesn’t recognise the input as per the attached screenshot, even though detail is entered in the form.
Please check below for solution.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
The HostedPageFieldValidationError is usually caused by incorrect public key used for encryption. I could see in the Developer Tools of the broswer that following public key (I got from your HPM request) is not same as the one in tenant.
You can get the public key of your tenant in administration settings > Security Policies > Security Keys. -> Get Key, same defined in this article : https://knowledgecenter.zuora.com/CB_Billing/LA_Hosted_Payment_Pages/B_Payment_Pages_2.0/F_Generate_...
Once the value for public key was corrected the submit button was working fine.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
The HostedPageFieldValidationError is usually caused by incorrect public key used for encryption. I could see in the Developer Tools of the broswer that following public key (I got from your HPM request) is not same as the one in tenant.
You can get the public key of your tenant in administration settings > Security Policies > Security Keys. -> Get Key, same defined in this article : https://knowledgecenter.zuora.com/CB_Billing/LA_Hosted_Payment_Pages/B_Payment_Pages_2.0/F_Generate_...
Once the value for public key was corrected the submit button was working fine.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √