Member Authorize
Get a member-authorization URL — a short-lived URL the member visits to authorize the merchant to act on their behalf.
When to Use
▾
Use this endpoint when:
- Driving an OAuth-style member consent flow
- Needing time-bound delegated access
How to Use
▾
/v3/loyalty/member/authorizePOST to /v3/loyalty/member/authorize with the required parameters. Use the returned URL for the member's consent step.
Request Parameters
▾
Country Code
Example: "60"
Member phone number
Example: "187824153"
Response Parameters
▾
Member Profile
Member ID
Example: ""
Member key
Example: "EhIKBk1lbWJlchDOuOKz24XWkg4"
Member name
Example: "yussuf"
Member email
Example: "[email protected]"
Member NRIC
Example: ""
Member birth date
Example: "0001-01-01"
Member gender
Example: ""
Member state
Example: ""
Member address
Address line 1
Example: ""
Address line 2
Example: ""
Postcode
Example: ""
City
Example: ""
State
Example: ""
Country
Example: ""
Member tier (null if none)
Total loyalty points
Example: 111
Whether member has pin code
Example: false
Loyalty point balance
Example: 0
Spending points
Example: 0
Credit balance
Example: 10160
Member status
Example: "ACTIVE"
Member created date time
Example: "2018-10-19T03:39:47Z"
Member last updated date time
Example: "2020-11-30T04:28:15Z"
Loyalty App Redirect URL
Example: Show as Below