v1

latestSwagger 2.02026-07-1483829.8 KB
Statement Credit Activation Detail

Returns Information About Redeemable Postpaid Credit Offer

This resource returns extended information about the specified activated postpaid credit offer.

get/statementcreditactivationdetail

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.

ActivationIdstring required

Distinct identifier for the offer being available for redemption by the user as returned by Activate Statement Credit Offer or Redeemed Offers, not intended for end-user display.

Response

This resource returns extended information about the specified activated postpaid credit 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"
    }
  }
}