Credit Record Types
Retrieve the available credit record types used in the billing system. Understanding these types is essential for proper categorization when creating credit records and processing financial transactions.
This single GET endpoint returns the set of valid credit record type values — the same typeId/type values that appear on a credit record once it exists, since the CreditRecords endpoint doesn't take a type in its request body but derives it automatically from the linked total balance's billing type — so it is typically called once during integration setup or cached client-side rather than on every transaction.