API for detailed pricing line items

1 Vote Closed
Yarra Stays, Mel
Dec 30, 2025 8:34 PM
Member for 3 months 5 posts

The detail behind overall guest/host figures is necessary for any meaningful reporting. In my model, I have all the APIs hooked up, but am missing the detailed pricing and for this I need to use the XLS extract manually. Please would you consider creating, or provide me access to an API that gives this detail, such as what is contained in that extract?

Bri
Jan 7, 2026 8:03 AM
OR Team Member Member for 4 years 691 posts

Hi Bryan,

I believe this is already possible unless I'm misunderstanding what you're after here.

If you need the line item description, type, and amount for each booking, here are your options:

For multiple bookings, you can use https://api.ownerrez.com/help/v2/Api/GET-v2-bookings_property_ids_status_include_door_codes_include_charges_include_tags_include_fields_include_guest_include_cancellation_policy_include_agreements – just make sure to set include_charges to true.

If you need it for a specific booking, https://api.ownerrez.com/help/v2/Api/GET-v2-bookings-id should do the trick.

If this isn't what you were looking for, please let me know.

Yarra Stays, Mel
Jan 15, 2026 4:45 PM
Member for 3 months 5 posts

Thanks so much Bri, yes that works a treat!

Yarra Stays, Mel
Jan 15, 2026 9:01 PM
Member for 3 months 5 posts

All good for my purposes mostly, thanks again.

FYI - Would just point out, that some detail is lost, and alternate classifications are apparent between the export and the API. Example as follows:

Chris Hynes
Jan 16, 2026 5:33 AM
OR Team Member Member for 13 years 1406 posts

Processing adjustment is a very old concept, so I wouldn't worry about that.

On the API it's showing surcharge or surcharge_other for both charges and discounts. You can tell the difference based on the sign -- surcharges will be positive, discounts negative. This is how things are stored under the covers in the data -- everything is a "surcharge", the fee vs discount is just based on sign.

Yarra Stays, Mel
Jan 27, 2026 8:58 PM
Member for 3 months 5 posts

All good, thanks for your help on this Bri & Chris. Stoked to have it all working beautifully.

Chris Hynes
Jan 28, 2026 1:33 PM
OR Team Member Member for 13 years 1406 posts

Awesome, looks great!