• Developers
  • payment category available via API?

Hi, I can't seem the find the category (like food and drinks, groceries) I attached to a particular outgoing payment. I can view in the app, but the data doesn't seem to be available via the API.
Which endpoint exposes this data?

    Martijn changed the title to payment category available via API?.

      @Bastiaan#146537 thanks but I can't seme to find the field "additional_transaction_information" @ https://doc.bunq.com/#/event
      Am I missing something?
      This is wat I'm seeing in Event.object :
      BunqMeTab BunqMeTab{...}
      BunqMeTabResultResponse BunqMeTabResultResponse{...}
      BunqMeFundraiserResult BunqMeFundraiserResult{...}
      Card Card{...}
      CardDebit CardDebit{...}
      DraftPayment DraftPayment{...}
      FeatureAnnouncement FeatureAnnouncement{...}
      IdealMerchantTransaction IdealMerchantTransaction{...}
      Invoice Invoice{...}
      ScheduledPayment SchedulePayment{...}
      ScheduledPaymentBatch SchedulePaymentBatch{...}
      ScheduledInstance ScheduleInstance{...}
      MasterCardAction MasterCardAction{...}
      BankSwitchServiceNetherlandsIncomingPayment BankSwitchServiceNetherlandsIncomingPayment{...}
      Payment Payment{...}
      PaymentBatch PaymentBatch{...}
      RequestInquiryBatch RequestInquiryBatch{...}
      RequestInquiry RequestInquiry{...}
      RequestResponse RequestResponse{...}
      RewardRecipient RewardRecipient{...}
      RewardSender RewardSender{...}
      ShareInviteBankInquiryBatch ShareInviteBankInquiryBatch{...}
      ShareInviteBankInquiry ShareInviteMonetaryAccountInquiry{...}
      ShareInviteBankResponse ShareInviteMonetaryAccountResponse{...}
      SofortMerchantTransaction SofortMerchantTransaction{...}
      TabResultInquiry TabResultInquiry{...}
      TabResultResponse TabResultResponse{...}
      TransferwisePayment TransferwiseTransfer{...}

        @Martijn-Golden-Lion-4218584023#146806 Sorry, the additional_transaction_information object is outside object, but directly in event

        Example:

          @Martijn-Golden-Lion-4218584023#146830 It's also missing in the documentation, unfortunately. 😒

            Write a Reply...