get https://instore-management.sandbox.tingg.africa/v2/counterCodes//compact
This endpoint will provide information about the merchant, store, counter or till the customer wants
to pay into. The information returned from the API should be displayed to the customer to help them
confirm they’re paying for the right service.
NOTE: This API in particular is not available yet for testing. Please confirm with the Instore team before attempting to test it
Path Params
Parameter | Type | Required | Description |
---|---|---|---|
counterCode | varchar | Yes | This is the unique identifier for the Terminal or Counter the customer wants to make payments into |
Request Headers
Parameter | Type | Required | Description |
---|---|---|---|
X-Country-Code | varchar | Yes | This is the merchant’s 3 character country code e.g. KEN for Kenya |
Response Body
Parameter | Type | Description |
---|---|---|
data.storeName | varchar | This is the name of the store the counter code belongs to as configured on Tingg web portal during creation |
data.storeCode | Long | The unique Tingg identifier for the Store where the Counter belongs |
data.counterName | varchar | The name of the Counter as configured on Tingg web portal during creation |
data.counterCode | varchar | The unique identifier for the counter. Same as provided in the URL path parameter |
data.countryCode | varchar | The country where the counter is located e.g. KEN |
data.customerId | Long | The unique Tingg identifier for the merchant that owns the counter |
data.address | String | The physical address associated with the Counter as configured on Tingg web portal |