Create telco transaction

Create a new telecommunications transaction in CereTax.

📘

Request and response example

You can find an example of a telco transaction request in various programming languages in the console pane on the right-hand side. Click on "Examples" in the upper right corner of the console pane, select "Wireless Access Charge Example", enter your CERT API Key under "Authentication", and click on the 'Try it' button.

You can also click on "Examples" in the Response console and select "200 - Wireless Access Charge Example" to view a pre-generated response example.

If you are planning on using Node.js for your integration, we recommend using Axios or node-fetch rather than the API library on readme. The samples on this page are for evaluation purposes only.

🚧

Required Fields

All fields and objects noted as required must be passed in your requests. The Create transaction endpoints will return an error when required fields are not passed. We also recommend passing as many non-required fields as possible in each transaction request to take full advantage of CereTax's reporting functionality and rules engine.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!