Skip to main content

RequestGetPaymentSystemCommissions

Request for commissions settings for the specified payment system

Request format

{
"PaymentSystemId": "33d36b84-db28-459e-92d9-0e944e1c8719",
"Nodes": [
"Node1"
],
"RequestId": "55276f4a-70d7-4ba7-ace6-954321719d53",
"RequestName": "RequestGetPaymentSystemCommissions"
}

Request parameters:

NameDescription
RequestIdUnique request GUID
NodesNode name, required parameter to be validated
PaymentSystemIdPayment System ID
RequestNameRequest type

Response ResponseGetPaymentSystemCommissions

{
"Result": [
{
"Node": "Node1",
"Platform": "Mt4",
"Result": [
{
"Currency": "currency",
"CurrencyTag": "tag",
"BrokerFixCommissionIn": 0.0,
"BrokerFloatCommissionIn": 0.0,
"BrokerFixCommissionOut": 0.0,
"BrokerFloatCommissionOut": 0.0,
"ClientFixCommissionIn": 0.0,
"ClientFloatCommissionIn": 0.0,
"ClientFixCommissionOut": 0.0,
"ClientFloatCommissionOut": 0.0,
"PaymentSystemId": "14f27ef3-f8cf-4980-85ea-e0ee78a8f6f9",
"Id": "448daa99-cbca-431b-9366-f7e4320392a4"
}
],
"ResponseNode": "ResponseNodeGetPaymentSystemCommissions"
}
],
"RequestId": "e70200d8-e253-4678-9654-9f648a56a7c3",
"ResponseMaster": "ResponseGetPaymentSystemCommissions"
}