View remaining balance for a proposal
- Proposals
- Payment
- 1 route
How do I retrieve the payment schedule of a proposal and view the remaining balance?
This scenario explains how to retrieve the payment schedule associated with a proposal in order to expose the remaining balance, installment structure, and payment timeline before booking confirmation or payment collection.
Overview
Use GET/v1/proposals/{proposal_id}/payment_schedule to read the payment schedule attached to a proposal. This is useful to display the due amounts, payment milestones, or remaining balance in a proposal context.
Prerequisites
proposal_idmust identify an existing proposal.accept-languageandx-api-keyare required on the documented call.- Additional query options are not fully visible in the available source material.
1
Retrieve the proposal payment schedule
Mandatory
GET/v1/proposals/{proposal_id}/payment_schedule
S