Edit transaction
This endpoint is used to edit a specific transaction for a user in the escrow system.
Last updated
This endpoint is used to edit a specific transaction for a user in the escrow system.
Last updated
PATCH
v2/escrow/transaction/edit/:transaction_id/:user_id
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
The request should include a JSON payload with the following parameters:
title (string, optional): The new title for the transaction.
description (string, optional): The new description for the transaction.
dashboard_url (string, optional): The new dashboard URL for the transaction.
Upon successful execution, the endpoint returns a status code of 200 and a JSON response with the following structure:
For example, you can make a PATCH request to the endpoint above and pass in the raw json data below to edit party.
transaction_id
String
The ID of the transaction to be edited
user_id
String
The ID of the user
Accept*
string
application/json
V-PRIVATE-KEY*
string
your vesicash private key
V-PUBLIC-KEY*
String
your vesicash public key