curl --location '/customers/v1/wallet-statements?wallet_id=undefined' \
--header 'Authorization: Bearer {{access_token}}'{
"id": "7f4cf3e1-2f6a-4d24-9c1b-1f6f9a1f2b35",
"entity_type": "report",
"entity_id": "47d152eb-2076-4b0c-a87a-bce74e43f4f2",
"type": "WALLET_STATEMENT",
"status": "COMPLETED",
"payload": {
"wallet_id": "47d152eb-2076-4b0c-a87a-bce74e43f4f2",
"period": "2026-05",
"period_from": "2026-04-30T14:00:00.000Z",
"period_to": "2026-05-31T13:59:59.999Z"
},
"result": {
"s3_key": "client-id/47d152eb-2076-4b0c-a87a-bce74e43f4f2/2026-05.csv"
},
"error_reason": null,
"progress": 100,
"owner": "ExampleClient",
"idempotency_key": "wallet-statement-47d152eb-2076-4b0c-a87a-bce74e43f4f2-2026-05",
"created_at": "2026-06-01T00:05:12.000Z",
"updated_at": "2026-06-01T00:06:03.000Z"
}