BusinessCharges
Search BusinessCharges
Search and list BusinessCharge records with filtering, sorting, and pagination.
GET
Search BusinessCharges
A BusinessCharge represents a charge issued by Nexudus to a specific location for platform services or subscription fees. Only Nexudus staff can create or manage these charges. Charges can be one-off or recurring. SetDocumentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Recurrent to true and provide RepeatFrom and RepeatUntil to define the recurrence window.
A charge moves through an approval workflow before it is invoiced. Use ApprovedByBusiness and ApprovedBySender to reflect the approval state. Once invoiced, the Invoiced flag will be set and InvoicedOn will record the date.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the BusinessCharge-List role.Query Parameters
Pagination & Sorting
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by Business Id.
Filter by Application Id.
Filter by human-readable description of what this charge is for.
Filter by uRL that Nexudus will call back once the charge is processed or its status changes.
Filter by date by which the charge must be paid.
Filter by percentage discount to apply to the charge amount (0–100).
Filter by total amount of the charge before tax.
Filter by tax amount applied to this charge.
Filter by true once the charge has been added to an invoice.
Filter by date and time when the charge was included in an invoice. Set automatically by Nexudus.
Filter by true when the business (location) has approved the charge. Both parties must approve before the charge can be invoiced.
Filter by true when Nexudus (the sender) has approved the charge. Both parties must approve before the charge can be invoiced.
Filter by set to true to make this a recurring charge. Use with
RepeatFrom and RepeatUntil to define the recurrence window.Filter by start date of the recurrence window. Required when
Recurrent is true.Filter by end date of the recurrence window. The charge will not be issued after this date.
Range Filters
Filter by date by which the charge must be paid greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date by which the charge must be paid less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by percentage discount to apply to the charge amount (0–100) greater than or equal to this value.
Filter by percentage discount to apply to the charge amount (0–100) less than or equal to this value.
Filter by total amount of the charge before tax greater than or equal to this value.
Filter by total amount of the charge before tax less than or equal to this value.
Filter by tax amount applied to this charge greater than or equal to this value.
Filter by tax amount applied to this charge less than or equal to this value.
Filter by date and time when the charge was included in an invoice. Set automatically by Nexudus greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time when the charge was included in an invoice. Set automatically by Nexudus less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by start date of the recurrence window. Required when
Recurrent is true greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.Filter by start date of the recurrence window. Required when
Recurrent is true less than or equal to this value. Format: YYYY-MM-DDTHH:mm.Filter by end date of the recurrence window. The charge will not be issued after this date greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by end date of the recurrence window. The charge will not be issued after this date less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by Description
Range filters
Response
200
The list of BusinessCharge records matching the query. See the Get one BusinessCharge endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search BusinessCharges