Discussions

Ask a Question
Back to All

Missing redirect_url

Hi, when I try to create a new payment without specifying the redirect_url, the POST g_business/v1/payments endpoint generates it correctly and gives me a redirect_url(online.satispay.com/pay/{uuid}).

However, when I open the link, I get an error message that says:

We're sorry but something went wrong
Missing redirect_url, please check the documentation

By adding the redirect_url, everything works correctly.

The problem is that the docs doesn't say anywhere that the redirect_url is required: is it always required or only for some specific flows. Can it please be added to the docs?