v1
latestOpenAPI 3.0.12026-07-243407211.3 MBAccount
Get eStatement PDF
This endpoint allows the retrieval of a PDF statement for an account and for a given period. The PDF will be base64 coded and it will return the transaction details on all transaction types.
If the GET request is successful, the following response message will be returned along with a 200 HTTP status code Programs configured for the Interest Rate feature only:
- The following changes will be made to the eStatement interest details section:
- Interest Paid this Period changed to Interest Earned this Period
- Interest Paid Year to Date – Will reflect the posted YTD interest total amount
get/programs/{programCode}/accounts/{accountIdentifier}/statements/{statementPeriod}
Path parameters
statementPeriodstring required
Statement period (e.g., "2024-01").
programCodestring required
Partner program code for the account.
accountIdentifierstring required
Unique account identifier (UID or GUID).
Query parameters
isCblboolean
Indicates if the statement is for a CBL account.
Headers
X-GD-RequestIdstring required
Unique request tracking identifier (X-GD-RequestId header).
Response
OK