List product, business, customer mappings

Returns valid combinations of business type, customer type, and ps code

This endpoint is for retrieving a list of valid PS Code, customerType, and businessType combinations. This endpoint can be used to ensure your transaction requests include valid combinations of these fields so that an error is not triggered and applicable taxes are calculated.

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=businessType eq 01
Not equalne$filter=businessType ne 01

Multiple filters can be passed in a single request using 'and' & 'or' operators, for example:

  • $filter=businessType eq 01 and psCode eq 10010100
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!