Edit transaction
This endpoint is used to edit a specific transaction for a user in the escrow system.
Edit transaction
PATCH
v2/escrow/transaction/edit/:transaction_id/:user_id
Params
Headers
Request body
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.
Response
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.
Last updated