List customer types

This endpoint is for retrieving a list of valid customer types. Customer types are used in create transaction requests to define the type of customer associated with the transaction. This endpoint can be used to present customer type values in a dropdown box for users to select from in your integration.

This endpoint supports filtering. Using the $filter parameter and one of the supported filter operators below you can search for records matching specific criteria.

FilterSymbolExample
Equalseq$filter=customerType eq 01
Not equalne$filter=customerType ne 01
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!