Discussions

Ask a Question
Back to All

iOS - Mobile app - payment

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.