Neucron Infrastructure
  1. Invoice
Neucron Infrastructure
  • Neucron
    • Admin
      • Only admin can perform this action
    • App
      • Create App
      • Delete App
      • Get App
      • Get App List
      • Update App
    • Assetyzer
      • Get AllAsset of current user
      • Update Certificate
      • Register Certificate
      • Get Certificate Details
      • Mint Certificate
      • Deleting Asset
      • Deploy Asset
      • Get Asset Details
      • Data Integrity
      • Issue Asset
      • Get AssetLedger Details
      • Get AllAssetLedgers of current user
      • Merge Asset
      • Mint Asset
      • Redeem Asset
      • Register Asset
      • Updating Security Token
      • Register Security Token
      • Get Asset stats
      • Sync MNEE token
      • Data Integrity For Text
      • Transfer Asset
      • Updating Asset
      • Get All Utility Token
    • Assetyzer Business
      • Get Assetyzer Business Profile
      • Create Assetyzer Business profile for neucron user
      • Update Bank Details
      • Get All Assetyzer Business Profiles
      • Update Assetyzer Business Profile
    • Auth
      • Verify Aadhar
      • Email Exists
      • Send Verify Email
      • Verify Email
      • Login
      • Verify OTP
      • Verify PAN
      • Forgot Password
      • Phone Exists
      • Login with phone
      • SignUp with phone
      • Signup
      • Verify UPI
      • User Info
      • Update Password
      • Update User
    • Invoice
      • Approve Invoice
        POST
      • Decline Invoice
        POST
      • Get all invoice history of current user
        GET
      • Get list of invoices created by current user
        GET
      • Get all pending invoices of current user
        GET
      • Raise Invoice to any user
        POST
      • Revoke Invoice
        POST
    • Notification
      • Old Notifications
      • Notification Settings
      • Update Notification Settings
    • Pay
      • Send BSV to paymail, address
    • Team
      • Accept Team Invite
      • Get Invite List
      • Create Invites
      • Get Pending Invites
      • Get Team List
      • Get Team Members List
      • Update Team Member Role
      • Remove Team Member
    • Templates
      • Create Templates
      • Get Templates
    • Wallet
      • Create address
      • Get Wallet Addresses
      • Get balance
      • Create Wallet
      • Update Default Wallet
      • History
      • Get Wallet
      • Get mnemonic
      • Delete Paymail
      • Create Paymail
      • Update Wallet Default Paymail
      • Paymail List
      • Get Xpub key
  1. Invoice

Get list of invoices created by current user

GET
/v1/invoice/list
Invoice
Last modified:2025-05-08 10:58:16
Get list of invoices created by current user

Request

Query Params
walletID
string 
optional
waletID

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/invoice/list'

Responses

🟢200OK
application/json
OK
Body
array of:
bsv_asset
object (invoicemodel.BSVAsset) 
optional
amount
integer 
optional
created_at
string 
optional
creator_app_id
string 
optional
creator_id
string 
optional
creator_team_id
string 
optional
creator_wallet_id
string 
optional
expire_at
string 
optional
failure_url
string 
optional
id
string 
optional
invoiceRequests
array[object (invoicemodel.InvoiceRequest) {15}] 
optional
created_at
string 
optional
id
string 
optional
invoice_id
string 
optional
payer_address
string 
optional
payer_app_id
string 
optional
payer_id
string 
optional
payer_team_id
string 
optional
payer_wallet_id
string 
optional
receiver_address
string 
optional
receiver_app_id
string 
optional
receiver_id
string 
optional
receiver_team_id
string 
optional
receiver_wallet_id
string 
optional
status
enum<string> 
optional
Allowed values:
pendingapproveddeclined
updated_at
string 
optional
long_description
string 
optional
memo
string 
optional
raised_by
string 
optional
security_token
object (invoicemodel.SecurityTokenAsset) 
optional
amount
integer 
optional
asset_id
string 
optional
short_description
string 
optional
status
enum<string> 
optional
Allowed values:
activeexpireddeclinedrevokedproccessingpaid
success_url
string 
optional
title
string 
optional
tx_id
string 
optional
type
enum<string> 
optional
Allowed values:
bsvsecurity_token
updated_at
string 
optional
Example
[
  {
    "bsv_asset": {
      "amount": 0
    },
    "created_at": "string",
    "creator_app_id": "string",
    "creator_id": "string",
    "creator_team_id": "string",
    "creator_wallet_id": "string",
    "expire_at": "string",
    "failure_url": "string",
    "id": "string",
    "invoiceRequests": [
      {
        "created_at": "string",
        "id": "string",
        "invoice_id": "string",
        "payer_address": "string",
        "payer_app_id": "string",
        "payer_id": "string",
        "payer_team_id": "string",
        "payer_wallet_id": "string",
        "receiver_address": "string",
        "receiver_app_id": "string",
        "receiver_id": "string",
        "receiver_team_id": "string",
        "receiver_wallet_id": "string",
        "status": "pending",
        "updated_at": "string"
      }
    ],
    "long_description": "string",
    "memo": "string",
    "raised_by": "string",
    "security_token": {
      "amount": 0,
      "asset_id": "string"
    },
    "short_description": "string",
    "status": "active",
    "success_url": "string",
    "title": "string",
    "tx_id": "string",
    "type": "bsv",
    "updated_at": "string"
  }
]
🟠400Bad Request
🟠404Record Not Found
🔴500Server Error
Modified at 2025-05-08 10:58:16
Previous
Get all invoice history of current user
Next
Get all pending invoices of current user
Built with