List discharges

Track discharges for an account. A discharge occurs when a credit transaction is used to reduce the balance of a debit transaction.
This endpoint returns a list of credit transactions along with the debit transactions that they were used to discharge.
You can filter the list by creditTransactionId and by CreditTransactionBeginDate and CreditTransactionEndDate.

No credit transactions older than 184 days are returned by the endpoint. So, creditTransactionBeginDate must be greater than the current date minus 185 days.

If an invalid value is entered for creditTransactionBeginDate or creditTransactionEndDate, the endpoint returns 400 - Bad Request. An example of an invalid value would be if creditTransactionEndDate is an earlier date than creditTransactionBeginDate or if creditTransactionBeginDate is more than 184 days in the past.

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