Deeplinks are smart urls which enables a user to land at any specific section or page inside Mini Apps.
Deeplink Schema
Deeplink Attributes
PARAMETER | DESCRIPTION | MANDATORY |
---|---|---|
paytmmp://mini-app? | This is a static URL for opening any Mini Apps deeplink inside Paytm App | Yes |
aId | Post Onboarding, aId will be provided by Paytm | Yes |
data | Base64 encoded JSON object required for sending extra parameter | No |
Sample data json
{
"params": "?path=track",
"path": "/track"
}
Data Attributes
PARAMETER | DESCRIPTION | MANDATORY |
---|---|---|
params | Additional params to be appended in URL | No |
path | Path to navigate to a specific page in a Mini Apps | No |
Sample Deeplink
paytmmp://mini-app?aId=jdfdsbfmhdbfs1bfkbsd&data=eyJwYXJhbXMiOiI/cGF0aD10cmFjayIsInBhdGgiOiIvdHJhY2sifQ==
For eg:- If url for Mini Apps configured at Paytm is https://www.paytm.com, the above deeplink will open https://www.paytm.com/track?path=track inside the Paytm App.