REST API

paymentAccountInformation. card.brands.type

Three-digit value that indicates the card type.
This field is returned in the
brands[]
array with the
paymentAccountInformation.card.brands.brandName
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": "062", "brandName": "CHINA UNION PAY" } ] }
Possible values:
  • 001
    : Visa
  • 002
    : Mastercard and Eurocard
  • 003
    : American Express
  • 004
    : Discover
  • 005
    : Diners Club
  • 006
    : Carte Blanche
  • 007
    : JCB
  • 014
    : EnRoute
  • 021
    : JAL
  • 024
    : Maestro (UK Domestic)
  • 031
    : Delta
  • 033
    : Visa Electron
  • 034
    : Dankort
  • 036
    : Cartes Bancaires
  • 037
    : Carta Si
  • 039
    : Encoded account number
  • 040
    : UATP
  • 042
    : Maestro (International)
  • 050
    : Hipercard
  • 051
    : Aura
  • 054
    : Elo
  • 058
    : Carnet
  • 059
    : ValueLink
  • 061
    : RuPay
  • 062
    : China UnionPay
  • 066
    : Banricompras

Specifications

  • Data Type:
    String
  • Data Length:
    3

Mapping Information

No corresponding fields.