Issue Bulk Reward in a Connected Orgs

This API is used to issue multiple rewards to the user based on mobile number/ email Id.

While issuing bulk rewards,

  1. The intouch points required to purchase the rewards are summed up and isRedeemable call checks if the customer has enough points or not.

    1. If the customer has enough points, then all the rewards in the issue bulk call are issued in a single shot
    2. If the customer doesn't have enough points, then the issue bulk call is failed and no reward is issued.
  2. If the isRedeemable call is successful, then the system will issue the rewards to the user.

    1. Let's say, one reward is coupon, another is cart promotion in the request payload. Coupon is issued but cart promotion issual failed, this can happen and the coupon will be issued. Here in this case, partial issual will be successful.

❗️

Issuing a reward created for a customer segment

If you want to issue a reward created for a specific customer segment, the user receiving the reward must belong to the segment or partition to which the reward is attached.

👍

Note

  • For detailed information about our APIs and for hands-on testing, refer documentation in API overview and step-by-step guide on making your first API call in Make your first API call .
  • If either of the user_group2_primary_user_id or user_group2_id or user_group2_external_id is not null, the transaction will be treated as group loyalty redemption and GROUP_LOYALTY_REDEMPTION will be set to true for transaction
  • Rewards can be issued to a customer:
    1. If they are linked to any cards or labels associated with the customer. The status for the cards and labels need to be ACTIVE as well here.
    2. If they have no cards or labels linked.
  • The Rewards system (Marvel/Rewards Catalogue) only deducts points from the customer if the vendor reward issue is successful. As a result, the need to reverse redeemed points does not arise, as points are deducted only upon a confirmed successful reward issue. The success of the vendor reward issue is determined based on the following configuration criteria:
    1. HTTP Status Code:The API response must return a status code of 200.
    2. Context Map Validation:The context map in the vendor redemption configuration must include a keyword "voucher". The "voucher" must have a valid value, such as a coupon code or reference ID.

🚧

Use this API exclusively for connected orgs. For other orgs, use this API instead.

Prerequisites

  • Authentication: Basic or OAuth authentication
  • Default access group

Resource information

URI/v1.1/user/rewards/issue/?username={till}&skip_validation=true
HTTP MethodPOST
PaginationNo
Batch supportNo
Rate limit informationNone

API endpoint example

https://eu.api.capillarytech.com/api_gateway/rewards/core/v1.1/user/rewards/issue/?username=tillID&skip_validation=true

Headers

HeaderDescription
DATA-SCOPE-ORGList of Organization IDs
DATA-SCOPEScopes define what data can be accessed using the API. You can use scopes to control access to data from a parent or child organization. Defining a scope ensures that the response contains only data from the respective organization.

Supported headers: SELF and OTHER

Refer to connected orgs data scopes for more information.

Request query parameters

ParameterData TypeDescription
username*StringUsername name of the store.
skip_validationBooleanA validation code is used to redeem points for the transaction. skip_validation is set to true as brands configured in Marvel bypass validation code.

Request body parameters

ParameterData TypeDescription
mobile*IntegerMobile phone number of the customer. Any of the identifiers is mandatory.
emailStringEmail ID of the customer. Any of the identifiers is mandatory.
externalIdStringExternal ID of the customer. Any of the identifiers is mandatory.
transactionNumberStringUnique identifier for the transaction.
notesStringA string used to store or represent additional information.
quantity*IntegerQuantity of the specified reward. This is applicable for rewards with payment config CONV_RATIO only and should have a value greater than one. For more information and various examples, refer to the documentation here.
Note: If the quantity is entered with decimals, the system will not consider the decimal part. For example, if you enter the value 1.56, the system will disregard the .56, and the value will be treated as 1.
eventLogIdStringA plain string identifier used to identify the transaction associated with a reward issual. There is no character limit for this parameter.
rewardsArrayArray of rewards associated with the transaction.
rewardIdIntegerUnique identifier for a reward.
paramsStringParams acts as a key that holds additional information or configuration details as a JSON object.
paymentConfigObjectPayment configuration details for the reward.
Note: The payment config ID is mandatory if rewards are created with a payment configuration block. This applies when multiple payment configurations are defined for a single reward.. It is not recommended to use Payment Config for single payment config as it will break the flow when rewards need to be issued from loyalty workflows/ loyalty promotions/ journeys/ campaigns.
idIntegerUnique identifier for the payment configuration. (id can be obtained from this API)
customFieldsObjectThe list of custom fields associated with the reward issued to the customer. A custom field allows you to add extra information related to the reward.
You can add the custom field in the issue reward call once the custom field is created using the create custom field API .
fulfillmentDetailsObjectThe list of fulfillment details associated with the reward. There can be multiple stages that the reward undergoes, such as BOOKED, ON THE WAY, DELIVERED.
For example, A brand can have a fulfillment status as the Reward is SHIPPED before delivering the reward to the customer.
You can create a fulfillment status using the Create fulfillment status API and use it in the issue reward call.
requestIdStringA plain string identifier for the request that initiated this reward issuance attempt. Each request ID must be unique for each reward. This is used for Idempotency check . There is no character limit for this parameter.
user_group2_primary_user_idStringUnique user ID of the primary member of the group associated with the rewards to be issued. Customer ID (user_group2_id) or User ID (user_group2_primary_user_id) or External ID (user_group2_external_id) ,any one of these three can be used. If any one of these is null, the transaction won't be considered a Group Loyalty Redemption.
orgLevelDetailsArrayContains a list of organization IDs related to the rewards. All fields like orgId, params, notes, userGroup2PrimaryUserId, userGroup2Id needs to be passed in “orgLevelDetails".
orgIdListOrganization ID of the reward from which it was created.
{
    "brand": "O2Brand",
    "transactionNumber": "123456789",
    "orgLevelDetails": [
        {
            "orgId": 4000876
        }
    ],
    "rewards": [
        {
            "rewardId": 350,
            "quantity": 1,
            "orgId": 4000876,
            "paymentConfig": {
                "redemptionValue": 1
            }
        }
    ],
    "externalId": "ext_id98543198"
}

