accounting/payments

Retrieve Payments

Retrieve Payments from any connected Accounting software

get/accounting/payments/{id}

Path parameters

idstring required

id of the payment you want to retrieve.

Query parameters

remote_databoolean

Set to true to include data from the original Accounting software.

Headers

x-connection-tokenstring required

The connection token

Response

invoice_idstring nullable

The UUID of the associated invoice

transaction_datestring date-time nullable

The date of the transaction

contact_idstring nullable

The UUID of the associated contact

account_idstring nullable

The UUID of the associated account

currencystring nullable

The currency of the payment

exchange_ratestring nullable

The exchange rate applied to the payment

total_amountnumber nullable

The total amount of the payment in cents

typestring nullable

The type of payment

company_info_idstring nullable

The UUID of the associated company info

accounting_period_idstring nullable

The UUID of the associated accounting period

tracking_categoriesstring[] nullable

The UUIDs of the tracking categories associated with the payment

field_mappingsobject nullable

The custom field mappings of the object between the remote 3rd party & Panora

idstring nullable

The UUID of the payment record

remote_idstring nullable

The remote ID of the payment in the context of the 3rd Party

remote_updated_atstring date-time nullable

The date when the payment was last updated in the remote system

remote_dataobject nullable

The remote data of the payment in the context of the 3rd Party

created_atstring date-time nullable

The created date of the payment record

modified_atstring date-time nullable

The last modified date of the payment record

Example response

{
  "invoice_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
  "transaction_date": "2024-06-15T12:00:00Z",
  "contact_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
  "account_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
  "currency": "USD",
  "exchange_rate": "1.2",
  "total_amount": 10000,
  "type": "Credit Card",
  "company_info_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
  "accounting_period_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
  "tracking_categories": [
    "801f9ede-c698-4e66-a7fc-48d19eebaa4f"
  ],
  "line_items": [
    {
      "name": "Net Income",
      "value": 100000,
      "type": "Operating Activities",
      "parent_item": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
      "remote_id": "report_item_1234",
      "remote_generated_at": "2024-07-01T12:00:00Z",
      "company_info_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
      "created_at": "2024-06-15T12:00:00Z",
      "modified_at": "2024-06-15T12:00:00Z"
    }
  ],
  "field_mappings": {
    "custom_field_1": "value1",
    "custom_field_2": "value2"
  },
  "id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
  "remote_id": "payment_1234",
  "remote_updated_at": "2024-06-15T12:00:00Z",
  "remote_data": {
    "raw_data": {
      "additional_field": "some value"
    }
  },
  "created_at": "2024-06-15T12:00:00Z",
  "modified_at": "2024-06-15T12:00:00Z"
}

Changes

