Get Merchant POS By Id

10.10 Get Merchant POS By Id

Request

Method

URL

GET

/merchant/v1/merchant-poses/{pos_id}

Response

Status

Response

200

{

"data": {

"id": 131,

"merchantId": 1,

"name": "MerchantPOS Name",

"customerNumber": "123",

"clientId": "Bank Name",

"storeNo": null,

"terminalId": null,

"posnetId": "IntegratorName",

"threedSecureTerminalId": null,

"threedSecurePosnetId": null,

"threedSecureKey": "/payment",

"posMerchantId": "example-host",

"posMerchantKey": "USD",

"posAccountId": "Test",

"dealerCode": "IntegratorName",

"clientCode": null,

"guid": null,

"profileId": null,

"email": null,

"username": null,

"password": null,

"provautUsername": null,

"provautPassword": null,

"provrfnUsername": null,

"provrfnPassword": null,

"publicKey": null,

"privateKey": null,

"publishableKey": null,

"externalMerchantId": null,

"apiKey": null,

"secretKey": null,

"paymentUsername": null,

"paymentPassword": null,

"refundUsername": null,

"refundPassword": null,

"inqueryUsername": null,

"inqueryPassword": null,

"apiServerKey": null,

"merchantKey": null,

"merchantSalt": null,

"currency": "USD",

"acceptForeignCards": true,

"installments": false,

"payWithoutCvc": false,

"isItInTheNewPosnetSystem": false,

"newThreedsFlow": false,

"orderNo": "789",

"mode": null,

"hostname": "example-host",

"siteUrl": null,

"apiPath": null,

"port": null,

"threedSecurePath": null,

"enabledPaymentAuthTypes": null,

"supportedCardAssociations": [

"Visa",

"MasterCard"

],

"order": 1,

"status": "ACTIVE"

}

}

403

400

401

401

500

Last updated