swag-payments/spec/paths/processing@invoices@{invoiceID}@payment-methods.yaml
2018-10-22 14:43:35 +03:00

23 lines
622 B
YAML

get:
description: Получить доступные для инвойса методы оплаты.
tags:
- Invoices
operationId: getInvoicePaymentMethods
parameters:
- $ref: '#/parameters/requestID'
- $ref: '#/parameters/deadline'
- $ref: '#/parameters/invoiceID'
responses:
'200':
description: Список методов оплаты
schema:
type: array
items:
$ref: '#/definitions/PaymentMethod'
'404':
$ref: '#/responses/NotFound'
'401':
$ref: '#/responses/Unauthorized'
'400':
$ref: '#/responses/DefaultLogicError'