Refresh Token
The access token has an expiration time(For Eurobank 30mins). After that time elapses, the TPP should use the refresh token (180-days expiration time for Eurobank) to issue new valid access tokens.
Request parameters
{
"RefreshToken": "example"
}
Responses
{
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"tokenType": "Bearer",
"expiresIn": 86400,
"refreshToken": "8xLOxBtZp8"
}
{
"Type": "example",
"Title": "example",
"Status": 96,
"Instance": "example",
"TraceId": "example",
"Detail": "example",
"Errors": [
{
"Name": "example",
"Reason": "example",
"Code": "example",
"Severity": "example"
}
]
}
{
"type": "example",
"title": "example",
"status": 96,
"detail": "example",
"instance": "example"
}
Last modified: 17 June 2026