Skip to main content
Get Account Statement
curl --request GET \
  --url https://api.yapily.com/accounts/{accountId}/statements/{statementId} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'consent: <consent>'
{
  "meta": {
    "tracingId": "8bacaae3025647efa1891157993e32fb"
  },
  "data": {
    "id": "700014000000000000000002",
    "startDateTime": "2017-08-01T00:00:00Z",
    "endDateTime": "2017-08-31T23:59:59Z",
    "creationDateTime": "2017-09-01T00:00:00Z"
  }
}

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication with your Application ID as username and Application Secret as password. Manage credentials in the Yapily Console. See Authentication for details.

Headers

Mandatory. The consent-token containing the user's authorisation to make the request.

sub-application
string<uuid>

The sub-application ID to which event type is being subscribed to

Path Parameters

accountId
string
required

Mandatory. The account Id of the user's bank account.

statementId
string
required

Mandatory. The statement Id of the statement file.

Response

Ok

meta
object
data
object

Statement information belonging to the account.

forwardedData
object[]
raw
object[]
deprecated