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
Mark transaction as shipped
When a seller ships a transaction, such user is expected to notify the escrow system in order to receive fund disbursement.
post
https://api.vesicash.com/v1/
transactions/delivered
mark transaction as shipped
For example, you can a make a post request to the endpoint above and pass in the json data below to mark a transaction as shipped.
1
{
2
"transaction_id": "vhfLG5tcVHyCvuO6wytk"
3
}
Copied!
When a transaction is marked as shipped, the buyer is expected is to "
accept
" or "
reject
" the shipment before it can proceed to the next stage.
Previous
Due Date Extension
Next
Accept shipped transaction
Last modified
2yr ago
Copy link
Contents
post
mark transaction as shipped