POST
/
accounting
/
payments

Authorizations

x-api-key
string
header
required

Headers

x-connection-token
string
required

The connection token

Query Parameters

remote_data
boolean

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

Body

application/json
account_id
string | null

The UUID of the associated account

accounting_period_id
string | null

The UUID of the associated accounting period

company_info_id
string | null

The UUID of the associated company info

contact_id
string | null

The UUID of the associated contact

currency
string | null

The currency of the payment

exchange_rate
string | null

The exchange rate applied to the payment

field_mappings
object | null

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

invoice_id
string | null

The UUID of the associated invoice

line_items
object[]

The line items associated with this payment

total_amount
number | null

The total amount of the payment in cents

tracking_categories
string[] | null

The UUIDs of the tracking categories associated with the payment

transaction_date
string | null

The date of the transaction

type
string | null

The type of payment

Response

201 - application/json
account_id
string | null

The UUID of the associated account

accounting_period_id
string | null

The UUID of the associated accounting period

company_info_id
string | null

The UUID of the associated company info

contact_id
string | null

The UUID of the associated contact

created_at
string | null

The created date of the payment record

currency
string | null

The currency of the payment

exchange_rate
string | null

The exchange rate applied to the payment

field_mappings
object | null

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

id
string | null

The UUID of the payment record

invoice_id
string | null

The UUID of the associated invoice

line_items
object[]

The line items associated with this payment

modified_at
string | null

The last modified date of the payment record

remote_data
object | null

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

remote_id
string | null

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

remote_updated_at
string | null

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

total_amount
number | null

The total amount of the payment in cents

tracking_categories
string[] | null

The UUIDs of the tracking categories associated with the payment

transaction_date
string | null

The date of the transaction

type
string | null

The type of payment