How can we help you today?
Payment page not working in custom integration
Leonardo, please send your issue to our support service via e-mail. The e-mail is feedback@searchanise.com. Our team have already started to research your code.
Leonardo, please send your issue to our support service via e-mail. The e-mail is feedback@searchanise.com. Our team have already started to research your code.
Leonardo Donelli
Hello again,
I'm developing a custom integration (after having obtained the docs access from partners@searchanise.com) and I have a problem: I cannot pay from the admin panel, After selecting the payment method and clicking on "Proceed to secure payment" nothing happens. I opened the browser's developer console and I see this error logged:
13:18:49.625 Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://sys.searchanise.com’) does not match the recipient window’s origin (‘https://www.minimumfax.com’). admin.php
In the end I managed to pay the subscription: I had to manually intercept the response of the request and manually go to the link in the json object, it worked as I was presented with a paypal page to pay. The redirection after the payment didn't work, but I checked from the admin panel and I now had an active pro subscription. This was the response I inspected manually:
Could you please verify if there is a problem with the admin panel integration as described in the docs? Here is the HTML of the page rendering the admin panel on my customer's installation: