Invoice
📡Invoice Callbacks (Webhooks)
Callback body example
{
"invoiceId": "e70f075f-e858-4cb2-9062-a20ca1fa4c92",
"merchantId": "ABCDEFGH",
"status": 3,
"statusName": "Successful",
"createDate": "2025-11-27 17:11:30.19",
"modifiedDate": "2025-11-27 20:47:03.252",
"expirationDate": "2025-11-27 19:11:30.014",
"createTimestamp": 1764256290190,
"modifiedTimestamp": 1764269223252,
"expirationTimestamp": 1764263490014,
"expirationDateInMilliseconds": 0,
"purse": "0x0000000000000000000000000000000000000000",
"currency": "USD",
"payCurrency": "ETH_ETHEREUM",
"amount": "0.00",
"amountInPayCurrency": "1",
"paidAmount": "1",
"paidAmountFiat": "2500",
"payUrl": "https://app.thedex.cloud/pay-invoice/e70f075f-e858-4cb2-9062-a20ca1fa4c92",
"creationWay": "API",
"merchantCommission": "0",
"merchantBalance": "0.9995",
"uniqueUserId": "SQCGMWJZ",
"depositBlockchainFee": "0.0005",
"rate": "2500.00",
"rateWithCommission": "2500.00",
"txId": [
"0x00000000000000000000000000000000000000000000"
],
"fromAddress": [
"0x10000000000000000000000000000000000000000000"
],Last updated