Lookup list section.
Lookups
Get List of Merchant Category Codes
get /enroll/mcc/list
Get a list of all Merchant Category Codes with details.
Example Response
200 Returns list of all Merchant Category Codes and details.
404 Unable to retrieve merchant category codes list and details.
Get Bank Details
get /enroll/bank/details/aba-routing/{abaRouting}
Get bank related details by ABA routing number.
Parameters
abaRouting required
Type
stringPattern
^\d{9}$Range
9 to 9 charactersExample
00000001Loading...
Example Response
200 Return bank details by ABA routing number
401 Unauthorized response - Need authorized permission to access the resource
422 Unprocessable entity error response
Get Surcharge Rates
get /enroll/lookup/pricing/surcharge-table
Get Surcharge Rates Lookup by Industry Type.
Parameters
industryType required
Type
stringEnum
internetmotorestaurantretailExample
restaurantLoading...
Example Response
200 Returns Surcharge Table Lookup By Industry Type
400 Bad Request.
401 Unauthorized response - Need authorized permission to access the resource.
500 Internal server error response.
Get Hierarchy By Agent ID
get /enroll/lookup/epx-hierarchy/agent/{agentId}
Retrieves the merchant account hierarchy details for a specific agent. This endpoint provides structured division and corporate entity relationship data mapped under the customer account associated with the provided agent identifier.
Note: Access to this endpoint is restricted and only applicable for certain partners. Please contact us for more information regarding eligibility and onboarding.
Parameters
agentId required
Type
integerExample
12345Loading...
Example Response
200 Returns Hierarchy Details By Agent ID
401 Unauthorized response - Need authorized permission to access the resource.
403 Forbidden - Agent is not affiliated to client token.
422 Unprocessable entity error response.