How to call the url_scheme of another app with Ionic4?

Hi,
I have to integrate an Ionic4 app with an external app.
This is an app installed on the same device.
I have to call an url_scheme such as:

satispay://open/payment?id=XXX&var1=YYY

I have also to get a return value from this app.
I have to do this on both Android and iOS.
My app uses Cordova plugins.

Is it possible with Ionic4?
Which is the right way to do this call?

Thank you very much

Claudio