Skip to main content
DELETE
/
v6
/
payments
/
{id}
Delete payment
curl --request DELETE \
  --url https://sandbox.tight.com/v6/payments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "result": "SUCCESS",
  "data": {
    "id": "pmt_158998869",
    "type": "EXPENSE",
    "date": "2025-06-26",
    "amount": 273479,
    "displayName": "Gusto",
    "description": "WITHDRAWAL ACH GUSTO TAXID: 4001",
    "notes": "June Payroll",
    "status": "ACTIVE",
    "reviewStatus": "RECONCILED",
    "apiName": "PLAID",
    "apiSourceId": "QeXqN7XJT50dwE4S19ZgVv4nnhLvjX7",
    "bankAccount": {
      "id": "bka_7542850",
      "name": "Business Checking **1687",
      "displayName": "Business Checking **1687"
    },
    "classSegments": [
      {
        "id": "cls_593051",
        "label": {
          "id": "cll_4521",
          "name": "Region",
          "requiredness": "NOT_REQUIRED"
        },
        "name": "Mid-Atlantic",
        "child": {
          "id": "cls_593052",
          "label": {
            "id": "cll_4521",
            "name": "Region",
            "requiredness": "NOT_REQUIRED"
          },
          "name": "Washington DC",
          "child": "<unknown>"
        }
      }
    ],
    "customer": {
      "id": "cus_4852707",
      "name": "Abigail Adams",
      "email": "abigail@tight.com"
    },
    "vendor": {
      "id": "vnd_28868401",
      "name": "Gusto"
    },
    "category": {
      "id": "ctg_58932890",
      "name": "Wages",
      "iconUrl": "https://cdn.sandbox.tight.com/icons/expenseCategories/payroll.svg"
    },
    "glAccount": {
      "id": "gla_38560327",
      "name": "Officer(s) Salaries and Wages",
      "accountNo": "60210",
      "type": "EXPENSE",
      "iconUrl": "https://cdn.sandbox.tight.com/icons/glAccountTypes/expense.png"
    },
    "reconciliationMatch": {
      "id": "<string>",
      "apiSourceId": "<string>",
      "amount": 123,
      "date": "2023-12-25",
      "description": "<string>",
      "apiName": "BOX",
      "apiInstitutionId": "<string>"
    },
    "children": [
      {
        "id": "itm_349412",
        "type": "EXPENSE",
        "amount": -134051,
        "displayName": "Gusto",
        "description": "WITHDRAWAL ACH GUSTO TAXID: 4001",
        "apiItemId": "<string>",
        "classSegments": [
          {
            "id": "cls_593051",
            "label": {
              "id": "cll_4521",
              "name": "Region",
              "requiredness": "NOT_REQUIRED"
            },
            "name": "Mid-Atlantic",
            "child": {
              "id": "cls_593052",
              "label": {
                "id": "cll_4521",
                "name": "Region",
                "requiredness": "NOT_REQUIRED"
              },
              "name": "Washington DC",
              "child": "<unknown>"
            }
          }
        ],
        "customer": {
          "id": "cus_4852707",
          "name": "Abigail Adams",
          "email": "abigail@tight.com"
        },
        "vendor": {
          "id": "vnd_28868401",
          "name": "Gusto"
        },
        "category": {
          "id": "ctg_58932890",
          "name": "Wages",
          "iconUrl": "https://cdn.sandbox.tight.com/icons/expenseCategories/payroll.svg"
        },
        "glAccount": {
          "id": "gla_38560327",
          "name": "Officer(s) Salaries and Wages",
          "accountNo": "60210",
          "type": "EXPENSE",
          "iconUrl": "https://cdn.sandbox.tight.com/icons/glAccountTypes/expense.png"
        },
        "reconciliationMatch": {
          "id": "<string>",
          "apiSourceId": "<string>",
          "amount": 123,
          "date": "2023-12-25",
          "description": "<string>",
          "apiName": "BOX",
          "apiInstitutionId": "<string>"
        }
      }
    ],
    "customData": {
      "internal_key": "some_internal_key",
      "some_other_field": 23434
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, see Authentication for more detail.

Path Parameters

id
string
required

The id of the payment

Response

Success

result
enum<string>

The result of the action performed.

Available options:
SUCCESS,
FAILURE
data
object

The data generated by the action performed.