get https://api.vault.sandbox.testessential.net/v2/history/card/
The endpoint is used to retrieve the history of operations associated with a specific card.
Transaction history is implemented in the mobile apps and the web app
Transaction Statuses
-
Transferred:
- AUTHORIZED: The transaction has been successfully authorized, and the funds are reserved on the account.
- CLEARED: The transaction is completed, and the funds are actually debited from the customer's account and credited to the recipient's account.
- DECLINED: The transaction is declined and will not be processed. Possible reasons include insufficient funds, exceeding the credit limit, technical issues, or suspicion of fraud.
- APPROVED: The transaction is approved and recorded in the wallet's transaction history.
-
Ignored:
- INIT: The initial status of a transaction that has not yet been processed.
- VOID: The transaction is voided and will not be processed.