Retrieve Payments
Retrieve Payments from any connected Accounting software
Authorizations
Headers
The connection token
Path Parameters
id of the payment you want to retrieve.
Query Parameters
Set to true to include data from the original Accounting software.
Response
The UUID of the associated invoice
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
The date of the transaction
"2024-06-15T12:00:00Z"
The UUID of the associated contact
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
The UUID of the associated account
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
The currency of the payment
"USD"
The exchange rate applied to the payment
"1.2"
The total amount of the payment in cents
10000
The type of payment
"Credit Card"
The UUID of the associated company info
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
The UUID of the associated accounting period
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
The UUIDs of the tracking categories associated with the payment
["801f9ede-c698-4e66-a7fc-48d19eebaa4f"]
The line items associated with this payment
The custom field mappings of the object between the remote 3rd party & Panora
{
"custom_field_1": "value1",
"custom_field_2": "value2"
}
The UUID of the payment record
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
The remote ID of the payment in the context of the 3rd Party
"payment_1234"
The date when the payment was last updated in the remote system
"2024-06-15T12:00:00Z"
The remote data of the payment in the context of the 3rd Party
{
"raw_data": { "additional_field": "some value" }
}
The created date of the payment record
"2024-06-15T12:00:00Z"
The last modified date of the payment record
"2024-06-15T12:00:00Z"
Was this page helpful?