v1

latestOpenAPI 3.0.02026-07-263403911.5 MB
Requests

Get charges, taxes and fees for a request

Get all charge totals, taxes and fees by request ID.

get/v1/Requests/{id}/chargessummary

Path parameters

idinteger required

Format - int32. ID of the request.

Response

OK

customer_idinteger

Customer ID for the request.

recurring_charges_totalnumber double

All the recurring charges totaled together.

recurring_taxes_and_fees_totalnumber double

All the recurring taxes and fees totaled together.

onetime_charges_totalnumber double

All the onetime_charges totaled together.

onetime_taxes_and_fees_totalnumber double

All the onetime taxes and fees totaled together.

recurring_totalnumber double

The combination of recurring charges, taxes, and fees.

onetime_totalnumber double

The combination of onetime charges, taxes, and fees.

estimated_totalnumber double

The combined total of the two totals.