Vesicash API V1
Search…
Vesicash API V1
Overview
API DOCUMENTATION
API Basics
Authentication
Errors
User Management
Transactions Management
Create a product transaction
Create a oneoff transaction
Create a milestone transaction
Transaction Parties
Send transaction
Agree to transaction
Reject a transaction
Funding a transaction
Fetch transaction details
Due Date Extension
Mark transaction as shipped
Accept shipped transaction
Reject shipped transaction
Listing Transactions
Dispute Management
Disbursement
Other Tools
Other Integration Methods
Widget
Plugins
Libraries
Webhooks
Customizations
Basics
Payment System
Custom Notifications
Powered By
GitBook
Fetch transaction details
Fetching information about a transaction is straightforward using the GET request.
Only the buyer, seller or broker in the transaction can see details about a transaction.
Using the transaction id, users can fetch the details of a transaction like this:
post
https://api.vesicash.com/v1/
transactions/listById/{transaction_id}
fetch transaction by id
For example, to fetch a transaction that has an id
ShNlIros44DPzjnPdRbA
, simply make a post request to the endpoint like this:
https://api.vesicash.com/v1/transactions/listById/ShNlIros44DPzjnPdRbA
Previous
Funding a transaction
Next
Due Date Extension
Last modified
2yr ago
Copy link
Contents
post
fetch transaction by id