GET request for payments/v1/transactions/

I am trying to pull all transactions with the get request from the following endpoint.

When working with gifts I am able to use '\\?' to specify all gifts. Is there a similar solutions for transactions that can pull all transactions without specifying a {transaction_id}?

Comments

  • Mina Mistry
    Mina Mistry Blackbaud Employee
    Seventh Anniversary Kudos 2 Name Dropper Participant

    Hi @Peter Kungania

    The GET endpoint is designed to retrieve a single transaction using the required transaction_id. The Payments API does not currently support querying a set of transactions.

    Would you mind sharing your use case so we can understand your needs better?

    Thank you.

  • Hi @Mina Mistry,

    We are trying to get a weekly report that notifies us about failed transactions. We want to automate this process using sky api's. Do you have any suggestions as to how we can implement this?