Get all reconciliations on an statement transaction

GET /api/v1/statement-transaction/{statementTransaction_uuid}/reconciliations

Headers

  • X-PLANNR-ACCOUNT-UUID string

Path parameters

  • statementTransaction_uuid string Required

Query parameters

  • filter[uuid] string

    Filter by a comma separated list of UUIDs.

  • sort string

    Field to sort by. Valid fields are [created_at, updated_at, type, amount]. Negative sign to denote DESC. Defaults to '-created_at'.

  • per_page integer

    Number of results to return with pagination (Default 15. Max 500).

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • uuid string

      The UUID of the resource.

    • created_at string

      The timestamp of when the resource was created.

    • updated_at string

      The timestamp of when the resource was updated.

    • amount object

      The amount that has been reconciled.

      Hide amount attributes Show amount attributes object
      • amount object
        Hide amount attributes Show amount attributes object
        • example string
        • description string
      • formatted object
        Hide formatted attributes Show formatted attributes object
        • example string
        • description string
      • currency object
        Hide currency attributes Show currency attributes object
        • example string
        • description string
    • statement_transaction object

      The statement transaction the reconciliation has been made against.

      Hide statement_transaction attributes Show statement_transaction attributes object
      • uuid string
      • created_at string
      • updated_at string
      • client_name string
      • transaction_reference string
      • policy_number string
      • date string
      • gross_amount object
        Hide gross_amount attributes Show gross_amount attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • net_amount object
        Hide net_amount attributes Show net_amount attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • category string
      • payment_origin string
      • agency_number string
      • product_reference string
      • adviser_name string
      • sender_id_sib_number string
      • reason string
      • scheme_name string
      • scheme_number string
      • customer_number string
      • policy_market_value string
      • provider string
      • provider_statement string
      • metadata object
        Hide metadata attribute Show metadata attribute object
        • client_name string
      • expectation string
      • bank_transactions string
      • statement string
      • account string
      • firm string
    • bank_transaction object

      The bank transaction this reconciliation is for.

      Hide bank_transaction attributes Show bank_transaction attributes object
      • uuid string
      • created_at string
      • updated_at string
      • date string
      • amount object
        Hide amount attributes Show amount attributes object
        • amount string
        • currency string
        • formatted string
      • reference string
      • metadata object
        Hide metadata attribute Show metadata attribute object
        • client_name string
      • filename string
      • bank_statement string
      • statement string
      • account string
      • firm string
    • account object

      The account that created the reconciliation.

      Hide account attributes Show account attributes object
      • uuid string
      • created_at string
      • updated_at string
      • type string
      • role string
      • first_name string
      • last_name string
      • name string
      • email string
      • firm string
      • primary_phone_number string
      • primary_email string
      • current_time_entry string
      • assigned_adviser string
      • assigned_administrator string
      • assigned_paraplanner string
      • introduced_by string
      • groups string
      • tags string
      • owners string
      • first_contact_date string
      • next_review_date string
      • previous_review_date string
      • anniversary_review_date string
      • with_login boolean
      • has_joint_account boolean
      • can_be_deleted string
      • joint_account_circle string
      • ownership_percentage integer
      • inactive_at string
      • custom_fields string
      • external_references string
