Vesicash API V1
Search
K

Accept shipped transaction

Once a transaction has been shipped, the buyer is expected to "accept" the shipment to indicate satisfaction of that transaction. When this happens, funds are immediately released to the seller from the Vesicash Escrow. To accept a shipped transaction, call the endpoint below:
post
https://api.vesicash.com/v1/
transactions/satisfied
accept shipped transaction
For instance: you can a make a post request to the endpoint above and pass in the json data below to accept a shipped transaction.
{
"transaction_id": "vhfLG5tcVHyCvuO6wytk"
}