Dinakel
Why Dinakel?How it worksGatewayMerchantUser Guide
User Guide
User GuideGatewayMerchantAPI Key
API key statusMerchant statusCreate invoiceInvoice status

Login

Login

🔍Invoice Status API

The Invoice Status API allows you to retrieve the current status of a specific invoice. This API can return details such as the invoice status, amount, currency, protocol, and more.

Note:

Ensure that you pass a validinvoice_idwhen making a request. If the invoice does not exist or is not found, you will receive a404 Not Founderror.

  • 🔹 The API requires anAPI Keyfor authentication.
  • 🔹 Theinvoice_idshould be passed as a query parameter in the request.

💡 Example Request


GET https://core.dinakel.com/api/gateway/v1/invoices/<invoice_id>/status

Headers:
Authorization: Bearer <your_api_key>

Path Parameters:
- invoice_id (required, UUID): The unique identifier of the invoice you wish to check.
          

🔍 Example Response


{
  "status": true,
  "statusCode": 200,
  "data": {
    "invoiceStatus": "paid",
    "amount": "1000.000000000000",
    "symbol": "USDT",
    "protocol": "TRC20",
    "reference_id": "abc123",
    "created_at": "2025-02-16T12:00:00Z"
  }
}
          

⚠️ Error Handling

The API provides the following error responses:


{
  "status": false,
  "statusCode": 400,
  "message": "Invalid invoice_id parameter"
}
            

400 Bad Request:The invoice_id parameter is invalid. Ensure the correct ID format is used.


{
  "status": false,
  "statusCode": 404,
  "message": "Invoice not found"
}
            

404 Not Found:The invoice with the provided ID does not exist in the system. Double-check the invoice ID.


{
  "status": false,
  "statusCode": 500,
  "message": "Internal server error"
}
            

500 Internal Server Error:An unexpected error occurred on the server. Try again later or contact support.

📖 Further Documentation

  • Transactions and Payment Management
  • Check Transaction Status
  • Integration with Other Systems
Dinakel

Professional crypto payment infrastructure for modern businesses.

Secure commerce infrastructure

Services

  • Why Dinakel?
  • How it works
  • User Guide
  • Gateway
  • Merchant
  • API Key

Legal

  • Terms of use
  • Crypto policy
  • Privacy policy
  • Cookie policy
© 2026 DinakelSimple · Secure · Trackable