mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 17:45:24 +00:00
17 lines
540 B
YAML
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'
|