# F2F Cancel

Cancel endpoints for face-to-face transactions.


## Cancel this face-to-face transaction with a description

 - [POST /api/v1/p2p/transactions/{transaction_id}/cancel_with_description](https://docs.trustap.com/apis/openapi/f2f-cancel/p2p.cancelwithdescription.md): If a transaction is cancelled after the deposit has been paid
then the deposit (excluding the Trustap fee) will be returned to
the buyer.
Offline access is allowed for this endpoint when the user has
granted the p2p_tx:offline_cancel scope to the client
that is performing the request.

## Cancel this face-to-face transaction with a description with guest user

 - [POST /api/v1/p2p/transactions/{transaction_id}/cancel_with_description_with_guest_user](https://docs.trustap.com/apis/openapi/f2f-cancel/p2p.cancelp2ptransactionwithdescriptionasguest.md): If a transaction is cancelled after the deposit has been paid
then the deposit (excluding the Trustap fee) will be returned to
the buyer.

