Fiserv Nashville North
Nashville North uses the Nashville front-end settling to the North (PTS) back-end — i.e. terminal capture. Board it like any Fiserv terminal (see the Fiserv Overview for the shared shape, SRS, and UMF coverage) using the Nashville North processor config, and supply the North settlement MID.
Boarding spec
| Field | Value / format | Notes |
|---|---|---|
| Group ID | 10001 |
Nashville front-end — same Group ID as Nashville Classic. The difference is the back-end/capture, not the Group ID. |
| Merchant ID (MID) | 7 digits (MerchID) |
Nashville front-end MID. Top-level mid. |
| Terminal ID (TID) | 7 digits (TermID) |
Top-level tid. |
| Settlement MID | 12 digits | The North Settlement MID. VAR-sheet settlement_mid — optional on the request; defaults to a copy of mid if omitted. |
| MCC | 4-digit | Top-level mcc. |
| Equipment (POS Solution) | CreditCallLTDGTWRC or CRDCallResellerRCSS |
North terminal-capture solutions. VAR-sheet equipment. |
Request shape
curl https://api.uat.koard.com/v2/terminals \
-X POST \
-H "X-Koard-apikey: $KOARD_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"account_id": "100200300001",
"processor_config_id": "prc_fiserv_nashville_north",
"terminal_name": "Register 1",
"mid": "9446055",
"tid": "9259755",
"mcc": "5045",
"var_sheet": {
"group_id": "10001",
"settlement_mid": "445197000368",
"industry": "retail_qsr_grocery",
"equipment": "CreditCallLTDGTWRC",
"merchant_street_address": "102 Woodmont Blvd Ste 125",
"merchant_city": "Nashville",
"merchant_state": "TN",
"merchant_postal_code": "37205",
"country_code": "840"
}
}'
Capture & settlement
Terminal capture (North PTS). The gateway holds transactions and submits the batch at cutoff. Boarding must match the host's configured capture mode — if you board terminal capture but the host has the MID as host capture (or vice-versa), settlement breaks.
Gotchas
- Same Group ID as Nashville Classic (
10001). Nashville North is not a different Group ID — it's the Nashville front-end paired with the North back-end. The flavor is chosen by the processor config, not the Group ID. settlement_midis the 12-digit North Settlement MID. Omit it and Koard copiesmid; supply it explicitly when the North settlement MID differs.- Capture-mode mismatch = broken settlement. Confirm the host has the MID set to terminal capture before going live.
tidis zero-padded to 8 as the DatawireAuthKey2.

