Billing API

Billing API for fetching location taxes


Parameters

NameDescription

orgId*required

string

(path)

Executes the request in the context of the given organization

stateId*required

integer

(path)

Executes the request in the context of the given location (state id)

Request example

content_copy
1
2
3
4
5

curl -X GET https://billing.masstack.com/v1/orgs/masmovil/location-taxes/28 \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {access-token}"

Responses

Code Description Schema
200 Location tax information LocationTaxDTO
400 The request could not be processed because it was malformed GenericResponseDTO
401 The user is not authorized GenericResponseDTO
403 The user does not have permission to access that resource GenericResponseDTO
500 The request failed to be processed by the server GenericResponseDTO
504 The request timed out GenericResponseDTO

Endpoints

Consumptions

Movements

Refunds

Invoices

LocationTax

BillingInfo