Changed in 4 of the 49 revisions of this API.18199

    • removed the AED enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the AFN enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ALL enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the AMD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ANG enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the AOA enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ARS enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the AUD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the AWG enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the AZN enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BAM enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BBD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BDT enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BGN enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BHD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BIF enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BMD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BND enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BOB enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BRL enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BSD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BTN enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BWP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BYN enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the BZD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CAD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CDF enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CHF enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CLP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CNY enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the COP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CRC enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CUP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CVE enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the CZK enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the DJF enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the DKK enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the DOP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the DZD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the EGP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ERN enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ETB enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the EUR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the FJD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the FKP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the FOK enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GBP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GEL enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GGP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GHS enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GIP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GMD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GNF enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GTQ enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the GYD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the HKD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the HNL enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the HRK enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the HTG enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the HUF enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the IDR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ILS enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the IMP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the INR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the IQD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the IRR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ISK enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the JEP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the JMD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the JOD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the JPY enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KES enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KGS enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KHR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KID enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KMF enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KRW enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KWD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KYD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the KZT enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the LAK enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the LBP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the LKR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the LRD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the LSL enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the LYD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MAD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MDL enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MGA enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MKD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MMK enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MNT enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MOP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MRU enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MUR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MVR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MWK enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MXN enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MYR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the MZN enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the NAD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the NGN enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the NIO enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the NOK enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the NPR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the NZD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the OMR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PAB enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PEN enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PGK enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PHP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PKR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PLN enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the PYG enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the QAR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the RON enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the RSD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the RUB enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the RWF enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SAR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SBD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SCR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SDG enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SEK enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SGD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SHP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SLE enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SLL enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SOS enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SRD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SSP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the STN enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SYP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the SZL enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the THB enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TJS enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TMT enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TND enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TOP enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TRY enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TTD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TVD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TWD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the TZS enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the UAH enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the UGX enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the USD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the UYU enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the UZS enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the VES enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the VND enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the VUV enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the WST enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the XAF enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the XCD enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the XDR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the XOF enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the XPF enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the YER enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ZAR enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ZMW enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • removed the ZWL enum value from the currency response property for the response status 200

      response-property-enum-value-removed

    • added the optional property account_id to the response with the 200 status

      response-optional-property-added

    • added the optional property accounting_period_id to the response with the 200 status

      response-optional-property-added

    • added the optional property company_info_id to the response with the 200 status

      response-optional-property-added

    • added the optional property contact_id to the response with the 200 status

      response-optional-property-added

    • added the optional property created_at to the response with the 200 status

      response-optional-property-added

    • added the optional property currency to the response with the 200 status

      response-optional-property-added

    • added the optional property exchange_rate to the response with the 200 status

      response-optional-property-added

    • added the optional property field_mappings to the response with the 200 status

      response-optional-property-added

    • added the optional property id to the response with the 200 status

      response-optional-property-added

    • added the optional property invoice_id to the response with the 200 status

      response-optional-property-added

    • added the optional property line_items to the response with the 200 status

      response-optional-property-added

    • added the optional property modified_at to the response with the 200 status

      response-optional-property-added

    • added the optional property remote_data to the response with the 200 status

      response-optional-property-added

    • added the optional property remote_id to the response with the 200 status

      response-optional-property-added

    • added the optional property remote_updated_at to the response with the 200 status

      response-optional-property-added

    • added the optional property total_amount to the response with the 200 status

      response-optional-property-added

    • added the optional property tracking_categories to the response with the 200 status

      response-optional-property-added

    • added the optional property transaction_date to the response with the 200 status

      response-optional-property-added

    • added the optional property type to the response with the 200 status

      response-optional-property-added

    • removed the optional property created_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property currency from the response with the 200 status

      response-optional-property-removed

    • removed the optional property exchange_rate from the response with the 200 status

      response-optional-property-removed

    • removed the optional property field_mappings from the response with the 200 status

      response-optional-property-removed

    • removed the optional property id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property id_acc_account from the response with the 200 status

      response-optional-property-removed

    • removed the optional property id_acc_accounting_period from the response with the 200 status

      response-optional-property-removed

    • removed the optional property id_acc_company_info from the response with the 200 status

      response-optional-property-removed

    • removed the optional property id_acc_contact from the response with the 200 status

      response-optional-property-removed

    • removed the optional property id_acc_invoice from the response with the 200 status

      response-optional-property-removed

    • removed the optional property modified_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property remote_data from the response with the 200 status

      response-optional-property-removed

    • removed the optional property remote_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property remote_updated_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property total_amount from the response with the 200 status

      response-optional-property-removed

    • removed the optional property tracking_categories from the response with the 200 status

      response-optional-property-removed

    • removed the optional property transaction_date from the response with the 200 status

      response-optional-property-removed

    • removed the optional property type from the response with the 200 status

      response-optional-property-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property created_at to the response with the 200 status

      response-optional-property-added

    • added the optional property currency to the response with the 200 status

      response-optional-property-added

    • added the optional property exchange_rate to the response with the 200 status

      response-optional-property-added

    • added the optional property field_mappings to the response with the 200 status

      response-optional-property-added

    • added the optional property id to the response with the 200 status

      response-optional-property-added

    • added the optional property id_acc_account to the response with the 200 status

      response-optional-property-added

    • added the optional property id_acc_accounting_period to the response with the 200 status

      response-optional-property-added

    • added the optional property id_acc_company_info to the response with the 200 status

      response-optional-property-added

    • added the optional property id_acc_contact to the response with the 200 status

      response-optional-property-added

    • added the optional property id_acc_invoice to the response with the 200 status

      response-optional-property-added

    • added the optional property modified_at to the response with the 200 status

      response-optional-property-added

    • added the optional property remote_data to the response with the 200 status

      response-optional-property-added

    • added the optional property remote_id to the response with the 200 status

      response-optional-property-added

    • added the optional property remote_updated_at to the response with the 200 status

      response-optional-property-added

    • added the optional property total_amount to the response with the 200 status

      response-optional-property-added

    • added the optional property tracking_categories to the response with the 200 status

      response-optional-property-added

    • added the optional property transaction_date to the response with the 200 status

      response-optional-property-added

    • added the optional property type to the response with the 200 status

      response-optional-property-added