Get Brand Terms and Conditions
Endpoint: https://rest.virtualincentives.com/{version}/{format}/products/{sku}/terms
Method: GET
Definitions
| Field | Type | Description | 
|---|---|---|
| sku | required string(50) | Prepaid product SKU. | 
| terms | response only string(500) | Terms and Conditions for utilizing the product. | 
Examples
Response XML
<product>
 <terms>
    *Cards are issued by Citibank, N.A. pursuant to a license from.
    Visa U.S.A. Inc. and managed by Citi Prepaid Services. This
    card can be used everywhere Visa debit cards are accepted.
 </terms>
</product>Response JSON
{
 "product":{
  "terms":"*Cards are issued by Citibank, N.A. pursuant to a license from.
       Visa U.S.A. Inc. and managed by Citi Prepaid Services. This
       card can be used everywhere Visa debit cards are accepted."
 }
}Updated 6 months ago