List all CreditReversals
GET / v1 / treasury / credit_reversals
Returns a list of CreditReversals.
Parameters
- financial _ account string Returns objects associated with this FinancialAccount.
- received _ credit string Only return CreditReversals for the ReceivedCredit ID.
- status enum Only return CreditReversals for a given status. Possible enum values
canceledThe CreditReversal has been canceled before it has been sent to the network and no funds have left the account. (Currently not supported).postedThe CreditReversal has been sent to the network and funds have left the account (with the Transaction posting)processingThe CreditReversal starting state. Funds are “held” by a pending Transaction (but they are still part of the current balance).
More parameters
- ending _ before string
- limit integer
- starting _ after string
Returns
A dictionary with a data property that contains an array of up to limit CreditReversals, starting after CreditReversal starting_after. Each entry in the array is a separate CreditReversal object. If no more CreditReversal are available, the resulting array will be empty.
Response
