Vesicash API V1
Search
K
Comment on page

Agree to transaction

Agreeing to a transaction is one of two actions that can be carried out when a user receives a new transaction.
When a transaction is created and sent to the other party, they have to agree to the transaction terms before the transaction is allowed to proceed.
post
https://api.vesicash.com/v1
/transactions/accept
agree to a transaction
For example, you can a make a post request to the endpoint above and pass in the json data below to agree to a transaction.
{
“transaction_id”: “F2SUkXINIJ6ALjDmt3cT”
}