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
f3ae5860-0da1-448e-b94a-2aad0ff8b195organizationIdstringOptionalExample:
Organization ID
d225cb26-2704-407a-9501-754f78aca82dactionstring · 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