Cancel transaction P2P
POST/v2/transaction/cancel
Cancels a transaction by providing the transaction ID or external ID.
Headers
Name
Value
Content-Type
application/json
x-api-key
<token>
Body
Name
Type
Description
id
integer
The transaction ID
extID
string
The external transaction ID
Response
{
"message": "Transaction canceled."
}{
"error": "Invalid request parameters"
}{
"error": "Unauthorized"
}{
"error": "Internal server error"
}Last updated