/v1/operations/
Request to get details about the payment authorization, debiting, refund, or cancellation operations.
Request
GET
https://pay.yandex.uz/api/merchant/v1/operations/{external_operation_id}
Production
GET
https://sandbox.pay.yandex.uz/api/merchant/v1/operations/{external_operation_id}
Sandbox
Path parameters
|
Name |
Description |
|
external_operation_id |
Type: string Operation ID on the merchant side Max length: Example: `` |
Responses
200 OK
Body
application/json
{
"code": 200,
"data": {
"operation": {
"amount": "123.45",
"created": "2025-01-01T00:00:00Z",
"externalOperationId": "example",
"operationId": "123e4567-e89b-12d3-a456-426614174000",
"operationType": "AUTHORIZE",
"orderId": "example",
"params": {},
"pointsAmount": "123.45",
"reason": "example",
"status": "PENDING",
"updated": "2025-01-01T00:00:00Z"
}
},
"status": "success"
}
|
Name |
Description |
||||||||||||||||||||||||
|
code |
Type: unknown Default: |
||||||||||||||||||||||||
|
data |
Type: object
Example
|
||||||||||||||||||||||||
|
status |
Type: string Default: Const: |