Get Program Brands

Endpoint: https://rest.virtualincentives.com/{version}/{format}/programs/{programId}/products

Method: GET

Definitions

FieldTypeDescription
programIdrequired
integer
The programid identifies the program.

Examples

Response XML

<products>
  <product>
    <name>Virtual Visa® Reward (United States) - 6-Month, 30 Days to Redeem</name>
    <sku>UVC-V-V06</sku>
    <currency>USD</currency>
    <country>US</country>
    <denomination>
      <range min="5.00" max="5000.00" fixed_fee="1.00" variable_fee_percentage="0.02" fixed_discount="3.00" variable_discount_percentage="0.04" />
      <initial_reloadable_fee>0.00000</initial_reloadable_fee>
    </denomination>
    <faceplate>https://www.virtualrewardcenter.com/images/cards/PD1333_White Generic Card with Virtual Tag - Copy.png</faceplate>
    <marketing>The Virtual Visa® Reward can be used to buy what you want, when you want it. Because it is so flexible and convenient, the Visa Virtual Reward makes it easy to treat yourself to something special or to help cover your everyday expenses. The decision is yours.</marketing>
    <terms>The virtual reward is issued by Sutton Bank, member FDIC, pursuant to a license from Visa U.S.A. Inc. and can be used wherever Visa Debit cards are accepted. Terms and conditions apply.</terms>
    <base-url />
    <redemptions />
  </product>
  <product>
    <name>Virtual Visa® Reward (United States) - 12-Month, 90 Days to Redeem</name>
    <sku>UVC-V-RAN</sku>
    <currency>USD</currency>
    <country>US</country>
    <denomination>
      <fixed value="10.00" fixed_fee="1.00" variable_fee_percentage="0.02" fixed_discount="3.00" variable_discount_percentage="0.04" />
      <fixed value="25.00" fixed_fee="1.00" variable_fee_percentage="0.02" fixed_discount="3.00" variable_discount_percentage="0.04" />
      <fixed value="50.00" fixed_fee="1.00" variable_fee_percentage="0.02" fixed_discount="3.00" variable_discount_percentage="0.04" />
      <fixed value="100.00" fixed_fee="1.00" variable_fee_percentage="0.02" fixed_discount="3.00" variable_discount_percentage="0.04" />
      <initial_reloadable_fee>0.00000</initial_reloadable_fee>
    </denomination>
    <faceplate>https://www.virtualrewardcenter.com/images/cards/PD3664_PD5216_Virtual-Reloadable-White -Small.png</faceplate>
    <marketing>The Virtual Visa® Reward can be used to buy what you want, when you want it. Because it is so flexible and convenient, the Visa Virtual Reward makes it easy to treat yourself to something special or to help cover your everyday expenses. The decision is yours.</marketing>
    <terms>The virtual reward is issued by Sutton Bank, member FDIC, pursuant to a license from Visa U.S.A. Inc. and can be used wherever Visa Debit cards are accepted. Terms and conditions apply.</terms>
    <base-url />
    <redemptions />
  </product>
  <product>
    <name>Virtual Visa® Reward (United States) - 12-Month, 365 Days to Redeem</name>
    <sku>UVC-V-V65</sku>
    <currency>USD</currency>
    <country>US</country>
    <denomination>
      <range min="1.00" max="100.00" fixed_fee="1.00" variable_fee_percentage="0.02" fixed_discount="3.00" variable_discount_percentage="0.04" />
      <range min="100.01" max="500.00" fixed_fee="1.00" variable_fee_percentage="0.02" fixed_discount="1.00" variable_discount_percentage="0.02" />
      <range min="500.01" max="1000.00" fixed_fee="1.00" variable_fee_percentage="0.02" fixed_discount="0.00" variable_discount_percentage="0.00" />
      <initial_reloadable_fee>0.00000</initial_reloadable_fee>
    </denomination>
    <faceplate>https://www.virtualrewardcenter.com/images/cards/PD2451_PD5216_Virtual-Reloadable-White -Small.png</faceplate>
    <marketing>The Virtual Visa® Reward can be used to buy what you want, when you want it. Because it is so flexible and convenient, the Visa Virtual Reward makes it easy to treat yourself to something special or to help cover your everyday expenses. The decision is yours.</marketing>
    <terms>The virtual reward is issued by Sutton Bank, member FDIC, pursuant to a license from Visa U.S.A. Inc. and can be used wherever Visa Debit cards are accepted. Terms and conditions apply.</terms>
    <base-url />
    <redemptions />
  </product>
</products>

Response JSON

