Manage prepayment and drawdown charge
The Prepaid with Drawdown feature is in the Early Adopter phase. We are actively soliciting feedback from a small set of early adopters before releasing it as generally available. If you want to join this early adopter program, submit a request at Zuora Global Support.
After you have created prepayment charge and drawdown charge, you can update, query, or delete those charges.
Update
Zuora UI
SOAPI API
Use the update() call.
- Note that WSDL version 114+ is required.
- See Fields related to Prepaid with Drawdown for field descriptions.
REST API
Use the CRUD: Update a product rate plan charge operation.
- Note that WSDL version 114+ is required for the
X-Zuora-WSDL-Version
header parameter. - See Fields related to Prepaid with Drawdown for field descriptions.
Query
Data source
Retrieve the data from the Product Rate Plan Charge Data Source. See Fields related to Prepaid with Drawdown for field descriptions.
Data query
Retrieve the data from the Product Rate Plan Charge object through Data Query. See Fields related to Prepaid with Drawdown for field descriptions.
SOAP API
Use the query() call.
- Note that WSDL version 114+ is required.
- See Fields related to Prepaid with Drawdown for field descriptions.
REST API
Use the Query operation.
- Note that WSDL version 114+ is required for the
X-Zuora-WSDL-Version
header parameter. - See Fields related to Prepaid with Drawdown for field descriptions.