July statement
- From
- Aurora
- To
- Marcus Chen
The Platform sends your monthly statement by email.
curl -X GET "https://api.lightspark.com/grid/2025-10-13/transactions?accountIdentifier=InternalAccount%3A019542f5-b3e7-1d02-0000-000000000482&startDate=2026-07-01T00%3A00%3A00Z&endDate=2026-07-31T23%3A59%3A59Z&sortOrder=asc&limit=100" \
-H "Authorization: Basic $GRID_KEY"curl -X GET "https://api.lightspark.com/grid/2025-10-13/customers/internal-accounts?customerId=Customer%3A019542f5-b3e7-1d02-0000-000000000421¤cy=USD" \
-H "Authorization: Basic $GRID_KEY"curl -X GET "https://api.lightspark.com/grid/2025-10-13/customers/Customer:019542f5-b3e7-1d02-0000-000000000421" \
-H "Authorization: Basic $GRID_KEY"