Cancel Items

Cancel items from a transaction.

/v3/transactions/{transactionId}/cancel

POST https://apis.sandbox.flexshopper.com/v3/transactions/{transactionId}/cancel

Path Parameters

Headers

Request Body

{
  "data": {
    "leaseId": "\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI1YTk...",
    "contract": "...base64 html contract",
    "leaseStatus": "signed"
  }
}

Response Parameters

A successful request returns the HTTP 200 OK status code and a JSON response body that shows the lease info

If the items field is not provided in the request, all items in the transaction will be canceled.

If an item is present in the items array with no quantity, all of that item will be canceled.

Last updated