Discussions

Ask a Question
Back to All

Callback url not invoked

Hi,
I'm implementing this workflow: https://developers.satispay.com/docs/mobile-app-auth

After getting the tokenId we call the Sandbox App from our App passing the tokenId and the callback url.

The Sandbox App asks me to authorize the automatic payments, but when I confirm the callback url it is not called by the Satispay server.

The callback url is a web service like this:
http:///payment/satispayMethodCallback

It answers to all GET requests without authentication.

Which could be the problem?

Thank you

cld