Get Match Pro Environment
Returns the Match Pro environment the customer tenant is currently configured for. The environment determines which payment network endpoint Match Pro checks run against.
Environment values:
sandbox— Sandbox (test data only)mtf— MTF / Market Test Facility (pre-production testing)prod— Production (live data)
The environment cannot be changed through the API. To move a customer between environments — for example from Sandbox to MTF or Production — contact the Worth team to request the change.
The customerId path parameter must belong to the caller’s tenant. Cross-tenant access is rejected with 403.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of the customer tenant. Must belong to the authenticated caller's tenant.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"