well, it looks like I'm the first in the S.O. community to post a question with a balancedpayments tag.
I recently began developing with balancedpayments. I
- created a test marketplace,
- added a "webhook" uri still pending, in the form of: https://www.mydomain.com/main/balancedpayments (maybe this is the problem?)
referring to documentation url [balanced.js][1] I added this to my page head section:
<script type="text/javascript" src="https://js.balancedpayments.com/v1/balanced.js"></script> <script type="text/javascript"> balanced.init('main/balancedpayments/TEST-MP4IaoKYeyteVLTY0nphZijM'); </script>
(In the body, I have made a standard html form, and above the form I added a javascript section using the example jquery stuff found on the balanced.js page, as linked above, I'm not posting that part for now, because it doesn't appear to be related to my initial js error.)
When the document is ready, and before I ever fill in or submit the form, I get this js error: Timestamp: 11/29/2013 12:09:53 PM Error: uncaught exception: Invalid marketplace uri "main/balancedpayments/TEST-MP4IaoKYeyteVLTY0nphZijM"
I will provide any additional information requested.