v1

latestSwagger 2.02026-07-1483829.8 KB
Activate Statement Credit Offer

Make Statement Credit Offer Available Redeemable

This resource is used to make a statement credit offer available for redemption.

post/activatestatementcreditoffer

Query parameters

FIdstring required

Financial Institution Identifier. Code that specifies the platform and configuration instance, provided by Mastercard during implementation.

UserTokenstring required

Session identifier as returned by the UserToken resource.

OfferIdstring required

System-wide identifier for the campaign, not intended for end-user display.

Response

This resource returns information about the activated offer.

Example response

{
  "Response": {
    "ScActivation": {
      "ActivationDate": "2015-10-15",
      "ActivationId": "TRU_1000136",
      "Headline": "Shop at Example.com and get $10.00 back on purchase of $30 or more",
      "Merchant": "Example.com",
      "MerchantLogo": "https://truaxis.mastercard.com/assets/sr/source/billshrink/example.png",
      "OfferId": "c7dcfca7-cf35-36b0-9e67-d4f363d643e0",
      "RedemptionEndDate": "2015-10-29",
      "RedemptionMode": "CASH",
      "ShortDescription": "On your next purchase of $30 or more at Example.com inline or at a store, receive $10.00 back posted to the card associated with this account.",
      "Status": "ACTIVATED"
    },
    "Status": {
      "Message": "Success"
    }
  }
}
All 8 operations