APIs
Push Events
Push an event to the billing engine. This endpoint can accept very high volume of requests and will be low latency. It returns a success if the data appears to be valid
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Body
application/json · object[]
Available options:
pending
, completed
, cancelled
Return an error if there is not enough balance to handle the event
Response
200 - application/json
OK