{
  "products": [
    {
      "name": "Virtual Visa® Reward (United States) - 6-Month, 30 Days to Redeem",
      "sku": "UVC-V-V06",
      "currency": "USD",
      "country": "US",
      "denomination": {
        "fixed": [],
        "range": [
          {
            "min": 5.00,
            "max": 5000.00,
            "fixed_fee": 1.00,
            "variable_fee_percentage": 0.02,
            "fixed_discount": 3.00,
            "variable_discount_percentage": 0.04
          }
        ],
        "initial_reloadable_fee": 0.00000
      },
      "faceplate": "https://www.virtualrewardcenter.com/images/cards/PD1333_White Generic Card with Virtual Tag - Copy.png",
      "marketing": "The Virtual Visa® Reward can be used to buy what you want, when you want it. Because it is so flexible and convenient, the Visa Virtual Reward makes it easy to treat yourself to something special or to help cover your everyday expenses. The decision is yours.",
      "terms": "The virtual reward is issued by Sutton Bank, member FDIC, pursuant to a license from Visa U.S.A. Inc. and can be used wherever Visa Debit cards are accepted. Terms and conditions apply.",
      "base-url": "",
      "redemptions": []
    },
    {
      "name": "Virtual Visa® Reward (United States) - 12-Month, 90 Days to Redeem",
      "sku": "UVC-V-RAN",
      "currency": "USD",
      "country": "US",
      "denomination": {
        "fixed": [
          {
            "value": 10.00,
            "fixed_fee": 1.00,
            "variable_fee_percentage": 0.02,
            "fixed_discount": 3.00,
            "variable_discount_percentage": 0.04
          },
          {
            "value": 25.00,
            "fixed_fee": 1.00,
            "variable_fee_percentage": 0.02,
            "fixed_discount": 3.00,
            "variable_discount_percentage": 0.04
          },
          {
            "value": 50.00,
            "fixed_fee": 1.00,
            "variable_fee_percentage": 0.02,
            "fixed_discount": 3.00,
            "variable_discount_percentage": 0.04
          },
          {
            "value": 100.00,
            "fixed_fee": 1.00,
            "variable_fee_percentage": 0.02,
            "fixed_discount": 3.00,
            "variable_discount_percentage": 0.04
          }
        ],
        "initial_reloadable_fee": 0.00000
      },
      "faceplate": "https://www.virtualrewardcenter.com/images/cards/PD3664_PD5216_Virtual-Reloadable-White -Small.png",
      "marketing": "The Virtual Visa® Reward can be used to buy what you want, when you want it. Because it is so flexible and convenient, the Visa Virtual Reward makes it easy to treat yourself to something special or to help cover your everyday expenses. The decision is yours.",
      "terms": "The virtual reward is issued by Sutton Bank, member FDIC, pursuant to a license from Visa U.S.A. Inc. and can be used wherever Visa Debit cards are accepted. Terms and conditions apply.",
      "base-url": "",
      "redemptions": []
    },
    {
      "name": "Virtual Visa® Reward (United States) - 12-Month, 365 Days to Redeem",
      "sku": "UVC-V-V65",
      "currency": "USD",
      "country": "US",
      "denomination": {
        "fixed": [],
        "range": [
          {
            "min": 1.00,
            "max": 100.00,
            "fixed_fee": 1.00,
            "variable_fee_percentage": 0.02,
            "fixed_discount": 3.00,
            "variable_discount_percentage": 0.04
          },
          {
            "min": 100.01,
            "max": 500.00,
            "fixed_fee": 1.00,
            "variable_fee_percentage": 0.02,
            "fixed_discount": 1.00,
            "variable_discount_percentage": 0.02
          },
          {
            "min": 500.01,
            "max": 1000.00,
            "fixed_fee": 1.00,
            "variable_fee_percentage": 0.02,
            "fixed_discount": 0.00,
            "variable_discount_percentage": 0.00
          }
        ],
        "initial_reloadable_fee": 0.00000
      },
      "faceplate": "https://www.virtualrewardcenter.com/images/cards/PD2451_PD5216_Virtual-Reloadable-White -Small.png",
      "marketing": "The Virtual Visa® Reward can be used to buy what you want, when you want it. Because it is so flexible and convenient, the Visa Virtual Reward makes it easy to treat yourself to something special or to help cover your everyday expenses. The decision is yours.",
      "terms": "The virtual reward is issued by Sutton Bank, member FDIC, pursuant to a license from Visa U.S.A. Inc. and can be used wherever Visa Debit cards are accepted. Terms and conditions apply.",
      "base-url": "",
      "redemptions": []
    }
  ]
}

© Copyright 2019. All other rights reserved.