Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as JSON by earn ( 6 years ago )
request :
{
    "loyaltyMemberId": "LGX-0000-0001",
    "locationCode": "ALM-LB",
    "channelReference": "POS",
    "basketItems": [
        {
            "productCode": "TBS-PET-450"
        },
        {
            "productCode": "RSR-TW-005"
        }
    ],
    "paymentItems": [
        {
            "paymentMethod": "DB-BCA"
        }
    ]
}

Response :
{
    "responseCode": "00",
    "responseMessage": "SUCCESS",
    "payload": {
        "memberWallet": {
            "id": "5f27d3e981cfd17a09abb090",
            "loyaltyMemberId": "LGX-0000-0001",
            "totalAvailablePoints": 59912,
            "totalPointsEarned": 59912,
            "totalPointsEarnLocked": 0,
            "totalPointsBurned": 0,
            "totalPointsBurnLocked": 0,
            "totalPointsExpired": 0,
            "totalPointsExpireSoon": 0,
            "createdAt": "2020-08-03T16:07:53.272",
            "modifiedAt": null,
            "version": null
        },
        "payTransactions": [
            {
                "responseCode": "01",
                "responseMessage": "loyalty member id not found",
                "payload": null
            },
            {
                "responseCode": "01",
                "responseMessage": "loyalty member id not found",
                "payload": null
            }
        ]
    }
}

 

Revise this Paste

Your Name: Code Language: