Account Information Service Provider API Live
Paths
/accounts
Read account list
Read the list of all accessible accounts relative to a granted consent. It is assumed that a consent of the PSU to this access is already given and stored on the Postbank system. The addressed list of accounts depends then on the PSU ID and OAuth2 access token. Returns all identifiers of the accounts, to which an account access has been granted to through the /consents endpoint by the PSU. In addition, relevant information about the accounts and hyperlinks to corresponding account information resources are provided if a related consent has been already granted.
ID of the request, unique to the call, as determined by the initiating party.
{
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
}
The forwarded Agent header field of the http request between PSU and TPP, if available.
The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP, if available.
The forwarded Geo Location header field of the corresponding http request between PSU and TPP if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
HTTP method used at the PSU – TPP interface, if available. Valid values are:
- GET
- POST
- PUT
- PATCH
- DELETE
{
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
]
}
UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available.
The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. It shall be contained if and only if this request was actively initialed by the PSU.
{
"pattern": "^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
}
With balance flag.
OK
{
"schema": {
"type": "object",
"properties": {
"accounts": {
"type": "array",
"items": {
"$ref": "#\/definitions\/Account"
}
}
},
"example": {
"accounts": [
{
"resourceId": "BG77BPBI000001",
"iban": "BG77BPBI000001",
"currency": "BGN",
"product": "Postbank Product",
"name": "salary",
"_links": {
"balances": {
"href": "\/v1\/accounts\/BG77BPBI000001\/balances"
},
"transactions": {
"href": "\/v1\/accounts\/BG77BPBI000001\/transactions"
}
}
},
{
"resourceId": "BG77BPBI000002",
{
"schema": {
"type": "object",
"properties": {
"accounts": {
"type": "array",
"items": {
"$ref": "#\/definitions\/Account"
}
}
},
"example": {
"accounts": [
{
"resourceId": "BG77BPBI000001",
"iban": "BG77BPBI000001",
"currency": "BGN",
"product": "Postbank Product",
"name": "salary",
"_links": {
"balances": {
"href": "\/v1\/accounts\/BG77BPBI000001\/balances"
},
"transactions": {
"href": "\/v1\/accounts\/BG77BPBI000001\/transactions"
}
}
},
{
"resourceId": "BG77BPBI000002",
"iban": "BG77BPBI000002",
"currency": "EUR",
"product": "Postbank Product",
"name": "за спестяване“",
"_links": {
"balances": {
"href": "\/v1\/accounts\/BG77BPBI000002\/balances"
}
}
}
]
}
},
"headers": {
"X-Request-ID": {
"type": "string",
"description": "ID of the request, unique to the call, as determined by the initiating party."
}
}
}
x
Bad Request
Unauthorized
Forbidden
Internal Server Error
/accounts/{account-id}
Read Account Details
Reads details about the addressed account. It is assumed that a consent of the PSU to this access is already given and stored on the Postbank system. The addressed details of this account depends then on the stored consent addressed by the OAuth2 access token.
The account-id is retrieved by using a "Read Account List" call. The account-id is the "resourceId" attribute of the account structure. Its value is constant at least throughout the lifecycle of a given consent.
ID of the request, unique to the call, as determined by the initiating party.
{
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
}
The forwarded Agent header field of the http request between PSU and TPP, if available.
The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP, if available.
The forwarded Geo Location header field of the corresponding http request between PSU and TPP if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
HTTP method used at the PSU – TPP interface, if available. Valid values are:
- GET
- POST
- PUT
- PATCH
- DELETE
{
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
]
}
UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available.
The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. It shall be contained if and only if this request was actively initialed by the PSU.
{
"pattern": "^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
}
With balance flag.
OK
{
"schema": {
"type": "object",
"properties": {
"account": {
"$ref": "#\/definitions\/Account"
}
},
"example": {
"account": {
"resourceId": "BG77BPBI000001",
"iban": "BG77BPBI000001",
"currency": "BGN",
"product": "Postbank Product",
"name": "salary",
"_links": {
"balances": {
"href": "\/v1\/accounts\/BG77BPBI000001\/balances"
},
"transactions": {
"href": "\/v1\/accounts\/BG77BPBI000001\/transactions"
}
}
}
}
},
"headers": {
"X-Request-ID": {
"type": "string",
"description": "ID of the request, unique to the call, as determined by the initiating party."
}
}
}
Bad Request
Unauthorized
Forbidden
Internal Server Error
/accounts/{account-id}/balances
Read Balance
Reads the balance list for a given account addressed by "account-id".
The account-id is retrieved by using a "Read Account List" call. The account-id is the "resourceId" attribute of the account structure. Its value is constant at least throughout the lifecycle of a given consent.
ID of the request, unique to the call, as determined by the initiating party.
{
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
}
The forwarded Agent header field of the http request between PSU and TPP, if available.
The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP, if available.
The forwarded Geo Location header field of the corresponding http request between PSU and TPP if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
HTTP method used at the PSU – TPP interface, if available. Valid values are:
- GET
- POST
- PUT
- PATCH
- DELETE
{
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
]
}
UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available.
The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. It shall be contained if and only if this request was actively initialed by the PSU.
{
"pattern": "^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
}
OK
{
"schema": {
"type": "object",
"properties": {
"account": {
"$ref": "#\/definitions\/AccountReference"
},
"balances": {
"type": "array",
"items": {
"$ref": "#\/definitions\/SingleBalance"
}
}
},
"example": {
"account": {
"iban": "BG77BPBI000001"
},
"balances": [
{
"balanceType": "interimAvailable",
"balanceAmount": {
"currency": "BGN",
"amount": 123.45
}
}
]
}
},
"headers": {
"X-Request-ID": {
"type": "string",
"description": "ID of the request, unique to the call, as determined by the initiating party."
}
}
}
Bad Request
Unauthorized
Forbidden
Internal Server Error
/accounts/{account-id}/transactions
Read Transaction List
Read transaction lists of a given account аddressed by "account-id", depending on the steering parameter "bookingStatus" and the attributes "dateFrom" and "dateTo".
The account-id is retrieved by using a "Read Account List" call. The account-id is the "resourceId" attribute of the account structure. Its value is constant at least throughout the lifecycle of a given consent.
ID of the request, unique to the call, as determined by the initiating party.
{
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
}
Starting date (inclusive the date dateFrom) of the transaction list.
{
"pattern": "([12]\\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01]))"
}
End date (inclusive the data dateTo) of the transaction list, default is now if not given.
{
"pattern": "([12]\\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01]))"
}
Permitted codes are “booked”.
{
"pattern": "(booked)"
}
The forwarded Agent header field of the http request between PSU and TPP, if available.
The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP, if available.
The forwarded Geo Location header field of the corresponding http request between PSU and TPP if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
HTTP method used at the PSU – TPP interface, if available. Valid values are:
- GET
- POST
- PUT
- PATCH
- DELETE
{
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
]
}
UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available.
The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. It shall be contained if and only if this request was actively initialed by the PSU.
{
"pattern": "^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
}
OK
{
"schema": {
"type": "object",
"properties": {
"account": {
"$ref": "#\/definitions\/AccountReference"
},
"transactions": {
"$ref": "#\/definitions\/AccountReport"
},
"_links": {
"$ref": "#\/definitions\/Links"
}
},
"example": {
"account": {
"iban": "BG77BPBI000001"
},
"transactions": {
"booked": [
{
"creditorName": "Иван Иванов",
"creditorAccount": {
"iban": "BG77BPBI000001"
},
"transactionAmount": {
"currency": "BGN",
"amount": "200.00"
},
"bookingDate": "2018-07-02",
"valueDate": "2018-07-03",
{
"schema": {
"type": "object",
"properties": {
"account": {
"$ref": "#\/definitions\/AccountReference"
},
"transactions": {
"$ref": "#\/definitions\/AccountReport"
},
"_links": {
"$ref": "#\/definitions\/Links"
}
},
"example": {
"account": {
"iban": "BG77BPBI000001"
},
"transactions": {
"booked": [
{
"creditorName": "Иван Иванов",
"creditorAccount": {
"iban": "BG77BPBI000001"
},
"transactionAmount": {
"currency": "BGN",
"amount": "200.00"
},
"bookingDate": "2018-07-02",
"valueDate": "2018-07-03",
"remittanceInformationUnstructured": "Захранване на сметка"
},
{
"debtorName": "Фирма ЕООД",
"debtorAccount": {
"iban": "BG77BPBI000001"
},
"transactionAmount": {
"currency": "BGN",
"amount": "49.51"
},
"bookingDate": "2018-07-04",
"valueDate": "2018-07-05",
"remittanceInformationUnstructured": "Такса курс"
}
],
"_links": {
"account": {
"href": "\/v1\/accounts\/BG77BPBI000002"
}
}
}
}
},
"headers": {
"X-Request-ID": {
"type": "string",
"description": "ID of the request, unique to the call, as determined by the initiating party."
}
}
}
x
Bad Request
Unauthorized
Forbidden
Internal Server Error
/consents
Get Consent
Return valid Consent Id for PSU-TPP consent.
ID of the request, unique to the call, as determined by the initiating party.
{
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
}
The forwarded Agent header field of the http request between PSU and TPP, if available.
The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP, if available.
The forwarded Geo Location header field of the corresponding http request between PSU and TPP if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
HTTP method used at the PSU – TPP interface, if available. Valid values are:
- GET
- POST
- PUT
- PATCH
- DELETE
{
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
]
}
UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available.
The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. It shall be contained if and only if this request was actively initialed by the PSU.
{
"pattern": "^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
}
OK
{
"schema": {
"type": "object",
"properties": {
"consents": {
"type": "array",
"items": {
"type": "object",
"properties": {
"consentId": {
"type": "string"
}
}
}
}
}
},
"headers": {
"X-Request-ID": {
"type": "string",
"description": "ID of the request, unique to the call, as determined by the initiating party."
}
}
}
Bad Request
Internal Server Error
Create consent
This method create a consent resource, defining access rights to dedicated accounts of a given PSU. Only access rights are inserted without mentioning the addressed account. The relation to accounts is then handled afterwards between PSU and Postbank.
ID of the request, unique to the call, as determined by the initiating party.
URI of the TPP, where the transaction flow shall be redirected to after a Redirect
The forwarded Agent header field of the http request between PSU and TPP, if available.
The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP, if available.
The forwarded Geo Location header field of the corresponding http request between PSU and TPP if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
HTTP method used at the PSU – TPP interface, if available. Valid values are:
- GET
- POST
- PUT
- PATCH
- DELETE
{
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
]
}
UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available.
The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP.
{
"pattern": "^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
}
Created
{
"schema": {
"type": "object",
"properties": {
"consentStatus": {
"$ref": "#\/definitions\/ConsentStatus"
},
"consentId": {
"type": "string"
},
"_links": {
"$ref": "#\/definitions\/Links"
}
},
"example": {
"consentStatus": "received",
"consentId": "12345687878",
"_links": {
"scaRedirect": {
"href": "https:\/\/www.postbank.bg\/authentication\/12345687878"
},
"self": {
"href": "\/v1\/consents\/12345687878"
},
"status": {
"href": "\/v1\/consents\/12345687878\/status"
}
}
}
},
"headers": {
"X-Request-ID": {
"type": "string",
"description": "ID of the request, unique to the call, as determ
{
"schema": {
"type": "object",
"properties": {
"consentStatus": {
"$ref": "#\/definitions\/ConsentStatus"
},
"consentId": {
"type": "string"
},
"_links": {
"$ref": "#\/definitions\/Links"
}
},
"example": {
"consentStatus": "received",
"consentId": "12345687878",
"_links": {
"scaRedirect": {
"href": "https:\/\/www.postbank.bg\/authentication\/12345687878"
},
"self": {
"href": "\/v1\/consents\/12345687878"
},
"status": {
"href": "\/v1\/consents\/12345687878\/status"
}
}
}
},
"headers": {
"X-Request-ID": {
"type": "string",
"description": "ID of the request, unique to the call, as determined by the initiating party."
},
"Location": {
"type": "string",
"description": "hyperlink for the status of the resource."
},
"ASPSP-SCA-Approach": {
"type": "string",
"description": "Possible value is REDIRECT."
}
}
}
x
Bad Request
Internal Server Error
/consents/{consent-id}
Get Consent Request
Reads the exact definition of the given consent resource {consent-id}
ID of the corresponding consent object as returned by an Account Information Consent Request
ID of the request, unique to the call, as determined by the initiating party.
{
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
}
The forwarded Agent header field of the http request between PSU and TPP, if available.
The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP, if available.
The forwarded Geo Location header field of the corresponding http request between PSU and TPP if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
HTTP method used at the PSU – TPP interface, if available. Valid values are:
- GET
- POST
- PUT
- PATCH
- DELETE
{
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
]
}
UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available.
The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. It shall be contained if and only if this request was actively initialed by the PSU.
{
"pattern": "^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
}
Delete consent
The TPP can delete an account information consent object if needed.
ID of the corresponding consent object as returned by an Account Information Consent Request
ID of the request, unique to the call, as determined by the initiating party.
The forwarded Agent header field of the http request between PSU and TPP, if available.
The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP, if available.
The forwarded Geo Location header field of the corresponding http request between PSU and TPP if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
HTTP method used at the PSU – TPP interface, if available. Valid values are:
- GET
- POST
- PUT
- PATCH
- DELETE
{
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
]
}
UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available.
The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP.
{
"pattern": "^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
}
/consents/{consent-id}/status
Consent status request
Reads the transaction status of the addressed consent resource.
ID of the corresponding consent object as returned by an Account Information Consent Request
ID of the request, unique to the call, as determined by the initiating party.
{
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
}
The forwarded Agent header field of the http request between PSU and TPP, if available.
The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP, if available.
The forwarded Geo Location header field of the corresponding http request between PSU and TPP if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.
HTTP method used at the PSU – TPP interface, if available. Valid values are:
- GET
- POST
- PUT
- PATCH
- DELETE
{
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
]
}
UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available.
The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. It shall be contained if and only if this request was actively initialed by the PSU.
{
"pattern": "^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
}
OK
{
"schema": {
"type": "object",
"required": [
"consentStatus"
],
"properties": {
"consentStatus": {
"$ref": "#\/definitions\/ConsentStatus"
},
"scaStatus": {
"type": "string",
"enum": [
"finalised"
]
}
},
"example": {
"consentStatus": "terminatedByTpp",
"scaStatus": "finalised"
}
},
"headers": {
"X-Request-ID": {
"type": "string",
"description": "ID of the request, unique to the call, as determined by the initiating party."
}
}
}
Bad Request
Internal Server Error
Definitions
{
"type": "object",
"required": [
"currency",
"amount"
],
"properties": {
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}",
"description": "ISO 4217 code"
},
"amount": {
"pattern": "^[0-9]\\d{0,13}(\\.\\d{1,2})?$",
"type": "string"
}
}
}
{
"type": "object",
"required": [
"currency",
"resourceId",
"iban",
"name",
"product"
],
"properties": {
"resourceId": {
"type": "string",
"description": "This is the data element to be used in the path when retrieving data from a dedicated account."
},
"iban": {
"type": "string",
"description": "IBAN of account"
},
"name": {
"type": "string",
"description": "Name given by the bank or the PSU in OnlineBanking."
},
"product": {
"type": "string",
"description": "Product Name of the Bank for this account"
},
"currency": {
"type": "string",
"description": "ISO 4217 code"
},
"_links": {
"$ref": "#\/definitions\/Links",
"description": "Links to the account, which can be directly used for retrieving account information from this dedicated account. Links to “balances” and\/or “transactions”"
}
}
}
{
"type": "object",
"required": [
"booked"
],
"properties": {
"booked": {
"type": "array",
"items": {
"$ref": "#\/definitions\/Transactions"
}
}
}
}
{
"type": "object",
"properties": {
"interimAvailable": {
"$ref": "#\/definitions\/SingleBalance",
"description": "Available balance calculated in the course of the account ’ervicer's business day, at the time specified, and subject to further changes during the business day. The interim balance is calculated on the basis of booked credit and debit items during the calculation time\/period specified."
}
}
}
{
"type": "object",
"required": [
"balanceAmount"
],
"properties": {
"balanceType": {
"type": "string"
},
"balanceAmount": {
"$ref": "#\/definitions\/Amount"
}
}
}
{
"type": "object",
"required": [
"transactionAmount"
],
"properties": {
"transactionId": {
"type": "string",
"description": "Can be used as access-id in the API, where more details on an transaction is offered."
},
"bookingDate": {
"type": "string",
"format": "date"
},
"valueDate": {
"type": "string",
"format": "date"
},
"transactionAmount": {
"$ref": "#\/definitions\/Amount"
},
"creditorName": {
"type": "string",
"description": "Name of the creditor if a “Debited” transaction"
},
"creditorAccount": {
"$ref": "#\/definitions\/AccountReference"
},
"debtorName": {
"type": "string",
"description": "Name of the debtor if a “Credited” transaction"
},
"debtorAccount": {
"$ref": "#\/definitions\/AccountReference"
},
"remittanceInformationUnstructured": {
"type": "string"
}
}
}
{
"type": "object",
"properties": {
"scaRedirect": {
"$ref": "#\/definitions\/Href",
"description": "A link to a Postbank site where SCA is performed within the Redirect SCA approach."
},
"self": {
"$ref": "#\/definitions\/Href",
"description": "The link to the resource created by the undergoing request. This link can be used to retrieve the resource data."
},
"status": {
"$ref": "#\/definitions\/Href"
},
"account": {
"$ref": "#\/definitions\/Href",
"description": "A link to an account, which can be directly used for retrieving account information from this dedicated account."
},
"balances": {
"$ref": "#\/definitions\/Href",
"description": "A link to the resource providing the balance of a dedicated account."
},
"transactions": {
"$ref": "#\/definitions\/Href",
"description": "A link to the resource providing the transaction history of a dedicated account."
},
"first": {
"$ref": "#\/definitions\/Href",
"description": "Navigation link for account reports."
},
"next": {
"$ref": "#\/definitions\/Href",
"description": "Navigation link for account reports."
},
"previous": {
"$ref": "#\/definitions\/Href",
"description": "Navigation link for account reports."
},
"last": {
"$ref": "#\/definitions\/Href",
"description": "Navigation link for account reports."
}
}
}
{
"type": "object",
"properties": {
"tppMessages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"category": {
"type": "string"
},
"code": {
"type": "string"
},
"text": {
"type": "string"
}
}
}
}
}
}
{
"type": "object",
"required": [
"access",
"frequencyPerDay",
"recurringIndicator",
"validUntil"
],
"properties": {
"access": {
"type": "object",
"properties": {
"balances": {
"type": "array",
"items": {
"type": "string"
}
},
"transactions": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"recurringIndicator": {
"type": "string",
"format": "boolean",
"description": "TRUE, if the consent is for recurring access to the account data. FALSE, if the consent is for one access to the account data.",
"pattern": "(true|false)"
},
"validUntil": {
"type": "string",
"format": "date",
"description": "This parameter is requesting a valid until date for the requested consent. Max validity is 90 day. If the consent is for one access to the account data value is current date.The content is the local Postbank date in ISODate Format, e.g. 2018-11-25",
"pattern": "([12]\\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01]))"
},
"frequencyPerDay": {
"type": "string",
"format": "integer",
"description": "This field indicates the requested maximum frequency for an access per day. For a one-off access, this attribute is set to “1”. Max value is “4”.",
"pattern": "[1-4]"
}
}
}
{
"required": [
"access",
"recurringIndicator",
"validUntil",
"frequencyPerDay",
"consentStatus",
"_links"
],
"type": "object",
"properties": {
"access": {
"$ref": "#\/definitions\/AccountAccess"
},
"recurringIndicator": {
"type": "boolean",
"description": "TRUE, if the consent is for recurring access to the account data FALSE, if the consent is for one access to the account data"
},
"validUntil": {
"type": "string",
"format": "date",
"description": "This parameter is requesting a valid until date for the requested consent. The content is the local Postbank date in ISODate Format, e.g. 2017-10-30"
},
"frequencyPerDay": {
"type": "integer",
"description": "Max value is \"4\"."
},
"consentStatus": {
"$ref": "#\/definitions\/ConsentStatus"
},
"_links": {
"$ref": "#\/definitions\/Links"
}
},
"example": {
"access": {
"balances": [
{
"iban": "BG77BPBI000001"
}
],
"transactions": [
{
"iban": "BG77BPBI000001"
},
{
"iban": "BG77BPBI000002"
}
]
},
"recurringIndicator": true,
"validUntil": "2018-12-25",
"frequencyPerDay": 2,
"consentStatus": "valid",
"_links": {
"account": {
"href": "\/v1\/accounts\/"
}
}
}
}
{
"properties": {
"iban": {
"type": "string"
},
"bban": {
"type": "string"
}
},
"additionalProperties": false
}
The following code values are permitted “received”, “rejected”, “valid”, “revokedByPsu”, “expired”, “terminatedByTpp”
{
"type": "string",
"enum": [
"received",
"rejected",
"valid",
"revokedByPsu",
"expired",
"terminatedByTpp"
],
"additionalProperties": false
}
{
"properties": {
"balances": {
"type": "array",
"items": {
"$ref": "#\/definitions\/AccountReference"
}
},
"transactions": {
"type": "array",
"items": {
"$ref": "#\/definitions\/AccountReference"
}
}
},
"additionalProperties": false
}
{
"type": "object",
"properties": {
"href": {
"type": "string"
}
}
}
Comments
Merillroath
Tue, 01/07/2020 - 16:35
Все жилье в хотэлхот- вы найдете без забот
НОВОЕ ОБЩЕЖИТИЕ В МОСКВЕ 180 РУБЛЕЙ В СУТКИ!
Предложение от СОБСТВЕННИКА, без комиссии и переплат, скидка при долгосрочном проживании!
Это безусловно лучшее сочетание «ЦЕНА-КАЧЕСТВО» для размещения в ближайшем Подмосковье. Общежитие расположено в 2-х отдельно стоящих зданиях и рассчитано на 716 мест.
Общежитие «ХотелХот Шереметьево» придется по вкусу, прежде всего, тем, кто ищет постоянное место проживания в Подмосковье по умеренной цене. В общежитии выполнен высококлассный современный ремонт.
Наши постоянные клиенты — это те люди, которые приезжают в Москву на заработки и для которых важно жить с комфортом в облагороженных районах Москвы и ближнего Подмосковья.
КОМНАТЫ:
От 2-х местных до 22-х местных.
УДОБСТВА:
У нас в общежитии есть все, что нужно для комфортного проживания:
- бесплатный Wi-Fi,
- ортопедические матрасы,
- душевые комнаты,
- туалеты,
- кухни, оборудованные всей необходимой техникой:
- холодильники,
- микроволновая печь,
- электрическая плита с вытяжкой,
- профессиональные стиральные машины,
- место для курения,
- уборка, смена белья (бесплатно),
- комнаты оборудованы двухъярусными кроватями, шкафами для одежды, прикроватными тумбочками, столами и стульями. В некоторых комнатах есть телевизоры и холодильники.
РАСПОЛОЖЕНИЕ:
Адрес общежития: Московская область, Солнечногорский район, сельское поселение Луневское, д. Дубровки, улица Аэропортовская, строение №7.
Общежитие находится в пяти минутах ходьбы от автобусной остановки «Дубровки», от которой курсируют автобусы до ж/д станции «Лобня».
На автобусах также можно добраться до аэропорта «Шереметьево».
Рядом с общежитием: продуктовый круглосуточный магазин.
Как до нас добраться!? Общежитие Хотелхот «Шереметьево»
Вариант 1.
От метро «Речной вокзал» (ориентируемся на последний вагон) сесть на автобус № 851. Доехать до остановки « ГОСНИИГА»(Государственный научный институт гражданской авиации), далее перейти на противоположную сторону , и
1.1 От остановки идти пешком через д. «Исаково» 1.8 км до общежития.
1.2 Дождаться автобуса № 48 ( до Дубровки) доехать до конечной и от магазина до общежития 200 метров пройти пешком.
Вариант 2
От метро « Савеловская или «Тимирязевская» на электричке доехать до станции «Лобня», далее нужно выйти к автобусам и сесть на автобус № 48 (до Дубровки) ехать до конечной и от магазина до общежития 200 метров пройти пешком.
ЗВОНИТЕ 8 499 638 29 41, КРУГЛОСУТОЧНО и БЕЗ ВЫХОДНЫХ!
hotelhot.ru
общежитие снять дмитровская
MatGeoric
Wed, 01/15/2020 - 22:21
Ventolin With Viagra MatGeoric
Propecia Dolares Purchase Cheap Priligy Buy Cialis Priligy Buy Online Cheapeast Bentyl Free Shipping
MatGeoric
Thu, 01/16/2020 - 02:20
1286 Avanafil Cost MatGeoric
Buy Cheap Plavix How To Buy Viagra On Line Cheap Cialis Frei Apotheke Cialis Klebsiella Amoxicillin Amoxicillin Chlamydia Buy Doxycycline Online For Humans
KelKeno
Thu, 01/16/2020 - 06:04
Cialis Ciao KelKeno
20 Mg Lisinopril Sale No Perscription Zithromax Cats Methocarbamol No Prescription cialis 5 mg best price usa Amoxicillin Info Tadalafil E20 Canada Online Viagra Rezeptfrei Per Uberweisung
MatGeoric
Thu, 01/16/2020 - 07:55
Viagra No Prescription Fast Delivery MatGeoric
Amoxicillin And Heart Attack Online Amoxil No Prescription cialis Viagra 100 Mg Einnehmen Provera Irregular Periods New York Kamagra 120mg Vendita
Stevfove
Fri, 01/17/2020 - 04:58
Safest Place To Buy Ed Medicens StevKica
Viagra Alternativo Kamagra Zoll Buy Cialis Cialis Testimonios Biomox Amoxicillin Liquid Priligy Effetti Indesiderati
Stevfove
Fri, 01/17/2020 - 12:58
Cialis Liquid Packs StevKica
Purchasing Levitra cialis Cephalexin For Tooth Abscess Ulcers And Cephalexin
MatGeoric
Fri, 01/17/2020 - 17:09
I Want To Order Cialis MatGeoric
Discount Elocon Allergy With Free Shipping Next Day Cialis 40mg Tadalafil
Stevfove
Sat, 01/18/2020 - 03:10
isotretinoin worldwide no rx by money order StevKica
Cialis En 24 Horas Buy Nolvadex And Hcg Online Cialis Ibuprofeno Cialis Global Pharmacy Canada Isotretinoin Mastercard Accepted With Free Shipping Store Viagra Y Colesterol
Stevfove
Sat, 01/18/2020 - 06:06
Efectos Secundarios De La Cialis StevKica
Need Fedex Acticin Internet Medicine Viagra Store In Canada Costco Generic Propecia Cialis Commande Cialis 20
KelKeno
Sat, 01/18/2020 - 08:29
Keflex Clomid KelKeno
Cheap Mexican Pharmacy Neurontin Order From Phone Amoxicillin Amoxicillin Bloos Sugar cheap cialis Levitra Pour Homme
KelKeno
Sat, 01/18/2020 - 09:27
Compra Viagra Postepay KelKeno
Cialis Kaufen Wien Direct Pyridium On Line Amex Accepted Pharmacy With Free Shipping Cialis Cialis Viagra Fr Cialis Y Alcohol Cialis Pas Cher A Marseille
MatGeoric
Sat, 01/18/2020 - 09:42
Comprar Cialis En Farmacia MatGeoric
Zithromax Order Canada Buy Cialis Levitra Filmtabletten Teilen Louer Levitra
Leswito
Sat, 01/18/2020 - 13:39
Acheter Du Cialis Belgique Leswito
Progesterone Website Mastercard Accepted Overseas Levitra 10 Mg 12 Stuck Vendita Viagra Italia Line Buy Cialis Baclofene Haute Dose Zithromax And Birth Control Pills Ou Acheter Viagra Cialis Levitra
Stevfove
Sat, 01/18/2020 - 14:13
Propecia Tu Retrato StevKica
Where Can I Order Some Generic Viagra Cialis De 5 Buy Cialis Cialis 5 Ml Cialis Tadalafil 20mg
MatGeoric
Sat, 01/18/2020 - 14:48
Best Levitra Generic MatGeoric
Cialis Vendita In Contrassegno Cialis Farmacia Italiana Q Vende Cytotec Le Viagra En France Pednisone Over The Counter At Walmart
Leswito
Sat, 01/18/2020 - 16:21
Acheter Baclofen En Ligne Leswito
Where Can I Buy Viagra In Doxycycline For Dogs For Sale Viagra Para Mujeres canadian cialis Cialis Och Alkohol Buy Xenical In Canada
KelKeno
Sat, 01/18/2020 - 18:53
Cialis Im Alter KelKeno
Cialis 40 Mg Pills Generic Viagra 44 Cent A Pill Amoxicilline Posologie Stomatologie Buy Cialis Priligy Amoxicillin Allergy Steroids
Leswito
Sat, 01/18/2020 - 22:36
Buy Viagra 100mg Leswito
Propecia Benefici Finasteride Ropropecia How To Buy Buy Cialis Amoxicilina Us Best Website Acheter Cialis Levitra
MatGeoric
Sun, 01/19/2020 - 06:59
Viagra Prezzo Pfizer MatGeoric
Order Cialis cialis Propecia Depresion Viagra Quick Delivery Progesterone Internet Usa Shipped Ups
MatGeoric
Sun, 01/19/2020 - 07:55
Amoxil Problems MatGeoric
Priligy Precio En Chile Canine Use Of Amoxicillin Overnight Cialis Acheter Cialis Generic Cialis Wiki
Stevfove
Sun, 01/19/2020 - 16:26
Stendra Discount Direct Pharmacy StevKica
Discount Shipped Ups Macrobid Visa Accepted Cialis Cialis Nedeland
KelKeno
Sun, 01/19/2020 - 19:53
Real isotretinoin skin health overseas shop KelKeno
Levitra Farmacia Di Cialis Canadian Parmacy Erectile Drugs Sale Commande Viagra Fiable
MatGeoric
Mon, 01/20/2020 - 01:14
Nebenwirkungen Von Viagra Forum MatGeoric
Keflex For Inner Ear Infection Levitra Walmart Cialis 50 Buy Cialis Canada Pharmacies Online Buy Generic Propecia 5mg Propecia Dizionario
MatGeoric
Mon, 01/20/2020 - 03:14
Viagra Inyectable MatGeoric
Best Rated Generic Buspar Pharmacy Tab Online Isotretinoin Delivered On Saturday Florida Viagra Efectos Y Contraindicaciones cialis without prescription Achat Cialis En Ligne Propecia Buy Adelaide Sintomas Propecia
Stevfove
Mon, 01/20/2020 - 09:18
Vente Levitra En Ligne StevKica
Amoxicillin Clavulanate Potassium Side Effects Propecia E Esterilidad Worldwide Isotretinoin By Money Order In Usa Price cialis 5 mg best price usa Discount Viagra Perscription Drug
MatGeoric
Mon, 01/20/2020 - 11:12
Kamagra Jelly Usa MatGeoric
Chinese Pharma Online http://cialibuy.com - tadalafil cialis from india Cialis 20 Mg Comprar En Espana Buy Cialis Best Price On Cialis 5mg
Stevfove
Mon, 01/20/2020 - 13:15
Viagra Quel Site StevKica
Viagra Feminin http://cialibuy.com - cialis overnight shipping from usa Prix Viagra Levitra Cialis cialis Change Dose Propecia
Leswito
Mon, 01/20/2020 - 15:29
Amoxicillin Before Lying Down Leswito
Viagra Brand At Low Price http://cialibuy.com - cialis price Kamagra Carrefour cialis 5 mg Viagra Cheap Usa
KelKeno
Mon, 01/20/2020 - 19:52
Priligy Herbal KelKeno
Synthroid For Sale Online http://cialibuy.com - cialis 5 mg How To Order Cialis Online Cialis Sky Pharmacy Reviews
MatGeoric
Tue, 01/21/2020 - 02:49
Nebenwirkungen Viagra Frau MatGeoric
Cialis Jelly http://cialibuy.com - Buy Cialis Acheter Viagra Discret Buy Cialis Mumbai
MatGeoric
Tue, 01/21/2020 - 12:30
Zithromax Dose In Children MatGeoric
Legally isotretinoin from canada cod accepted pharmacy http://cialibuy.com - cialis tablets for sale Mark Levin Viagra Buy Cialis Priligy Madrid
KelKeno
Tue, 01/21/2020 - 12:33
Canadian Pharmacy Propecia 20mg KelKeno
Viagra And Oxycodone http://cialibuy.com - Buy Cialis Cialis O Viagra Effetti Collaterali Buy Cialis Pdr Cephalexin Liquid
KelKeno
Tue, 01/21/2020 - 13:52
Cephalexin What Is It Used For KelKeno
Le Viagra 50 http://cialibuy.com - Cialis Purchase Doxycycline Price Buy Cialis Cheap Kamagra From India
MatGeoric
Tue, 01/21/2020 - 16:52
Viagra Pfizer Nebenwirkungen MatGeoric
Buy Prescription Worm Medication http://cialibuy.com - canadian pharmacy cialis 20mg Clobetasol For Sale Mastercard Accepted Fedex Shipping Free Shipping cialis 20mg for sale Buy Generic Accutane No Prescription
Stevfove
Tue, 01/21/2020 - 17:51
Get Hard Pills StevKica
Propecia Vorher Nachher http://cialibuy.com - Cialis Cialis 2.5 Mg Tablet Cialis Is Cephalexin Used For Bladder Infections
Leswito
Tue, 01/21/2020 - 23:48
Comment Durer Plus Longtemps Leswito
Generic Fda Propecia Dosage http://cialibuy.com - cialis 5mg Ciprofloxacin Information Cialis Levitra Foto
KelKeno
Wed, 01/22/2020 - 01:15
Interaction Amoxicillin With Doxicillin KelKeno
Cephalexin Throat http://cialibuy.com - cialis canada Keflex Is Not Very Strong cialis generic Amoxicillin Clavulanate Rash
MatGeoric
Wed, 01/22/2020 - 01:52
Priligy 30mg Wiki MatGeoric
Viagra Junge http://cialibuy.com - cialis 5 mg best price usa Will Mobic Make You Gain Weight Cialis Viagra And Dropomine
KelKeno
Wed, 01/22/2020 - 20:48
Viagra Y Fertilidad KelKeno
Acheter Novaldex http://cialibuy.com - generic 5mg cialis best price Which Erectile Drug Is The Cheapest cialis generic Priligy En Tunisie
KelKeno
Wed, 01/22/2020 - 21:31
Cialis 20 Mg Canada KelKeno
Levitra Pharmacocinetique http://cialibuy.com - Buy Cialis Buy Propecia In Netherlands Buy Cialis Priligy 30 Mg
KelKeno
Thu, 01/23/2020 - 06:00
Cialis Su Ebay KelKeno
Order Viagra Online Canada http://cialibuy.com - Buy Cialis Legally Bentyl Cod Accepted Without Perscription With Free Shipping cialis prices Cialis Tabs Sale
MatGeoric
Thu, 01/23/2020 - 06:06
Propecia Treatment Impotence MatGeoric
Cialis Da Disturbi http://cialibuy.com - Buy Cialis Without Prescription Pharmacies India generic cialis Macrobid Bacterial Infections. Macrobid Drugs
KelKeno
Thu, 01/23/2020 - 06:33
Cheap Lasix 40 Mg KelKeno
Cialis Professional Review http://cialibuy.com - Buy Cialis Amoxicillin Buying It Cialis Online Pharmacies Cialis 5 Mg
Leswito
Thu, 01/23/2020 - 07:25
Free Samples Of Cialis Leswito
Virgara Sales http://cialibuy.com - Cialis Tamoxifen Without Prescription cialis vs viagra Viagra Prescription Only
Stevfove
Thu, 01/23/2020 - 08:12
Safe Place To Buy Priligy StevKica
Amoxicillin Used To Treat Chlamydia http://cialibuy.com - Buy Cialis Propecia Mb buy generic cialis Viagra 4 Filmtbl 100 Mg
KelKeno
Thu, 01/23/2020 - 11:56
Is Cephalexin Good For Sinus Infections KelKeno
Dosage Pour Enfants Amoxil http://cialibuy.com - Buy Cialis Selenium cialis Lasix Online Canada
Stevfove
Thu, 01/23/2020 - 18:00
Zithromax And Alcohol Interaction StevKica
Amoxicillin Side Effects And Toddler http://cialibuy.com - Cialis Acheter Du Cialis Ligne Buy Cialis Generic Levitra Professional 20 Mg
KelKeno
Thu, 01/23/2020 - 19:16
Amoxicillin Urinary Tract Infection KelKeno
Propecia Capilar http://cialibuy.com - Cialis Nursing Responsibility In Giving Amoxicillin Cialis Chlamydia And Zithromax
Leswito
Thu, 01/23/2020 - 19:59
Generic Viagra Without A Prescription Leswito
Comment Obtenir Du Viagra Gratuitement http://cialibuy.com - Cialis Cilias Buy At Miami Cialis Vigra Sales And Best Prices
Pages