Files
yookassa-sdk-php/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesFactory.md
T
Антон Н. Николаев b6bf136dc6 В объект платежа добавлен объект payment_order с типом utilities (оплата жилищно-коммунальных услуг). Для платежей Сбербанк Бизнес Онлайн (СББОЛ) добавлена ставка НДС 5%, а ставка 18% отмечена как deprecated
Добавлено новое значение `PayoutCancellationDetails.reason=self_employed_annual_limit_exceeded` - текущая выплата превысит лимит разрешенного годового дохода самозанятого
В поле `SbpPayerBankDetails.bank_id` изменён паттерн валидации значения
Добавлена поддержка работы со способами оплаты
В объект возврата добавлен объект `refund_authorization_details` - детали авторизации возврата
Обновлен Copyright
Для чеков от ЮKassa (ЮЧеки), параметр `items`: изменено максимальное допустимо количество товаров в чеке (было 100, стало 80)
В номере банковской карты разрешено указывать Diners Club (14 знаков) и American Express (15 знаков)
2025-07-24 14:13:44 +03:00

3.2 KiB

YooKassa API SDK

Class: \YooKassa\Request\Payments\ConfirmationAttributes\ConfirmationAttributesFactory

Namespace: \YooKassa\Request\Payments\ConfirmationAttributes


Summary:

Класс, представляющий модель ConfirmationAttributesFactory.

Description:

Фабрика для создания подтверждения платежа.


Constants

  • No constants found

Methods

Visibility Name Flag Summary
public factory()
public factoryFromArray()

Details


Tags

Tag Version Description
category Class
author cms@yoomoney.ru

Methods

public factory() : \YooKassa\Request\Payments\ConfirmationAttributes\AbstractConfirmationAttributes

public factory(string|null $type = null) : \YooKassa\Request\Payments\ConfirmationAttributes\AbstractConfirmationAttributes

Details:

Parameters:
Type Name Description
string OR null type

Returns: \YooKassa\Request\Payments\ConfirmationAttributes\AbstractConfirmationAttributes -

public factoryFromArray() : \YooKassa\Request\Payments\ConfirmationAttributes\AbstractConfirmationAttributes

public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Request\Payments\ConfirmationAttributes\AbstractConfirmationAttributes

Details:

Parameters:
Type Name Description
array data
string OR null type

Returns: \YooKassa\Request\Payments\ConfirmationAttributes\AbstractConfirmationAttributes -


Top Namespaces


Reports


This document was automatically generated from source code comments on 2025-07-24 using phpDocumentor

© 2025 YooMoney