Automatic Payments - Web-redirect
When the merchant wants to obtain the authorization to execute recurring payments on a consumer by displaying a QrCode or by letting the consumer type the mobile phone number on a screen.
The interface to display the QrCode or the mobile phone number field is handled by the Web Redirect that is an embeddable JavaScript that loads the Satispay Payment option on your client.
The consumer can scan the Dynamic Code or type the mobile phone number and confirm the authorization.
E-commerce on mobile browser
The Satispay app automatically intercept the authorization when the Web-redirect is loaded on a mobile browser and brought back the user to the e-commerce website once the operation has been completed.
APIs required for this flow
- Create authorization
- Get authorization
- Create payment (PRE_AUTHORIZED flow)
When creating an authorization token for the Web-redirect, the
callback_url
and theredirect_url
are mandatory body params.
Authorization page
After the authorization token is created, redirect the user to the redirect_url
returned in the response.
Sequence diagram
Try the UX
Updated 11 months ago