triPOS®

Card details as BIN Attributes in transaction response

Card details as BIN Attributes in transaction response

The transaction response for any of the mentioned triPOS Direct endpoint call – Sale, Refund, Auth, Force, Pre Read Quick Chip, Store & Forward, Balance, CardRead, PaymentAccount, Token, Gift will contain card details via below bin attributes:

  1. DebitCard
  2. CheckCard
  3. CreditCard
  4. CommercialCard
  5. GiftCard
  6. FleetCard
  7. PrepaidCard
  8. HsaFsaAccount
  9. PinlessBillPay
  10. Ebt
  11. WicBin
  12. InternationalBin

This change will allow POS applications to have a clear definition on what type of card is being presented at the time of payment, and what attributes are related to such cards, so that ISVs can better manage the transaction on their side of the application. Any transaction that does a Vantiv BIN table lookup will have these details in response as true OR false.

Consider the below example of a transaction response:

{
     binAttributes”: {

             “DebitCard” :true,
             “CheckCard” :false,
             .
             .
             “Prepaid” :false,
             .
             .
             “InternationalBin” :false
             .
             .
             }
}