REST API

paymentAccountInformation. card.brands.brandName

Card brand name.
The brand name corresponds to the three-digit card type. This field is returned in the
brands[]
array with the
paymentAccountInformation.card.brands.type
field when the card is co-branded with a local brand, such as China UnionPay, mada, or RuPay and a global brand, such as Visa or Mastercard.
Response example with the
brands[]
array:
{ "paymentAccountInformation": { "card": { "type": "004", "brandName": "DISCOVER", "maxLength": "16", "currency": "CNY", "brands": [ { "type": "004", "brandName": "DISCOVER" }, { "type": "004", "brandName": "CHINA UNION PAY" } ] }

Specifications

  • Data Type:
    String
  • Data Length:
    20

Mapping Information

No corresponding fields.