- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Question:
We are working to integrate a Hosted Payment page into our web application and need to use a local development machine's url to test. i.e. an entry in our Hosts file for onboarding.myDomain.test for instance.
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
Solution:
Enter your local development machine's url in HPM Setting, "Hosted Domain" field.
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
Solution:
Enter your local development machine's url in HPM Setting, "Hosted Domain" field.
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
Re: How to use a local development machine's URL to test HPM2.0
I am currently doing some testing with payment pages, the page loads locally on my machine however the pre-populated fields are not rendering.
Did you run into this problem, and were you able to solve this issue?
It renders correclty on a public URL, so something tells me that there is some sort of call-back thats setting these and it cant reach "localhost".
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: How to use a local development machine's URL to test HPM2.0
Hi @ayonge, you're correct that Zuora cannot push the data to localhost URL for callbacks, glad to hear it works in public URL.
Thanks!!
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
Re: How to use a local development machine's URL to test HPM2.0
Thanks Patrick!