H5 Authorization
H5 application get user authorization
Last updated
H5 application get user authorization
Last updated
Provide the authorization link to users.
The authorization link is concatenated with Basic URL+notify_url+reference_id+source+sign_key
notify_url
the url that used to receive notification
https://www.pagsmile.com
reference_id
merchant user's id. Defined by merchant
20220101123
source
a string which can recognize the merchant
pagsmile
sign_key
a key used for verifying signature. Defined by merchant
test_key
Don't put # sign in the URL
Basic URL
Example:
Users will be redirected to this page to authorize.
2. Users authorize and the merchant gets UUID.
After users authorized on the page from Step 1. Users will be redirected to the notification page. The page URL will be concatenated with notify_url+merchant_user_id+pagsmile_id+phone_number+sign
merchant_user_id
the reference_id is provided in step 1.
pagsmile_id
user's UUID
phone_number
phone number
sign
signature generated with signkey. sign_key is provided in step 1.
Signature rule:
Example of the URL of notification page
3. Merchant needs to link merchant's user ID with the UUID of Pagsmile wallet. Then users can be redirected to the other page as needed.