Token Charging
API key for authentication.
Filter tokens by customer ID
user_12345Filter tokens by the original order UUID
550e8400-e29b-41d4-a716-446655440000Filter by active status (true to return only active tokens)
truePossible values: Maximum number of tokens to return (default 50, max 100)
50Example: 50Number of tokens to skip for pagination
0Example: 0Successful response
Payment token UUID
550e8400-e29b-41d4-a716-446655440000Last 4 digits of the card number
1234Card brand (VISA, MASTERCARD, etc.)
VISAMerchant's customer reference (optional)
user_12345Fixed charge amount in smallest currency units
100000Currency code (lowercase)
rubPossible values: Whether the token is active and can be charged
trueToken creation timestamp in ISO 8601 format
2025-03-20T01:15:58ZLast time the token was charged (optional)
2025-03-25T12:30:00ZUnauthorized (invalid API key)
Token charging not enabled for this shop
Shop not found
API key for authentication.
Token UUID
550e8400-e29b-41d4-a716-446655440000Successful response
Payment token UUID
550e8400-e29b-41d4-a716-446655440000Last 4 digits of the card number
1234Card brand (VISA, MASTERCARD, etc.)
VISAMerchant's customer reference (optional)
user_12345Fixed charge amount in smallest currency units
100000Currency code (lowercase)
rubPossible values: Whether the token is active and can be charged
trueToken creation timestamp in ISO 8601 format
2025-03-20T01:15:58ZLast time the token was charged (optional)
2025-03-25T12:30:00ZUnauthorized (invalid API key)
Token charging not enabled for this shop
Token or shop not found
API key for authentication.
Token UUID
550e8400-e29b-41d4-a716-446655440000Token deactivated successfully
truetoken deactivatedBad request
Unauthorized (invalid API key)
Token charging not enabled for this shop
Token or shop not found
API key for authentication.
The payment token UUID to charge
550e8400-e29b-41d4-a716-446655440000Charge amount in smallest currency units (cents/kopecks)
100000Merchant reference for this charge (optional, max 256 chars)
order-123Unique key to prevent duplicate charges (optional, max 64 chars)
charge-req-abc123Charge created successfully
Charge UUID
550e8400-e29b-41d4-a716-446655440000Charge status
processingPossible values: Merchant reference (optional)
order-123Charge amount in smallest currency units
100000Currency code (lowercase)
rubPossible values: Payment token UUID
550e8400-e29b-41d4-a716-446655440000Error code if charge failed (optional)
payment_declinedError message if charge failed (optional)
Card was declined by the issuerCharge creation timestamp in ISO 8601 format
2025-03-20T01:15:58ZCharge processing completion timestamp (optional)
2025-03-20T01:16:02ZBad request
Unauthorized (invalid API key)
Token charging not enabled for this shop
Token or shop not found
Conflict - charge already pending
Rate limit exceeded - must wait before charging again
Payment gateway error
API key for authentication.
Charge UUID
550e8400-e29b-41d4-a716-446655440000Successful response
Charge UUID
550e8400-e29b-41d4-a716-446655440000Charge status
processingPossible values: Merchant reference (optional)
order-123Charge amount in smallest currency units
100000Currency code (lowercase)
rubPossible values: Payment token UUID
550e8400-e29b-41d4-a716-446655440000Error code if charge failed (optional)
payment_declinedError message if charge failed (optional)
Card was declined by the issuerCharge creation timestamp in ISO 8601 format
2025-03-20T01:15:58ZCharge processing completion timestamp (optional)
2025-03-20T01:16:02ZUnauthorized (invalid API key)
Token charging not enabled for this shop
Charge or shop not found
Last updated