Management
Create tariff
API Documentation
Addresses
- Addresses
- Management
Users
- Users overview
- Registration
- Management
- Credentials
- Password
Roles
- Roles overview
- Role Management
- User Role Management
Personas
- Personas overview
- Personal Identity
- User-Persona
Customers
- Customers overview
- Management
- Team Management
- Settings
Countries
- Countries overview
- Management
- Lookup
Currencies
- Currencies overview
- Management
- Exchange Rates
FX
- FX overview
- Exchange Rates
Ledger
- Ledgers overview
- Management
- Operations
- Reports
Tariffs
- Tariffs overview
- Management
- Fee Ranges
- Calculations
Tasks
- Tasks overview
- Management
- Actions
- Assignees
Transactions
- Transactions overview
- Management
- Actions
- Recipients
Uploads
- Uploads overview
- Files
- Customer Documents
Invoices
- Invoices overview
- Management
- Processing
- Payers
- Customer
Accounts
- Accounts overview
- Management
- Customer
- Balance
Chat
- Chat overview
- Conversations
- Messages
Utilities
- Utilities overview
- Record Management
Profile
- Profile overview
- Management
- Avatar
- Security
KYB
- KYB overview
- Flow
- Answers
RBAC
- RBAC overview
- Permissions
- Management
- System
Management
Create tariff
Create a new tariff
POST
/
v1
/
tariffs
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"fallback_tariff_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"active": true,
"default": true,
"fee_ranges": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tariff_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"range_start": 1,
"range_end": 1,
"fixed_fee": 1,
"percent_fee": 1,
"method": "fixed",
"min_fee": 1,
"max_fee": 1,
"media": "<string>",
"asset": "<string>",
"from_channel": "<string>",
"to_channel": "<string>",
"valid_from": "2023-11-07T05:31:56Z",
"valid_to": "2023-11-07T05:31:56Z",
"active": true
}
],
"velocity_rules": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "transaction_count",
"interval": "once",
"limit": 1,
"active": true
}
],
"created_at": "2023-11-07T05:31:56Z",
"created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
201
application/json
Tariff created successfully
Required range:
x >= 0
Required range:
x >= 0
Required range:
x >= 0
Required range:
x >= 0
Available options:
fixed
, percentage
, greater
, lesser
, sum
Required range:
x >= 0
Required range:
x >= 0
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"fallback_tariff_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"active": true,
"default": true,
"fee_ranges": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tariff_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"range_start": 1,
"range_end": 1,
"fixed_fee": 1,
"percent_fee": 1,
"method": "fixed",
"min_fee": 1,
"max_fee": 1,
"media": "<string>",
"asset": "<string>",
"from_channel": "<string>",
"to_channel": "<string>",
"valid_from": "2023-11-07T05:31:56Z",
"valid_to": "2023-11-07T05:31:56Z",
"active": true
}
],
"velocity_rules": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "transaction_count",
"interval": "once",
"limit": 1,
"active": true
}
],
"created_at": "2023-11-07T05:31:56Z",
"created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}