Discussions

Ask a Question
Back to All

Question about the redirect from the Satispay app

Good morning,
I have a question about this flow: https://files.readme.io/0ab91c3-no_title_1.png

When authorization has been approved the Satispay app should make a redirect to our app.
We pass the URL to redirect to into the parameter callbak_url:
satispay-stag://open/preauthorized-payments/payment?id=c5ff83df-0999-4377-91f6-824e517b5d1d&callback_url=myapp://myapp.com/payments

The question is, the callback_url could be an url_scheme such as: callback_url=myapp://myapp.com/payments ?
So we can use Deeplinks to intercept the call.
In which way the Satispay app makes the redirect?
Ours is not a native app so we can't use the Satispay SDK.

Thank you

Claudio