- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Why payment page show still loading when clicked on save?
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
In a specific scenario customer has configured Payment Page in Salesforce. After entering the credit card details the page was just spinning with below message:
If I check the Developer Javascript Console in browser when the above page was displayed I can see following message:
On further checking it was found that the issue was with the hosted domain/callback path defined in Zuora Hosted Payment Page Setup as the callback path was not reached.
In Zuora, select Settings > Payments > Setup Hosted Pages.
The Hosted Domain address must match the domain of the webpage that is accessed in order to use the submit button.
Specify the domain name that your callback file resides on. It should be in the format: http://www.domain.com
(or https://www.domain.com
).
For example, if the domain is configured as http://www.domain.com
but you submit the hosted page on http://domain.com
, the submission will not work.
Related KC article:
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
In a specific scenario customer has configured Payment Page in Salesforce. After entering the credit card details the page was just spinning with below message:
If I check the Developer Javascript Console in browser when the above page was displayed I can see following message:
On further checking it was found that the issue was with the hosted domain/callback path defined in Zuora Hosted Payment Page Setup as the callback path was not reached.
In Zuora, select Settings > Payments > Setup Hosted Pages.
The Hosted Domain address must match the domain of the webpage that is accessed in order to use the submit button.
Specify the domain name that your callback file resides on. It should be in the format: http://www.domain.com
(or https://www.domain.com
).
For example, if the domain is configured as http://www.domain.com
but you submit the hosted page on http://domain.com
, the submission will not work.
Related KC article:
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √