swag-payments/spec/paths/processing@payment-institutions@{paymentInstitutionID}@terms@payments.yaml
2018-09-27 09:44:49 +03:00

17 lines
540 B
YAML

get:
description: Получить условия проведения платежей для платёжной организации
tags:
- PaymentInstitutions
operationId: getPaymentInstitutionPaymentTerms
parameters:
- $ref: '#/parameters/requestID'
- $ref: '#/parameters/deadline'
- $ref: '#/parameters/paymentInstitutionID'
responses:
'200':
description: Payment institution terms calculated
schema:
$ref: '#/definitions/PaymentTerms'
'404':
$ref: '#/responses/NotFound'