mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-08-24 16:28:10 +00:00
b6bf136dc6
Добавлено новое значение `PayoutCancellationDetails.reason=self_employed_annual_limit_exceeded` - текущая выплата превысит лимит разрешенного годового дохода самозанятого В поле `SbpPayerBankDetails.bank_id` изменён паттерн валидации значения Добавлена поддержка работы со способами оплаты В объект возврата добавлен объект `refund_authorization_details` - детали авторизации возврата Обновлен Copyright Для чеков от ЮKassa (ЮЧеки), параметр `items`: изменено максимальное допустимо количество товаров в чеке (было 100, стало 80) В номере банковской карты разрешено указывать Diners Club (14 знаков) и American Express (15 знаков)
7.1 KiB
7.1 KiB
YooKassa API SDK
Class: \YooKassa\Common\Exceptions\InternalServerError
Namespace: \YooKassa\Common\Exceptions
Summary:
Технические неполадки на стороне ЮKassa. Результат обработки запроса неизвестен. Повторите запрос позднее с тем же ключом идемпотентности.
Description:
Рекомендуется повторять запрос с периодичностью один раз в минуту до тех пор, пока ЮKassa не сообщит результат обработки операции.
Constants
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | HTTP_CODE |
Properties
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | $retryAfter | ||
| public | $type | ||
| protected | $responseBody | ||
| protected | $responseHeaders |
Methods
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | __construct() | Constructor. | |
| public | getErrorCode() | ||
| public | getErrorDescription() | ||
| public | getErrorId() | ||
| public | getErrorParameter() | ||
| public | getResponseBody() | ||
| public | getResponseHeaders() | ||
| protected | parseErrorResponse() |
Details
- File: lib/Common/Exceptions/InternalServerError.php
- Package: Default
- Class Hierarchy:
- \Exception
- \YooKassa\Common\Exceptions\ApiException
- \YooKassa\Common\Exceptions\InternalServerError
Constants
HTTP_CODE
HTTP_CODE = 500
Properties
public $retryAfter : mixed
Type: mixed
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
public $type : mixed
Type: mixed
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
protected $responseBody : ?string
Type: ?string
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
protected $responseHeaders : array
Type: array
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Methods
public __construct() : mixed
public __construct(mixed $responseHeaders = [], mixed $responseBody = '') : mixed
Summary
Constructor.
Details:
- Inherited From: \YooKassa\Common\Exceptions\InternalServerError
Parameters:
| Type | Name | Description |
|---|---|---|
mixed |
responseHeaders | HTTP header |
mixed |
responseBody | HTTP body |
Returns: mixed -
public getErrorCode() : ?string
public getErrorCode() : ?string
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Returns: ?string -
public getErrorDescription() : ?string
public getErrorDescription() : ?string
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Returns: ?string -
public getErrorId() : ?string
public getErrorId() : ?string
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Returns: ?string -
public getErrorParameter() : ?string
public getErrorParameter() : ?string
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Returns: ?string -
public getResponseBody() : ?string
public getResponseBody() : ?string
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Returns: ?string -
public getResponseHeaders() : string[]
public getResponseHeaders() : string[]
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Returns: string[] -
protected parseErrorResponse() : string
protected parseErrorResponse(mixed $responseBody) : string
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Parameters:
| Type | Name | Description |
|---|---|---|
mixed |
responseBody |
Returns: string -
Top Namespaces
Reports
This document was automatically generated from source code comments on 2025-07-24 using phpDocumentor
© 2025 YooMoney