Shop
Shop operations for external integrations
Creates a new shop order and returns a payment URL for the customer.
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)
https://shop.com/successRedirect URL on failed payment (optional)
https://shop.com/failCustomer email (optional, validated if provided)
[email protected]Order created successfully
Bad request
Unauthorized (invalid API key)
Shop not found
Returns the current status of a specific shop order by its UUID. Only accessible by the shop owner.
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
Last updated