Skip to main content
POST
Disable invoice payment link (1.4.0)

Authorizations

X-Signature
string
header
required

HMAC-SHA256-Hex(timestamp + "." + raw_body, api_secret)

Path Parameters

uuid
string<uuid>
required

Response

200 - application/json
uuid
string<uuid>
required
orderId
string
required

Ваш order_id (или сгенерированный).

token
string
required

Публичный токен ссылки.

payPath
string
required

Путь страницы оплаты. Абсолютная ссылка: https://<ваш-домен-кошелька>{payPath}.

Example:

"/invoice/abc123"

assetCode
string
required
Example:

"USDT_TRC20"

network
string
required
Example:

"TRON"

address
string
required

Адрес для оплаты.

memo
string | null
required

Memo (для memo-based сетей).

amount
string
required
Example:

"100.50"

amountUsd
string | null
required

USD-пег счёта (null = счёт выставлен в активе).

expiresAt
string<date-time>
required
status
enum<string>
required
Available options:
pending,
detected,
paid,
overpaid,
underpaid,
underpaid_waiting,
refunded,
expired
payUrl
string | null
required

1.4.0: абсолютная ссылка на страницу оплаты (если оператор задал базовый адрес).

urlReturn
string | null
required
urlSuccess
string | null
required
urlCallback
string | null
required
theme
enum<string> | null
required
Available options:
light,
dark,
auto
locale
enum<string> | null
required
Available options:
ru,
en
receivedAmount
string | null
required

Полученная сумма (после детекции tx).

txhash
string | null
required
createdAt
string<date-time>
required