curl --request GET \
--url https://openplatform.gateapi.io/rate/commission_rule \
--header 'X-GatePay-Certificate-ClientId: <x-gatepay-certificate-clientid>' \
--header 'X-GatePay-MerchantId: <x-gatepay-merchantid>' \
--header 'X-GatePay-Nonce: <x-gatepay-nonce>' \
--header 'X-GatePay-Signature: <x-gatepay-signature>' \
--header 'X-GatePay-Timestamp: <x-gatepay-timestamp>'{
"status": "SUCCESS",
"code": "000000",
"errorMessage": "",
"data": {
"sub_merchant_id": "123456789",
"has_markup": true,
"config_id": "cfg_202604150001",
"r_markup": 0.001,
"f_markup": 0,
"status": "EFFECTIVE",
"effective_date": "2026-04-15 00:00:00",
"expired_date": null,
"actual_rate": {
"r_total": 0.0035,
"f_total": 1
},
"updated_at": "2026-04-15T08:30:00Z"
}
}Returns the effective configuration for a sub-account at a specified time. If omitted, the current effective configuration is returned.
curl --request GET \
--url https://openplatform.gateapi.io/rate/commission_rule \
--header 'X-GatePay-Certificate-ClientId: <x-gatepay-certificate-clientid>' \
--header 'X-GatePay-MerchantId: <x-gatepay-merchantid>' \
--header 'X-GatePay-Nonce: <x-gatepay-nonce>' \
--header 'X-GatePay-Signature: <x-gatepay-signature>' \
--header 'X-GatePay-Timestamp: <x-gatepay-timestamp>'{
"status": "SUCCESS",
"code": "000000",
"errorMessage": "",
"data": {
"sub_merchant_id": "123456789",
"has_markup": true,
"config_id": "cfg_202604150001",
"r_markup": 0.001,
"f_markup": 0,
"status": "EFFECTIVE",
"effective_date": "2026-04-15 00:00:00",
"expired_date": null,
"actual_rate": {
"r_total": 0.0035,
"f_total": 1
},
"updated_at": "2026-04-15T08:30:00Z"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.gate.com/llms.txt
Use this file to discover all available pages before exploring further.
X-GatePay-MerchantId to identify the main-merchant context and does not use X-GatePay-On-Behalf-Of.Application ClientId.
HMAC-SHA512 signature generated with the Payment API Secret.
UTC timestamp in milliseconds.
Random nonce used for replay protection.
Main merchant ID. This header identifies the institution main-merchant context for this fee-setting API set.
Sub-account ID.
Query time in YYYY-MM-DD HH:mm:ss format. If omitted, the current effective configuration is returned.