Get account statement
Documents
Get account statement
Generate an account statement for a date range. Maximum range is 90 days.
GET
Get account statement
Authorizations
YuvexPay API key. Include as Authorization: Bearer ypk_<env>_<kid>_<secret> where <env> is test (sandbox) or live (production). Create and manage keys in the dashboard under Settings > API Keys.
Query Parameters
Start date in YYYY-MM-DD format.
Pattern:
^\d{4}-\d{2}-\d{2}$End date in YYYY-MM-DD format.
Pattern:
^\d{4}-\d{2}-\d{2}$Output format.
Available options:
html, text Response
Statement generated.
The statement content in the requested format.

