Closed cryptonaut420 closed 8 years ago
The webhook endpoint is required when creating an address monitor. This is most likely a bug in tokenpass. Can you move the issue there?
And are you experiencing this issue in the staged environment or in your local development environment? You might need to define the callback URLs in Tokenpass (XCHAIN_CALLBACK_URL
and SITE_HOST
).
oh I see, yeah the issue is you added XCHAIN_CALLBACK_URL environment variable to Tokenpass but I didn't have that actually defined. What route is that supposed to be, and can you make sure that is set properly on production server?
when the newUnmanagedPaymentAddress API method is called from the Client class, it gives an error "the webhook endpoint field is required", see the log below:
this is happening whenever the syncWithXChain function is called for addresses in Tokenpass, which is causing error pages for address verification and the mobile instant verification.