Automatic Payments - Mobile app
When the merchant wants to obtain the authorisation to execute recurring payments on a mobile app
APIs required for this flow
- Create authorization
- Get authorization
- Create payment (PRE_AUTHORIZED flow)
When creating the authorization, 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 authorization
After the authorization is created, load the redirect_url
returned in the response.
The user will be brought back to the app once the operation is completed.
Sequence diagram
Updated almost 2 years ago