Automatic funds lock - Web Redirect
When the merchant wants to obtain the authorization to execute recurring funds locks 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 funds lock payment 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_FUND_LOCK flow)
- Update payment
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 about 2 years ago