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

30 lines
903 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

get:
description: Получить cпособы вывода средств для платёжной организации
tags:
- PaymentInstitutions
operationId: getPaymentInstitutionPayoutMethods
parameters:
- $ref: '#/parameters/requestID'
- $ref: '#/parameters/deadline'
- $ref: '#/parameters/paymentInstitutionID'
- name: currency
in: query
required: false
description: >-
Валюта, символьный код согласно [ISO
4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
type: string
pattern: '^[A-Z]{3}$'
responses:
'200':
description: Способ вывода средств
schema:
type: array
items:
type: string
enum:
- BankAccount
- InternationalBankAccount
'404':
$ref: '#/responses/NotFound'