swag-payments/spec/paths/processing@invoices@{invoiceID}@payments@{paymentID}.yaml
2018-09-27 09:44:49 +03:00

18 lines
490 B
YAML

get:
description: Получить данные платежа по указанному инвойсу.
tags:
- Payments
operationId: getPaymentByID
parameters:
- $ref: '#/parameters/requestID'
- $ref: '#/parameters/deadline'
- $ref: '#/parameters/invoiceID'
- $ref: '#/parameters/paymentID'
responses:
'200':
description: Данные платежа
schema:
$ref: '#/definitions/Payment'
'404':
$ref: '#/responses/NotFound'