Skip to main content
POST
Simulate a payout outcome (sandbox site only, 1.4.0)

Authorizations

X-Signature
string
header
required

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

Path Parameters

uuid
string<uuid>
required

Body

application/json
outcome
enum<string>
required

Исход эмулируемой выплаты.

Available options:
confirmed,
failed
Example:

"confirmed"

reason
string

Причина (для outcome=failed).

Example:

"insufficient energy"

Response

200 - application/json
uuid
string<uuid>
required
status
string
required
Example:

"confirmed"

txhash
string | null
required
Example:

"sandbox:…"