Skip to main content

Retrieve Pos Commission Rates

URL

GET/merchant/v1/merchant-poses/{merchantPosId}/commissions

Request Parameters

No additional parameter is needed to query the commissions of the POS

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:

id
number

POS Commission ID value

status
Status

POS Commission Status. See: Status

Values:
ACTIVE
PASSIVE
installment
number

Number of installments for which the commission will be applied

blockageDay
number

Day of installment on which the commission will be blocked

cardBrandName
string

Credit card brand associated with the POS

bankOnUsCreditCardCommissionRate
number

Commission rate for credit card payments made to the POS bank

bankNotOnUsCreditCardCommissionRate
number

Commission rate for credit card payments made to a non-POS bank

bankOnUsDebitCardCommissionRate
number

Commission rate for debit card payments made to the POS bank

bankNotOnUsDebitCardCommissionRate
number

Commission rate for debit card payments made to a non-POS bank

bankForeignCardCommissionRate
number

Commission rate for foreign card payments

merchantCommissionRate
number

Commission rate between the merchant and the bank for payments made through the POS

Sample Codes

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

Retrieve Pos Commission Rates