v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Issue bulk reward

post/api_gateway/rewards/core/v1/user/rewards/issue?username={store}&skip_validation=true

Query parameters

usernamestring required

username here represents name of the store

skip_validationstring

optional

Request body

mobilestring

Mobile number/ email Id/ External Id of the customer

brandstring

name of the brand

transactionNumberstring

transaction number for issuing the reward

rewardIdstring

reward ID(s) of the rewards to be issued

Response

200

Example response

{
  "status": {
    "success": true,
    "code": 200,
    "message": "Reward issued successfully"
  },
  "rewards": [
    {
      "status": {
        "code": 8010,
        "message": "Reward issued partially"
      },
      "transactionId": 397107,
      "rewardId": 225086,
      "requestedQuantity": 1,
      "quantity": 2,
      "intouch": [
        {
          "pointsRedeemed": "0",
          "couponCode": "1908009843",
          "codeExpiry": "2025-10-31 00:00:00",
          "codeExpiryDateTime": "2025-10-31T00:00:00Z"
        }
      ],
      "eventDateTime": "2025-05-08T13:48:13Z",
      "paymentConfig": {
        "paymentMode": "FREE",
        "id": 463
      }
    }
  ]
}