Notify Invoice Response

Response (200 Ok - https status code)

Response

Type

Sample Value

invoiceNo

String

INV99999999

networkName

String

notifyUrl

String

expiryOn

String

description

String

id

String

txid

String

explorerUrl

String

sentAddress

String

receivedAddress

String

date

String

createdAt

String

updatedAt

String

Example Value

{
    "invoiceNo": "M2126441028",
    "networkName": "Binance Smart Chain (BEP20)",
    "notifyUrl": "http://yourdomain.com/success-url",
    "expiryOn”: "2023-11-12T19:04:35Z",
    "description": "Hello world",
    "id": "0xdc30ed40d650c782f9902125cefbc9bbf5ccad02bf8bdc0ea672e9e73cc45d13",
    "txid": "0xdc30ed40d650c782f9902125cefbc9bbf5ccad02bf8bdc0ea672e9e73cc45d13",
    "explorerUrl": "https://testnet.bscscan.com/tx/0xdc30ed40d650c782f9902125cefbc9bbf5ccad02bf8bdc0ea672e9e73cc45d13",
    "sentAddress": "0x3a93c5618f5d10ea43dcda6a689a31228442f61c",
    "receivedAddress": "0x4cfdf40842d18b9c4e617b07aaa3b66aa52d5d7a",
    "date": "2023-11-16T04:50:04.045Z",
    "createdAt": "2023-11-12T18:04:35Z",
    "updatedAt": "2023-11-12T18:04:35Z"
}

Last updated