Skip to main content

Get Statement

POST https://{pg_api_url}/v3/getstatement
Content-Type: application/x-www-form-urlencoded

Request parameters

api_keystring (36)required
date_fromstring (10)required
DD-MM-YYYY.
date_tostring (10)required
DD-MM-YYYY.
hashstring (255)required

Response

{
"data": {
"balance": "20.00"
}
}
warning

The Fund Transfer PDF labels this endpoint "Get Statement" but only documents the balance field above, which matches Get Balance. Treat balance as the only PDF-confirmed response field and confirm any row-level statement schema with Omniware before building reconciliation logic.