View remaining balance for a booking
- Bookings
- Payment
- 1 route
How do I retrieve the payment schedule of one booking?
This scenario explains how to retrieve the payment schedule of an existing booking in order to expose the remaining balance and planned payment milestones for the customer file.
Overview
Use GET/v0/customers/{customer_id}/bookings/{booking_id}/payment_schedules to read the booking payment schedule in customer scope. This is useful to display outstanding amounts and future payment milestones.
Prerequisites
customer_idandbooking_idmust identify an existing booking in customer scope.authorization,accept-language, andx-api-keyare required on the documented call.- Additional query parameters are not fully visible in the available source material.
1
Retrieve the booking payment schedule
Mandatory
GET/v0/customers/{customer_id}/bookings/{booking_id}/payment_schedules
S