GET /api/v1/statement-transaction/{statementTransaction_uuid}/reconciliations
curl \
 --request GET 'https://api.plannrcrm.com/api/v1/statement-transaction/6ff8f7f6-1eb3-3525-be4a-3932c805afed/reconciliations' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
  "uuid": "ddb0dd0e-11b0-4e33-9375-b09cbd6f6931",
  "amount": {
    "amount": {
      "example": "4000",
      "description": "Money amount at their lowest denominator (for example: pennies)"
    },
    "currency": {
      "example": "GBP",
      "description": "Currency of the money"
    },
    "formatted": {
      "example": "£40.00",
      "description": "Money amount formatted with currency"
    }
  },
  "account": {
    "firm": "App\\Http\\Resources\\FirmResource",
    "name": "Gareth Thompson",
    "role": "client",
    "tags": "App\\Http\\Resources\\TagResource",
    "type": "client",
    "uuid": "066ee59c-1c67-44f5-b409-0a5c4bc16ba0",
    "email": "gareth@codepotato.co.uk",
    "groups": "App\\Http\\Resources\\GroupResource",
    "owners": "App\\Http\\Resources\\AccountResource",
    "last_name": "Thompson",
    "created_at": "2025-06-26T11:37:10+01:00",
    "first_name": "Gareth",
    "updated_at": "2025-06-26T11:37:10+01:00",
    "with_login": true,
    "inactive_at": "2025-06-26",
    "custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
    "introduced_by": "App\\Http\\Resources\\AccountResource",
    "primary_email": "App\\Http\\Resources\\ContactDetailResource",
    "can_be_deleted": "false",
    "assigned_adviser": "App\\Http\\Resources\\AccountResource",
    "next_review_date": "2025-06-26T11:37:10+01:00",
    "has_joint_account": true,
    "current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
    "first_contact_date": "2025-06-26T11:37:10+01:00",
    "external_references": "App\\Http\\Resources\\ExternalReferenceResource",
    "assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
    "joint_account_circle": "App\\Http\\Resources\\CircleResource",
    "ownership_percentage": 100,
    "previous_review_date": "2025-06-26T11:37:10+01:00",
    "primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
    "assigned_administrator": "App\\Http\\Resources\\AccountResource",
    "anniversary_review_date": "2025-06-26T11:37:10+01:00"
  },
  "created_at": "2025-06-26T11:37:10+01:00",
  "updated_at": "2025-06-26T11:37:10+01:00",
  "bank_transaction": {
    "date": "2022-07-15",
    "firm": "App\\Http\\Resources\\FirmResource",
    "uuid": "7564a5e1-4acf-42a5-998d-5665ac7dd3da",
    "amount": {
      "amount": "12399",
      "currency": "GBP",
      "formatted": "£123.99"
    },
    "account": "App\\Http\\Resources\\AccountResource",
    "filename": "Natwest June 2022 Statement.xlsx",
    "metadata": {
      "client_name": "Gareth Thompson"
    },
    "reference": "VitalityLtd",
    "statement": "App\\Http\\Resources\\StatementResource",
    "created_at": "2025-06-26T11:37:10+01:00",
    "updated_at": "2025-06-26T11:37:10+01:00",
    "bank_statement": "App\\Http\\Resources\\BankStatementResource"
  },
  "statement_transaction": {
    "date": "2025-06-26",
    "firm": "App\\Http\\Resources\\FirmResource",
    "uuid": "e26837bd-5c50-49cd-83b3-73941cca5ba6",
    "reason": "Reason",
    "account": "App\\Http\\Resources\\AccountResource",
    "category": "initial_fee",
    "metadata": {
      "client_name": "Gareth Thompson"
    },
    "provider": "Aviva",
    "statement": "App\\Http\\Resources\\StatementResource",
    "created_at": "2025-06-26T11:37:10+01:00",
    "net_amount": {
      "amount": {
        "example": "4000",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      },
      "formatted": {
        "example": "£40.00",
        "description": "Money amount formatted with currency"
      }
    },
    "updated_at": "2025-06-26T11:37:10+01:00",
    "client_name": "Gareth Thompson",
    "expectation": "App\\Http\\Resources\\ExpectationResource",
    "scheme_name": "Scheme name",
    "adviser_name": "Adviser name",
    "gross_amount": {
      "amount": {
        "example": "4000",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      },
      "formatted": {
        "example": "£40.00",
        "description": "Money amount formatted with currency"
      }
    },
    "agency_number": "Agency number",
    "policy_number": "AVIVA_00001",
    "scheme_number": "Scheme number",
    "payment_origin": "provider",
    "customer_number": "Customer number",
    "bank_transactions": "App\\Http\\Resources\\BankTransactionResource",
    "product_reference": "Product reference",
    "provider_statement": "App\\Http\\Resources\\ProviderStatementResource",
    "policy_market_value": "Policy market value",
    "sender_id_sib_number": "Sender id sib number",
    "transaction_reference": "nv4xMreFJM"
  }
}