Data format received by webhookapplication/json
iduuid | Created payment ID |
info.currencystring | null | Fiat currency code of the invoice |
info.tokenstring | null | Payment token |
info.networkstring | null | Payment network |
info.addressstring | null | Wallet address for payment |
amount.starting_pricenumber | Initial invoice amount in fiat |
amount.discount_percentnumber | Discount amount as a percentage |
amount.merchant_fee_percentnumber | Merchant fee as a percentage |
amount.service_fee_percentnumber | null | Platform service fee as a percentage |
amount.totalnumber | Final amount after discount and fee |
url.webhookstring | null | Merchant Webhook URL |
url.successstring | null | Redirect URL after successful payment |
url.errorstring | null | Redirect URL after failed payment |
url.paymentstring | Payment page link |
options.part_paymentboolean | Whether partial payment is allowed |
options.ignore_client_amountboolean | Whether the exact client amount is ignored |
options.payment_accuracynumber | Allowed payment tolerance |
additional.order_idstring | null | External order ID |
additional.infostring | null | Additional order information |
statusstring | Current invoice status |
expired_atstring (ISO 8601, UTC) | Invoice expiration date |
created_atstring (ISO 8601, UTC) | Invoice creation date |
payment.transactionsarray | List of incoming blockchain transactions |
payment.transactions[].txidstring | null | Transaction hash |
payment.transactions[].fromstring | null | Sender address |
payment.transactions[].amountstring | null | Incoming transaction amount in the token's minimal units |
payment.fiat_payment_amountnumber | Paid fiat amount |
payment.service_fee_amountnumber | Accrued service fee in fiat |