For the complete documentation index, see llms.txt. This page is also available as Markdown.

Native App Authorization

Native application get user authorization

  1. Provide the authorization link to users.

The authorization link is concatenated with Basic URL+source

Parameter
Explaination
Example value

source

a string which can recognize the merchant

pagsmile

Basic URL

https://sandbox-wallet.pagsmile.com/authenticationYS?

Example:

https://sandbox-wallet.pagsmile.com/authenticationYS?source=pagsmile

Users will be redirected to this page to authorize.

2. Users authorize and the merchant gets UUID. Then the merchant needs Interactive development through android and js, then callback with web view.

3. Within web view callback, the merchant needs to link user ID with UUID of Pagsmile wallet. Then the authorization page can be closed.

Last updated