Consult transactions by User's Wallet
Consult transactions of either withdrawal or deposits by a user's wallet
Description:
This endpoint facilitates users in retrieving a list of transactions, both withdrawals and deposits, linked to a specific user's wallet. It is designed to provide a clear and concise view of an individual's transaction history.
Mode:
GET
Node:
GET
/third-party-service/method/user/{id}
Consult an invoice of a Withdrawal or Deposit by ID
Headers
API-Key*
String
Your API key for authentication.
API-Secret*
String
Your API secret for enhanced security.
Considerations:
When querying for a specific invoice, ensure that the {id}
in the Node URL is replaced with the appropriate invoice identifier. Always make sure that the provided api-key
and api-secret
are accurate and have the necessary permissions to retrieve the invoice details. Approval Invoice has the same Node URL, but different modes, ensure the correct mode is being used.
Last updated