Response parameters

ParameterDescription
statusRepresents the overall status of the reward issuance request.
successIndicates if the overall operation was successful or not.
codeA unique code representing the overall status of the operation.
messageA message providing additional information about the status of the operation.
rewardsA list of individual reward issuance results.
statusRepresents the status of an individual reward issuance attempt.
successIndicates if the reward issuance for this specific reward was successful or not.
codeA unique code representing the status of this reward issuance attempt.
messageA message providing more details about the status of this reward issuance attempt.
orgIDOrganisation ID of the reward where it was issued.
transactionIdA unique identifier for the transaction associated with this reward issuance attempt.
rewardIdA unique identifier for the reward that was attempted to be issued.
requestedQuantityThe Requested Quantity is the original number of items you asked for when making a reward request. Even if this number is later changed, for example, reduced from two to one, the Requested Quantity will still show the number you originally requested, which in this case is two.
quantityThe number of rewards that were successfully issued in this transaction.
pointsReferenceIdA unique identifier generated each time rewards are issued. This field stores identifier, allowing you to track points redemption transaction.
pointsReferenceIdsA unique identifier generated each time rewards are issued. This field stores a list of these identifiers, allowing you to track multiple points redemption transactions.
eventLogIdA plain string identifier used to identify the transaction associated with a reward issual.
requestIdA unique identifier for the request that is used for Idempotency check.
intouchDetails of the rewards issued, including points redeemed, coupon codes, and expiration dates.
pointsRedeemedThe number of points that were redeemed for this reward.
couponCodeThe unique code for the issued coupon.
codeExpiryThe expiration date and time for the issued coupon code in the format YYYY-MM-DD HH:MM:SS.
promotionsA list of promotional offers associated with the reward.
vendorVendor-related details associated with the reward issuance.
restrictionsRestrictions or limitations that apply to the reward.
paymentConfigPayment configuration details related to the reward.
fulfillmentDetailsFulfillment-related information for the reward.
customFieldsCustom fields defined for the reward.
redemptionDetailsRedemption-specific details associated with the reward.
redemptionTypeSpecifies the category of reward redemption available, that indicate how users can redeem the reward.
redemptionValueRedemption Value is the value of a reward, showing how much is needed to claim it.
{
    "status": {
        "success": true,
        "code": 200,
        "message": "Reward issued successfully"
    },
    "rewards": [
        {
            "status": {
                "success": true,
                "code": 200,
                "message": "Reward issued successfully"
            },
            "orgId": 4004543,
            "transactionId": 57097,
            "rewardId": 350,
            "requestedQuantity": 1,
            "quantity": 1,
            "pointsReferenceId": "7Scaq1",
            "pointsReferenceIds": [
                "7Scaq1"
            ],
            "eventLogId": null,
            "requestId": null,
            "intouch": null,
            "promotions": [],
            "vendor": [
                {
                    "valid_till": "2027-11-01",
                    "voucher": "OV4GJYQV3Y",
                    "pointsRedeemed": "2",
                    "offer_name": "marvel-loadtest",
                    "coupon_series_id": "234"
                }
            ],
            "restrictions": null,
            "paymentConfig": {
                "paymentMode": "CONV_RATIO",
                "id": 54,
                "conversionRatio": 0.5000
            },
            "fulfillmentDetails": null,
            "customFields": null,
            "redemptionDetails": {
                "redemptionType": "MILES",
                "totalRedemptionValue": 1
            }
        }
    ]
}
{
    "status": {
        "success": true,
        "code": 200,
        "message": "Reward issued successfully"
    },
    "rewards": [
        {
            "status": {
                "success": true,
                "code": 200,
                "message": "Reward issued successfully"
            },
            "orgId": 4000085,
            "transactionId": 57097,
            "rewardId": 350,
            "requestedQuantity": 1,
            "quantity": 1,
            "pointsReferenceId": "7Scaq1",
            "pointsReferenceIds": [
                "7Scaq1"
            ],
            "eventLogId": null,
            "requestId": null,
            "intouch": null,
            "promotions": [],
            "vendor": [
                {
                    "valid_till": "2027-11-01",
                    "voucher": "OV4GJYQV3Y",
                    "pointsRedeemed": "2",
                    "offer_name": "marvel-loadtest",
                    "coupon_series_id": "234"
                }
            ],
            "restrictions": null,
            "paymentConfig": {
                "paymentMode": "CONV_RATIO",
                "id": 54,
                "conversionRatio": 0.5000
            },
            "fulfillmentDetails": null,
            "customFields": null,
            "redemptionDetails": {
                "redemptionType": "MILES",
                "totalRedemptionValue": 1
            }
        }
    ]
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!