The GET /billing_statements/{id} call allows your platform to look up a single billing statement. Billing statements provide aggregate transaction amounts for an account in a certain time period. Be sure to subscribe to the billing_statements.created Notification event topic to programmatically incorporate new Billing Statements. Learn more about MIC+.
INVALID_PARAMS
NOT_AUTHORIZED
UNEXPECTED_ERROR
{- "id": "c4a1abf1-34ac-40e8-bdba-5649f0665421",
 - "resource": "billing_statements",
 - "path": "/billing_statements/c4a1abf1-34ac-40e8-bdba-5649f0665421",
 - "owner": {
- "id": "c4a1abf1-34ac-40e8-bdba-5649f0643043",
 - "resource": "accounts",
 - "path": "/accounts/c4a1abf1-34ac-40e8-bdba-5649f0643043"
 
}, - "create_time": 1546300800,
 - "total_fee_amount": 198904,
 - "currency": "USD",
 - "month": 9,
 - "year": 2019,
 - "api_version": "3.0"
 
}