Discussions
iOS - Mobile app - payment
about 5 years ago by Alessandro Emmi
Hi there.
In the Mobile app payment flow for iOS the documentation states that the following url scheme must be opened:
satispay://external/generic/charge?token={payment_id}&callback_url={url_to_open_after_payment_approved}
Is there a way to specify an different URL to deep link to if the payment is canceled by the user? Either that or appending a parameter to the provided url (something like ?approved=true or ?canceled=true) would be useful to handle both scenarios differently in the caller app.