Statement preview
MailInbox

July statement

From
Aurora
To
Marcus Chen

The Platform sends your monthly statement by email.

API calls3
Grid data. Platform stores period balances and adds Reg E and terminal details.
• listTransactions
GET/transactions?accountIdentifier=InternalAccount%3A019542f5-b3e7-1d02-0000-000000000482&startDate=2026-07-01T00%3A00%3A00Z&endDate=2026-07-31T23%3A59%3A59Z&sortOrder=asc&limit=100
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"
• listCustomerInternalAccounts
GET/customers/internal-accounts?customerId=Customer%3A019542f5-b3e7-1d02-0000-000000000421&currency=USD
curl -X GET "https://api.lightspark.com/grid/2025-10-13/customers/internal-accounts?customerId=Customer%3A019542f5-b3e7-1d02-0000-000000000421&currency=USD" \
  -H "Authorization: Basic $GRID_KEY"
• getCustomerById
GET/customers/Customer:019542f5-b3e7-1d02-0000-000000000421
curl -X GET "https://api.lightspark.com/grid/2025-10-13/customers/Customer:019542f5-b3e7-1d02-0000-000000000421" \
  -H "Authorization: Basic $GRID_KEY"