Consult All Invoices
Consult all invoices of a Withdrawal or Deposit
Description:
This endpoint allows users to retrieve details of all invoices, whether related to withdrawals or deposits. It provides a comprehensive view of the transactional history, enabling users to keep track of their financial operations.
Mode:
GET
Node:
/third-party-service/invoice
GET
/third-party-service/invoice
Consult an invoice of a Withdrawal or Deposit
Headers
API-Key*
String
Your API key for authentication.
API-Secret*
String
Your API secret for enhanced security.
//
{
"statusCode": 202,
"message": "list invoice/transaction",
"data": [
{
"id": "efdfb17f-b83b-4452-bb2b-1cb2ee80b250",
"status_webview": "completed",
"estatus_invoice": "pending",
"start_time": "2023-06-27T20:03:08.795Z",
"end_time": "2023-06-27T20:03:08.795Z",
"balance": "1",
"currency": "BTC",
"user": "@Peter",
"expire_invoice": false,
"walletpay": "bc1………….",
"memo": "xq0Hpu4BsJzWBGu4LdJmSJ7WdN4G",
"network": "BTC LN",
"chain": "BTC",
"method": {
"id": "bd7537a5-ddf6-4a64-a442-f5a86630d079",
"transaction": "c663b28d-df01-4222-a197-7974700c55f8",
"user": "Peter",
"kyc": "true",
"country_withdraw": "ARG",
"cashout": "BANK",
"cash_amount": "100.00",
"currency_pay": "ARS",
"rate": "89.00",
"status": "pending",
"time_estimate_payout": "68000",
"time_payout": "",
"commission": "0",
"KYB": true,
"date": "2023-06-27T20:03:08.788Z"
}
}
]
}
Considerations:
It's essential to ensure that the provided api-key
and api-secret
are accurate and have the necessary permissions to retrieve this data. The endpoint provides comprehensive details of each invoice, making it a valuable tool for financial audits, record-keeping, and transactional analysis
Last updated