Get Completed Transactions

se this API to retrieve the completed transactions of an account, excluding pending transactions.

Pass the account Id to get the transaction details.

Completed transactions are those successfully sent to the recipient. For example, an incoming return that has been successfully credited to the account is also considered a completed transaction. Similarly, when an outgoing ACH transaction is sent to the bank, it is marked as completed.

You can apply additional filters to retrieve specific transactions. Refer to the Query Params section for more details on how to filter these transactions.

The currently available filters include:

  1. Unbilled transactions

  2. Payment transactions

  3. Transactions posted within a specified period.

Example Requests:

  • creditcards/1/transactions

  • creditcards/1/transactions?unbilledTransactionsOnly=true

  • creditcards/1/transactions?paymentTransactionsOnly=true

  • creditcards/1/transactions?startDate=2023-01-18&endDate=2023-02-14

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!