VRPlatformVRPlatform
Transactions

/transactions

Transactions List

GET
/transactions
X-API-Key<token>

API key provided in dashboard

In: header

Query Parameters

type?string
Value in"deposit" | "expense" | "transfer" | "payout"
isOpeningBalance?boolean
status?string
Value in"active" | "inactive"
includeLines?boolean
accountId?string
last4?string
Length4 <= length <= 4
isLocked?boolean
hasActiveJournalEntries?boolean
connectionId?string

connection id or 'null'

amount?string

Amount in cents, also accepts ranges like 100...200

paidAtRange?string

Date range string. Accepted syntax: YYYY, YYYY-MM, YYYY-MM-DD, or range YYYY-MM-DD...YYYY-MM-DD. Single values expand to the full year, month, or day.

Formatvrp-date-range
dateRange?string

Date range string. Accepted syntax: YYYY, YYYY-MM, YYYY-MM-DD, or range YYYY-MM-DD...YYYY-MM-DD. Single values expand to the full year, month, or day.

Formatvrp-date-range
isDateRangeEndInclusive?boolean

Whether the end date in dateRange or paidAtRange is treated as inclusive (true) or exclusive (false).

Defaulttrue
uniqueRefs?string

Comma-separated transaction unique refs.

Formatvrp-csv
shortRefs?string
ids?string
search?string
recurringTemplateId?string
paidStatus?string
Value in"unpaid" | "underpaid" | "overpaid" | "paid"
matchedByBankRule?boolean
reconciled?boolean

Filter transactions by reconciled state. True only returns reconciled transactions.

contactId?string
listingIds?string
limit?number
Default100
Range1 <= value <= 250
page?number
Default1
Range1 <= value

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.vrplatform.app/transactions"
{
  "data": [
    {
      "description": "string",
      "status": "active",
      "uniqueRef": "string",
      "isOpeningBalance": true,
      "type": "deposit",
      "date": "string",
      "lines": [
        {
          "uniqueRef": "string",
          "description": "string",
          "assignment": "accountsPayable",
          "amount": -9007199254740991,
          "ownerStatementId": "eccddabd-554b-48ab-a66d-28a57ff66fa9",
          "matchReservationConfirmationCode": "string",
          "matchReservationStripeGuestRef": "string",
          "matchLineTypeClassification": "string",
          "id": "string",
          "issues": [
            {
              "code": "unassignedAccount",
              "severity": "error",
              "context": {
                "lineType": "string"
              }
            }
          ],
          "recurringTemplate": {
            "id": "string"
          },
          "total": 0,
          "listing": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "name": "string",
            "uniqueRef": "string",
            "shortRef": "string"
          },
          "reservation": {
            "id": "string",
            "shortRef": "string",
            "confirmationCode": "string",
            "uniqueRef": "string",
            "status": "booked",
            "checkIn": "string",
            "checkOut": "string"
          },
          "account": {
            "id": "string",
            "name": "string",
            "uniqueRef": "string",
            "status": "active"
          },
          "party": "owners",
          "contact": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "name": "string",
            "firstName": "string",
            "uniqueRef": "string",
            "shortRef": "string"
          },
          "matchStatus": "string",
          "appliedAmount": {
            "taxBehavior": "excluded",
            "taxRate": {
              "id": "string",
              "name": "string",
              "basisPoints": 100000
            }
          },
          "markup": {
            "amount": -9007199254740991,
            "taxBehavior": "excluded",
            "taxRate": {
              "id": "string",
              "name": "string",
              "basisPoints": 100000
            }
          },
          "lock": {
            "status": "locked",
            "booksClosed": {
              "date": "string"
            },
            "ownerStatement": {
              "ids": [
                "497f6eca-6276-4993-bfeb-53cbbbba6f08"
              ]
            },
            "reconciled": {
              "bankRecordIds": [
                "497f6eca-6276-4993-bfeb-53cbbbba6f08"
              ]
            },
            "statementPeriod": {
              "hits": [
                {
                  "listingId": "8c73d933-f7ed-437e-9da1-caac95adc1ae",
                  "txnAt": "string",
                  "openFrom": "string"
                }
              ]
            }
          }
        }
      ],
      "attachmentIds": [
        "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      ],
      "recurringTemplateId": "d73afa31-bf14-4baf-aede-be5f4b4ff489",
      "matchBankAccountLast4": "string",
      "id": "string",
      "shortRef": "string",
      "lock": {
        "status": "locked",
        "booksClosed": {
          "date": "string"
        },
        "ownerStatement": {
          "ids": [
            "497f6eca-6276-4993-bfeb-53cbbbba6f08"
          ]
        },
        "reconciled": {
          "bankRecordIds": [
            "497f6eca-6276-4993-bfeb-53cbbbba6f08"
          ]
        },
        "statementPeriod": {
          "hits": [
            {
              "listingId": "8c73d933-f7ed-437e-9da1-caac95adc1ae",
              "txnAt": "string",
              "openFrom": "string"
            }
          ]
        }
      },
      "issues": [
        {
          "code": "line_unassignedAccount",
          "severity": "error",
          "context": {}
        }
      ],
      "currency": "string",
      "amount": -9007199254740991,
      "recurringTemplate": {
        "id": "string"
      },
      "attachments": [
        {
          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
          "transactionId": "75906707-8c31-479c-b354-aa805c4cefbc",
          "createdAt": "string",
          "filename": "string",
          "extension": "string",
          "contentType": "string",
          "byteSize": -9007199254740991,
          "isOwnerAccessible": true
        }
      ],
      "account": {
        "id": "string",
        "name": "string",
        "uniqueRef": "string",
        "status": "active"
      },
      "payment": {
        "bankRecordIds": [
          "string"
        ],
        "status": "unpaid",
        "lock": {
          "status": "locked",
          "booksClosed": {
            "date": "string"
          },
          "ownerStatement": {
            "ids": [
              "497f6eca-6276-4993-bfeb-53cbbbba6f08"
            ]
          },
          "reconciled": {
            "bankRecordIds": [
              "497f6eca-6276-4993-bfeb-53cbbbba6f08"
            ]
          },
          "statementPeriod": {
            "hits": [
              {
                "listingId": "8c73d933-f7ed-437e-9da1-caac95adc1ae",
                "txnAt": "string",
                "openFrom": "string"
              }
            ]
          }
        },
        "date": "string"
      },
      "connection": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "name": "string",
        "status": "active",
        "uniqueRef": "string",
        "appId": "string"
      },
      "contact": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "name": "string",
        "firstName": "string",
        "uniqueRef": "string",
        "shortRef": "string"
      },
      "source": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "type": "string",
        "status": "active",
        "appId": "string",
        "appIcon": "string"
      },
      "matchStatus": "string",
      "matchedByBankRule": true
    }
  ],
  "pagination": {
    "limit": 100,
    "page": 1,
    "total": 0,
    "totalPage": 0,
    "nextPage": 0
  }
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}