v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
DebitReason

List Debit Reasons

Retrieve a list of the Debit Reason entities created for your Organization. You can filter the list returned for the call by Debit Reason ID, Debit Reason short code, or by Archive status.

get/organizations/{orgId}/picklists/debitreasons

Path parameters

orgIdstring required

UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.

Query parameters

pageSizeinteger

Number of Debit Reasons to retrieve per page.

nextTokenstring

nextToken for multi page retrievals.

idsstring[]

List of Debit Reason IDs to retrieve.

codesstring[]

List of Debit Reason short codes to retrieve.

archivedboolean

Filter using the boolean archived flag. DebitReasons can be archived if they are obsolete.

  • TRUE includes DebitReasons that have been archived.
  • FALSE excludes archived DebitReasons.

Response

List of Debit Reasons

nextTokenstring