Skip to main content
GET
/
v1
/
documents
/
statements
Get account statement
curl --request GET \
  --url https://api.yuvexpay.com/v1/documents/statements \
  --header 'Authorization: Bearer <token>'
{
  "content": "<string>"
}

Authorizations

Authorization
string
header
required

API access token obtained from POST /oauth/token. Include as Authorization: Bearer {token}.

Query Parameters

startDate
string
required

Start date in YYYY-MM-DD format.

Pattern: ^\d{4}-\d{2}-\d{2}$
endDate
string
required

End date in YYYY-MM-DD format.

Pattern: ^\d{4}-\d{2}-\d{2}$
format
enum<string>
default:html

Output format.

Available options:
html,
text

Response

Statement generated.

content
string

The statement content in the requested format.