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
ff72f744-beda-4cc4-8b44-2b3deb584f99organizationIdstringOptionalExample:
Organization ID
2a06421c-edae-4df1-9851-17d6479449e2actionstring · 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