Show Invoices

Get a list of created Invoices and their statuses.

Show Invoices

GET https://thentic.tech/api/invoices/all?key=..&chain_id=..

Query Parameters

Headers

{
   "invoices":[
      {
         "amount":"..",
         "chain_id":"..",
         "currency":"..",
         "invoice_to":"0x..",
         "request_id":"..",
         "status":"..",
         "transaction_pixel":"<iframe src='https://thentic.tech/request?id=..' width=1 height=1 scrolling=no frameborder=0></iframe>",
         "transaction_url":"https://thentic.tech/request?id=.."
      }...]
}

Last updated