App Links
Introduction
Zapper App Linking allows your users to pay quickly and easily, by tapping a link and opening the Zapper app on the payment screen, using your merchant and transaction details.
Creating the app link
Example
The structure of the app link must be:
https://www.zapper.com/payWithZapper?qr={zapperCodeString}&appName={appName}&successCallbackURL={callbackURL}&failureCallbackURL={callbackURL}
Property | Description |
zapperCodeString | A URL encoded version of your Zapper Code string. i.e. the decoded Zapper QR Code. |
appName | A URL encoded version of the referral application name. |
callbackURL (optional) | The URL you would like to be opened once the payment has been completed. This scheme of this URL must be either http or https. |
Zapper Code String
Retrieve your Zapper Code using the Invoice API. Ensure that you URL encode the returned value before using it in your App Link.
Last updated