Methods
API key for authentication.
Order amount in smallest currency units (cents for EUR, kopecks for RUB)
100000Currency code (lowercase)
rubPossible values: Order title (required, max 100 UTF-16 characters)
Product XOrder description (required, max 300 UTF-16 characters)
Detailed product descriptionRedirect URL on successful payment (optional, must be valid URL)
https://shop.com/successRedirect URL on failed payment (optional, must be valid URL)
https://shop.com/failCustomer email (optional, validated if provided)
[email protected]Whether to save payment method for recurring charges (requires shop.recurrent to be enabled)
falseOptional comment for the order
Special requestUnique customer identifier
user_12345Billing period. Defaults to "onetime" if not specified. Recurring periods require shop.recurrent to be enabled
onetimeExample: monthlyPossible values: Order created successfully
Bad request
Unauthorized (invalid API key)
Shop not found
API key for authentication.
Order UUID
550e8400-e29b-41d4-a716-446655440000Successful response
Unauthorized (invalid API key)
Forbidden (order belongs to another shop)
Order or shop not found
API key for authentication.
Order UUID
550e8400-e29b-41d4-a716-446655440000Order cancelled successfully
Bad request
Unauthorized (invalid API key)
Forbidden (access denied)
Order, shop, or recurring subscription not found
API key for authentication.
Order UUID
550e8400-e29b-41d4-a716-446655440000Pagination offset (number of records to skip)
0Example: 0Successful response
Unauthorized (invalid API key)
Forbidden (access denied)
Order or shop not found
API key for authentication.
Order UUID
550e8400-e29b-41d4-a716-446655440000Transaction ID (must be a sell transaction)
12345Refund initiated successfully
Bad request
Unauthorized (invalid API key)
Forbidden (access denied)
Order, shop, or transaction not found
Internal server error (refund processing failed)
Last updated