# 10.10 Get Merchant POS By Id

**Request**

| Method | URL                                   |
| ------ | ------------------------------------- |
| GET    | /merchant/v1/merchant-poses/{pos\_id} |

<br>

**Response**

| Status | Response                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 200    | <p><br></p><p>{</p><p>    "data": {</p><p>        "id": 131,</p><p>        "merchantId": 1,</p><p>        "name": "MerchantPOS Name",</p><p>        "customerNumber": "123",</p><p>        "clientId": "Bank Name",</p><p>        "storeNo": null,</p><p>        "terminalId": null,</p><p>        "posnetId": "IntegratorName",</p><p>        "threedSecureTerminalId": null,</p><p>        "threedSecurePosnetId": null,</p><p>        "threedSecureKey": "/payment",</p><p>        "posMerchantId": "example-host",</p><p>        "posMerchantKey": "USD",</p><p>        "posAccountId": "Test",</p><p>        "dealerCode": "IntegratorName",</p><p>        "clientCode": null,</p><p>        "guid": null,</p><p>        "profileId": null,</p><p>        "email": null,</p><p>        "username": null,</p><p>        "password": null,</p><p>        "provautUsername": null,</p><p>        "provautPassword": null,</p><p>        "provrfnUsername": null,</p><p>        "provrfnPassword": null,</p><p>        "publicKey": null,</p><p>        "privateKey": null,</p><p>        "publishableKey": null,</p><p>        "externalMerchantId": null,</p><p>        "apiKey": null,</p><p>        "secretKey": null,</p><p>        "paymentUsername": null,</p><p>        "paymentPassword": null,</p><p>        "refundUsername": null,</p><p>        "refundPassword": null,</p><p>        "inqueryUsername": null,</p><p>        "inqueryPassword": null,</p><p>        "apiServerKey": null,</p><p>        "merchantKey": null,</p><p>        "merchantSalt": null,</p><p>        "currency": "USD",</p><p>        "acceptForeignCards": true,</p><p>        "installments": false,</p><p>        "payWithoutCvc": false,</p><p>        "isItInTheNewPosnetSystem": false,</p><p>        "newThreedsFlow": false,</p><p>        "orderNo": "789",</p><p>        "mode": null,</p><p>        "hostname": "example-host",</p><p>        "siteUrl": null,</p><p>        "apiPath": null,</p><p>        "port": null,</p><p>        "threedSecurePath": null,</p><p>        "enabledPaymentAuthTypes": null,</p><p>        "supportedCardAssociations": \[</p><p>            "Visa",</p><p>            "MasterCard"</p><p>        ],</p><p>        "order": 1,</p><p>        "status": "ACTIVE"</p><p>    }</p><p>}</p><p><br><br></p> |
| 403    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 401    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 401    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 500    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |

<br>
