Webhook handler

Request body that will be sent to your server when the invoice payment status changes

POST

Request Body

Name
Type
Description

merchant_id

UUID

Merchant ID your shop

invoice_id

UUID

Invoice ID

invoice_created

Unix

Invoice creation time

invoice_expires

Unix

Invoice expiration date

invoice_amount

Number

Invoice amount

invoice_currency

Currency

Invoice currency (usd, eur, uah, rub, tron, usdttrc20, binancecoinbep20, usdtbep20, ethereum, bitcoin, litecoin, monero)

invoice_status

Status

paid, unpaid, mispaid, confirming, cancelled

order_id

String

Description or order ID in your system (max 255 characters)

checkout_address

String

Payment address

checkout_amount

Number

Amount payable in cryptocurrency

checkout_currency

Currency

Payment currency (tron, usdttrc20, binancecoinbep20, usdtbep20, ethereum, bitcoin, litecoin, monero)

date_time

Unix

Status update time

secret_hash

String

Signing a notification with a secret key

Last updated