Add Credit Card Type to Gifts API

I'd like to see the credit card type, which is available in the NXT control panel gift record. This is essential to us for reconciliation with our payment processors.

  • Guest
  • Apr 3 2018
  • Attach files
  • Christi Schneider commented
    October 28, 2019 17:46

    I think you should be able to get this using the existing APIs.

    Get the gift using the gift endpoint or gift list endpoint, which returns the gift entity. The payments field on the gift entity contains payment entities. For CreditCard and DirectDebit payment types, you can use the bbps_transaction_id field from the payment entity to call the get transaction endpoint, which contains information like card type.

  • Steven Cinquegrana commented
    June 01, 2018 17:50

    Fundamental - agreed.