1. Terminal
Corpayss
  • Acquirer
    • Merchant
      • Create Merchant
      • Get Merchant
      • Update Merchant
      • Search Merchant
    • Terminal
      • Create Terminal
        POST
      • Get Terminal
        GET
      • Update Terminal
        POST
      • Search Terminal
        GET
    • Deprecated - Commission Profile
      • Create Commission Profile
      • Get Commission Profile
      • Update Commission Profile
      • Delete Commission Profile
    • Pos Authorization Profile
      • Create Pos Authorization Profile
      • Get Pos Authorization Profile
      • Update Pos Authorization Profile
      • Delete Pos Authorization Profile
    • Pos Fee Profile
      • Create Pos Fee Profile
      • Get Pos Fee Profile
      • Update Pos Fee Profile
      • Delete Pos Fee Profile
    • Create Merchant and Terminal
      POST
    • Get Merchant Payment Summary
      GET
    • Get Merchant Payment Detail
      GET
    • Get Pos Batch Summary
      GET
    • Get Pos Batch Detail
      GET
    • Close Pos Batch
      POST
  • Issuer
    • Customer
      • Create Customer
      • Get Customer Info
      • Get Card Customer Info
      • Update Customer
      • Update Customer Limit
    • Card
      • Creation & Registration
        • Create Credit Card
        • Create Debit Card
        • Create Prepaid Card
        • Create Emboss Directive
        • Register Card
      • Information & Status Management
        • Get Card Info
        • Get Card Status
        • Get Host Balance
        • Update Card Limit
        • Update Card Status
        • Update Card Fee Status
      • Transactions & Balance Operations
        • Get Card Transactions
        • Send Transaction
        • Load Card Balance
        • Card To Card Balance Transfer
        • Money Send
      • Security & Authentication
        • Verify Card
        • Get Card Pin
        • Send PIN By SMS
        • Check Pin
        • Change Card Pin
        • Reset Cvv 2 Retry Count
        • Change 3DS Password
      • Maintenance & Restrictions
        • Get Card Restriction
        • Card Restriction
        • Card Renewal
      • Tokenization
        • Tokenize Card No
      • Deprecated
        • Get Card Balance Loading Limit
        • Get Card No
        • Get Card Private Info
  • VPOS
    • 3DS Transaction
      • ThreeD - Sale
      • ThreeD - Pre Sale
      • ThreeD - Complete 3DS Payment
    • NonSecure
      • Batch Close
      • Payment Sale
      • Installment Inquiry
      • Point Inquiry
      • Payment Pre Sale
      • Payment Post Sale
      • Payment Void
      • Payment Refund
    • QR Transaction
      • QR Payment CreateQr
    • Inquiry
      • Chek ByToken
      • Check By Order ID
      • Chek By Process ID
      • List By Order ID
    • Order
      • Create Order 3D
      • Create Order
    • Recurring
      • Create Recurring
      • Get Recurring
      • Update Recurring
      • Cancel Recurring
  1. Terminal

Get Terminal

GET
/api/IntegrationAcquirer/GetTerminal
This service retrieves information about a merchant’s terminal.

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://hilarion1.corpayss.net:8422//api/IntegrationAcquirer/GetTerminal?terminalCodeModel.data=00101047' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205'

Responses

🟢200OK
application/json
OK
Body

Example
{
    "TerminalCode": "00100680",
    "MerchantCode": "444000000000358",
    "TerminalType": "VP",
    "StatCode": "AA",
    "CloseDate": "1900-01-01T00:00:00",
    "ClosedCase": "",
    "SlipType": "03",
    "SlipName": "LABORIS EST",
    "BatchNo": 1,
    "PosComProfileGuid": 0,
    "PosComProfileName": "",
    "AuthProfileId": 2,
    "AuthProfileName": "TEST AUTH PROFILE",
    "BatchCloseOptProfileGuid": 0,
    "BatchCloseOptProfileName": "",
    "OptEnablePinBypass": true,
    "OptPinForBatchClose": true,
    "OptCardMenu": true,
    "OptBankLogo": true,
    "OptFallback": true,
    "OptManual": true,
    "OptMotoCvv2Onus": true,
    "OptMotoCvv2Int": true,
    "OptMotoCvv2Dom": true,
    "OptMotoCvv2Other": true,
    "OptMultiCurr": false,
    "AutoBatchCloseTime": 0,
    "OptSingleTapCap": true,
    "CountryCode": "TR",
    "StateCode": "34",
    "CityName": "VOLUPTATE",
    "AddressLine1": "ULLAMCO FUGIAT QUIS",
    "AddressLine2": "DOLORE EX DOLOR",
    "AddressLine3": "LABORE SED LABORE",
    "ZipCode": "34999"
}
Modified at 2025-11-13 14:58:00
Previous
Create Terminal
Next
Update Terminal
Built with