TgKit library and website are still in early development!

SuccessfulPayment Interface

Properties

currency Currency

Three-letter ISO 4217 currency code, or "XTR" for payments in Telegram Stars

See the code

invoicePayload string

Bot specified invoice payload

See the code

orderInfo OrderInfo

Order information provided by the user

See the code

providerPaymentChargeId string

Provider payment identifier

See the code

shippingOptionId string

Identifier of the shipping option chosen by the user

See the code

telegramPaymentChargeId string

Telegram payment identifier

See the code

totalAmount number

Total price in the *smallest units* of the currency (integer, **not** float/double). For example, for a price of

See the code