Login

Description

The loginAsGuestRoleThirdparty endpoint is used to login to the thirdpartyapp as a guest user.

Request

Endpoint

/ui/v1/loginAsGuestRoleThirdparty

Method

POST

Header

Content-Type: application/json

Request Body

{
    "merchantCode": "VELA",
}

Attributes

ELEMENT DESCRIPTION FORMAT
merchantCode Required

specific code used for each merchant
EX: VELA

Response

{
    "message": {
        "code": "122",
        "type": {
            "name": "SUCCESS"
        },
        "include_i_icon": false,
        "description": "GUEST_USER_LOGIN_SUCCESS",
        "parameters": null
    },
    "locationPath": null,
    "userId": null,
    "cardNotPresentChannelId": 265,
    "cardPresentChannelId": null,
    "userRoles": null,
    "forceChangePasswordInd": false,
    "userLocale": null,
    "passwordExpiryDaysIn": null,
    "securityQuestionsEnrolledInd": false,
    "userEmail": null,
    "mobile": null,
    "loyaltyStatus": {
        "name": "NOT_ENROLLED"
    },
    "loyaltyRewardsNumber": null,
    "uiType": null,
    "createdUserId": null,
    "unpaidInvoiceCount": null,
    "acceptTermsOfUseAgreementInd": false,
    "acceptPrivacyPolicyAgreementInd": false,
    "roleType": {
        "name": "GUEST"
    },
    "paymentAction": {
        "name": "SALE"
    },
    "merchantId": 38,
    "customerId": "EMPTY",
    "invoiceNumber": "EMPTY",
    "sessionId": "310F68CEED14E6FFAC472BD19076AF35",
    "totalActivePaymentMethods": null
}
}

Updated As Of Version 6.8.0.0