Billing API
V1
Billing API for fetching location taxes
Parameters
Name | Description |
---|---|
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
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
- GET
/orgs/{orgId}/subscription/{subscriptionId}/consumptions/orgs/{orgId}/subscription/{subscriptionId}/consumptions
- GET
/orgs/{orgId}/subscription/{subscriptionId}/consumptions/details/orgs/{orgId}/subscription/{subscriptionId}/consumptions/details
Movements
- GET
/orgs/{orgId}/account/{accountId}/adjustment/orgs/{orgId}/account/{accountId}/adjustment
- POST
/orgs/{orgId}/account/{accountId}/adjustment/orgs/{orgId}/account/{accountId}/adjustment
- GET
/orgs/{orgId}/account/{accountId}/adjustment/{adjustmentId}/orgs/{orgId}/account/{accountId}/adjustment/{adjustmentId}
- PUT
/orgs/{orgId}/account/{accountId}/adjustment/{adjustmentId}/orgs/{orgId}/account/{accountId}/adjustment/{adjustmentId}
- DELETE
/orgs/{orgId}/account/{accountId}/adjustment/{adjustmentId}/orgs/{orgId}/account/{accountId}/adjustment/{adjustmentId}
- POST
/orgs/{orgId}/subscription/{subscriptionId}/adjustment/orgs/{orgId}/subscription/{subscriptionId}/adjustment
- PUT
/orgs/{orgId}/subscription/{subscriptionId}/adjustment/{adjustmentId}/orgs/{orgId}/subscription/{subscriptionId}/adjustment/{adjustmentId}
- GET
/orgs/{orgId}/subscription/{subscriptionId}/movement/orgs/{orgId}/subscription/{subscriptionId}/movement
- POST
/orgs/{orgId}/subscription/{subscriptionId}/movement/orgs/{orgId}/subscription/{subscriptionId}/movement
- GET
/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}
- PUT
/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}
- DELETE
/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}
- POST
/orgs/{orgId}/subscription/{subscriptionId}/movement-non-subscribable-products/orgs/{orgId}/subscription/{subscriptionId}/movement-non-subscribable-products
- PUT
/orgs/{orgId}/subscription/{subscriptionId}/movement-non-subscribable-products/{movementId}/orgs/{orgId}/subscription/{subscriptionId}/movement-non-subscribable-products/{movementId}
- DELETE
/orgs/{orgId}/subscription/{subscriptionId}/movement-non-subscribable-products/{movementId}/orgs/{orgId}/subscription/{subscriptionId}/movement-non-subscribable-products/{movementId}
Refunds
- GET
/orgs/{orgId}/subscription/{subscriptionId}/refund/orgs/{orgId}/subscription/{subscriptionId}/refund
- GET
/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/refund/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/refund
- POST
/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/refund/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/refund
- GET
/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/refund/{refundId}/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/refund/{refundId}
- PUT
/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/refund/{refundId}/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/refund/{refundId}
- DELETE
/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/refund/{refundId}/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/refund/{refundId}
- POST
/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/refund-non-subscribable-products/orgs/{orgId}/subscription/{subscriptionId}/movement/{movementId}/refund-non-subscribable-products
Invoices
- GET
/orgs/{orgId}/accounts/{accountId}/invoices/orgs/{orgId}/accounts/{accountId}/invoices
- GET
/orgs/{orgId}/accounts/{accountId}/invoices/{invoiceId}/public_link/orgs/{orgId}/accounts/{accountId}/invoices/{invoiceId}/public_link
- GET
/orgs/{orgId}/accounts/{accountId}/billing_details/orgs/{orgId}/accounts/{accountId}/billing_details
LocationTax
BillingInfo