One-off - Mobile app
When the consumer is completing the purchase on a mobile app
APIs required for this flow
- Create a payment (MATCH_CODE flow)
- Get payment details
When creating the payment, the
redirect_url
is a mandatory body param and it must be the universal link (iOS) or the app link (Android) of the application which is loading the payment.
Load payment
After the payment is created, load the redirect_url
returned in the response.
The user will be brought back to the app once the operation is completed.
To ensure the redirect to the Satispay app and the redirect back to the Merchant app after payment confirmation in Satispay app, the redirect_url must not be opened within a WebView
Sequence diagram
Updated about 6 hours ago