Generic content encyption endpoint

Version 4.0.0
download iconDownload spec

Endpoint

POST
undefined/msapi/sales/shopping-cart/v1/encrypt

Order Summary for review order and thank you page.

arrowRequest

Contents which is need to be encrypted

Header Parameters

    Body Parameters

    Responses

    Success

    arrowBody

    application/json

    REQUEST

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    curl --request POST \
         --url https://example.com/msapi/sales/shopping-cart/v1/encrypt \
         --header 'accept: application/json' \
         --header 'content-type: application/json;charset=utf-8' \
         --data '
    {
      "referralChannel": "string",
      "referralAgentId": "string",
      "referralStoreId": "string"
    }
    '

    RESPONSE

    1
    2
    3
    {
      "referralToken": "string"
    }