Create/update individual tariff
Request:
Header parameters
x-api-public-keystringOptional
Public API-key
x-api-signaturestringOptional
Signing the request body with a private API-key
Content-typestringOptionalExample:
Request content type
application/jsonBody
The body of the request to create an individual tariff
userIdstringOptionalExample:
User ID
5292f559-d134-4214-a9bb-4c232f0e0991organizationIdstringOptionalExample:
Organization ID
527c351a-c92d-427d-a349-53cb6f5828ffactionstring · enumOptionalExample:
Target action on the tariff
EXCHANGE_AUTOPossible values: amountstringOptionalExample:
The commission percentage of the transaction amount (for example, 0.01 means a commission of 1% of the transaction amount)
0.03typestring · enumOptionalExample:
Type of fare amount
PERCENTPossible values: commentstring · nullableOptionalExample:
Tariff Comment
tariff for JohnminAmountstring · nullableOptionalExample:
Minimum commission for debiting (for example, when performing an operation, 1% of the transaction amount will be debited, but not less than MinAmount)
null - no restrictions
0.1maxAmountstring · nullableOptionalExample:
The maximum commission for debiting (for example, when performing an operation, 1% of the transaction amount will be debited, but no more than MaxAmount)
null - no restrictions
3000Responses
200Success
application/json
post
/partner/api/set-organization-tariff200Success
Last updated