Get Brand Terms and Conditions

Endpoint: https://rest.virtualincentives.com/{version}/{format}/products/{sku}/terms

Method: GET

Definitions

FieldTypeDescription
skurequired
string(50)
Prepaid product SKU.
termsresponse 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."
 }
}