Query Parameters
limit?integer
Default
25Range
1 <= value <= 100starting_after?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/control/v1/billing/transactions"{
"items": [
{
"id": "string",
"created_at": "2019-08-24T14:15:22Z",
"type": "string",
"amount_micros": 0,
"balance_after_micros": 0,
"description": "string",
"external_provider": "string",
"external_payment_id": "string"
}
],
"next_starting_after": "string"
}{
"status_code": 400,
"detail": "Bad Request",
"extra": {}
}