Skip to main content

Search Merchant Poses

URL

GET/merchant/v1/merchant-poses

Request Parameters

The query parameters expected to be sent in requests to query the POS of the member business are listed in the table and subheadings below.

name
string

Pos name

alias
string

Pos alias

currency
Currency

It indicates which currency is supported for the POS. bkz: Para Birimleri

Values:
TRY
USD
EUR
GBP
CNY
ARS
BRL
AED
IQD
AZN
KZT
KWD
SAR
BHD
RUB
JPY
EGP
enabledInstallments
boolean

It indicates whether installment payments can be made or not.

enableForeignCard
boolean

It indicates whether payment can be made with foreign credit cards or not.

bankName
string

Bank name

Response Parameters

Parameters returned as a result of querying payout completed transactions are also subject to the rules specified in the Response Formats section of the API documentation home page. In the absence of a systematic or fictional error, the sub-parameters of the object returned in the data/items parameter are as follows:

Here is the modified code with Turkish field names translated to English:

id
number

POS ID value

status
Status

POS Status. See: Status

Values:
ACTIVE
PASSIVE
name
string

POS name

alias
string

POS alias

posIntegrator
string

POS provider

hostname
string

POS server name

clientId
string

POS client ID value

posCurrencyCode
string

POS currency code

mode
string

POS mode

path
string

POS address

posnetId
string

POSNET ID value

terminalId
string

Terminal ID value

threedsPosnetId
string

3DS POSNET ID value

threedsTerminalId
string

3DS Terminal ID value

threedsKey
string

3DS key value

threedsPath
string

3DS address

forceThreeDs
boolean

Force 3DS value

enableForeignCard
boolean

Enable foreign card

enableInstallment
boolean

Enable installment

enablePaymentWithoutCvc
boolean

Enable payment without CVC

orderNumber
number

POS order number

minPriceForInstallment
number

Minimum price for installment

currency
Currency
Values:
TRY
USD
EUR
GBP
CNY
ARS
BRL
AED
IQD
AZN
KZT
KWD
SAR
BHD
RUB
JPY
EGP
bankId
number

Bank ID value

bankName
string

Bank name

merchantPosUsers
object[]
supportedCardAssociations
CardAssociation[]

Payments that are fully or partially covered by the card. Represents the card issuer organization

Values:
VISA
MASTER_CARD
AMEX
TROY
JCB
UNION_PAY
MAESTRO
DISCOVER
DINERS_CLUB
enabledPaymentAuthenticationTypes
string[]

Payment authentication types supported by the POS

enabledPaymentPhases
PaymentPhase[]
Values:
AUTH
PRE_AUTH
POST_AUTH

Sample Codes

You can review the sample codes in the open source Craftgate API clients.

Search Merchant Pos