Send transaction invite
This endpoint is used to send a specific escrow transaction.
send transaction
POST
v2/escrow/transaction/send/:transaction_id
Params
Name
Type
Description
transaction_id
String
The transaction id of the created escrow
Headers
Name
Type
Description
Accept*
string
application/json
V-PRIVATE-KEY*
string
your vesicash private key
V-PUBLIC-KEY*
String
your vesicash public key
Request body
The request body should be empty.
Response
The response is in JSON format and follows the schema
```json
{
"status": "success",
"code": 200,
"message": "success",
"data": null
}
```
Last updated