payment

Tronado Payment

Handle Tronado payment callback.

post/api/tronado_payment

Request body

UniqueCodestring required

Unique code for each payment

PaymentIDstring required

Payment ID from your application

UserTelegramIdinteger required

Telegram user ID of the payer

Walletstring required

Wallet address that received the payment

Hashstring required

Transaction hash for verification

TronAmountnumber required

TRON actually delivered to us (post-wage, post-adjustment)

ActualTronAmountnumber nullable

TRON the order was originally opened for, before any adjustment

TomanAmountWithoutWageinteger nullable

Toman value of the TRON delivered to us, excluding the wage (v5)

UserPaidTomanAmountinteger nullable

Toman the customer actually paid, including the wage (v5)

OrderStatusIDinteger nullable

Numeric order status (30 = accepted)

OrderStatusTitlestring nullable

Persian status title; display only

IsPaidboolean required

Payment status

PaymentDatestring date-time required

Payment timestamp

Response

Successful Response

{"stackTrail":"paths:/api/tronado_payment:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.