openFinance API Framework XS2A API as PSD2 Interface Implementation Guidelines - Account Information Service (2.3)
Download OpenAPI specification:Download
This specification foresees different types of account information services:
- Transaction lists for a given account with transactions with booking status booked or pending including balances if applicable,
- List of standing orders of a given account, reported as transactions with booking status information,
- Balances of a given account,
- A list of addressable accounts,
- Account details of a given account or of the list of all accessible accounts relative to a granted consent, and
- Account details might include the account owner name, where specific requirements on the consent process might apply, see below. Hereby the definition of the list of addressable and accessible accounts is as follows: Definition: The list of addressable accounts of an ASPSP related to a PSU is the list of accounts of a PSU which are open for access through the XS2A API according to the definition of payment accounts provided by [PSD2]. Definition: The list of accessible accounts of an ASPSP related to a PSU's consent is the list of accounts, where the consent of the PSU has been granted to at least one of the defined account information types. Note: The Read Data Request for the list of addressable accounts and for account details of a given account is syntactically identical. The difference is only in the underlying consent resource, referred to through the HTTP header parameter "Consent-ID". Example: An ASPSP is providing IBAN1 and IBAN2 to a PSU. The PSU has granted the TPP the consent to access transactions and balances of IBAN1 only. In this case, the addressable accounts are IBAN1 and IBAN2, the list of accessible accounts consists only of IBAN1.
The component for Account Information Service (AIS) offers the following information services:
- Transaction lists for a given account with transactions with booking status booked or pending including balances if applicable,
- List of standing orders of a given account, reported as transactions with booking status information,
- Balances of a given account,
- A list of addressable accounts,
- Account details of a given account or of the list of all accessible accounts relative to a granted consent, and
- Account details might include the account owner name, where specific requirements on the consent process might apply.
Read Account List
Reads a list of current accounts, with balances where required. See "XS2A API as PSD2 Interface Implementation Guidelines ", section "Read Account List".
Authorizations:
query Parameters
| withBalance | boolean Example: withBalance=true If contained, this function reads the requested (account related) resource including the booking balance, if granted by the PSU in the related consent and available by the ASPSP. This parameter might be ignored by the ASPSP. |
header Parameters
| Digest | string Example: SHA-256=hl1/Eps8BEQW58FJhDApwJXjGY4nr1ArGDHIT25vq6A= When API Client include a signature according to this signature profile, they also must include a "Digest" header as defined in [RFC3230]. The "Digest" Header contains a Hash of the message body. If the message does not contain a body, the "Digest" header must contain the hash of an empty byte list. The only hash algorithms that may be used to calculate the Digest within the context of this specification are SHA-256 and SHA-512 as defined in [RFC5843]. |
| x-jws-signature | string Example: eyJiNjQiOmZhbHNlLCJ4NXQjUzI1NiI6ImR5dFBwU2tKWXpoVGRQWFNXUDdqaFhnRzRrQ09XSVdHaWVzZHprdk5MelkiLCJjcml0IjpbInNpZ1QiLCJzaWdEIiwiYjY0Il0sInNpZ1QiOiIyMDIwLTEwLTI2VDExOjI2OjU3WiIsInNpZ0QiOnsicGFycyI6WyJ4LXJlcXVlc3QtaWQiLCJkaWdlc3QiXSwibUlkIjoiaHR0cDovL3VyaS5ldHNpLm9yZy8xOTE4Mi9IdHRwSGVhZGVycyJ9LCJhbGciOiJSUzI1NiJ9..NuGglWBtHcXavob2ZmW-PoSpMmhJS9U6z8zPqHFoE97vHI3z8wtaVdbwsj5WzgPjtVWUUnk8cxP4JjLXdwzwhhHB2uJ5FI4ZZGdSQQw-9pXPUx3cCJSzHmrgkJ-di-A4 The attribute x-jws-signature contains the JSON Web Signature. |
| X-Request-ID required | string <uuid> Example: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721 ID of the request, unique to the call, as determined by the initiating party. |
| PSU-IP-Address | string <ipv4> Example: 192.168.8.78 The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. Conditions will be defined within service specifications, If applicable. |
| Consent-ID required | string (Max70Text) <= 70 characters Example: 123cons456 This then contains the consentId of the related AIS consent, which was performed prior to this payment initiation. |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 405
- 409
{- "accounts": [
- {
- "resourceId": "Text, maximum of 70 characters.",
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "currency": "EUR",
- "ownerName": "Text, maximum of 140 characters.",
- "ownerNames": [
- {
- "name": "Text, maximum of 70 characters.",
- "role": "Text, maximum of 35 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "countryOfResidence": "SE",
- "contactDetails": {
- "namePrefix": "MADM",
- "name": "Text, maximum of 70 characters.",
- "phoneNumber": "Text, maximum of 35 characters.",
- "mobileNumber": "Text, maximum of 35 characters.",
- "faxNumber": "Text, maximum of 35 characters.",
- "emailAddress": "Text, maximum of 70 characters.",
- "emailPurpose": "Text, maximum of 35 characters.",
- "jobTitle": "Text, maximum of 35 characters.",
- "responsibility": "Text, maximum of 35 characters.",
- "department": "Text, maximum of 35 characters.",
- "preferredMethod": "MAIL"
}
}
], - "owner": {
- "name": "Text, maximum of 70 characters.",
- "role": "Text, maximum of 35 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "countryOfResidence": "SE",
- "contactDetails": {
- "namePrefix": "MADM",
- "name": "Text, maximum of 70 characters.",
- "phoneNumber": "Text, maximum of 35 characters.",
- "mobileNumber": "Text, maximum of 35 characters.",
- "faxNumber": "Text, maximum of 35 characters.",
- "emailAddress": "Text, maximum of 70 characters.",
- "emailPurpose": "Text, maximum of 35 characters.",
- "jobTitle": "Text, maximum of 35 characters.",
- "responsibility": "Text, maximum of 35 characters.",
- "department": "Text, maximum of 35 characters.",
- "preferredMethod": "MAIL"
}
}, - "owners": [
- {
- "name": "Text, maximum of 70 characters.",
- "role": "Text, maximum of 35 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "countryOfResidence": "SE",
- "contactDetails": {
- "namePrefix": "MADM",
- "name": "Text, maximum of 70 characters.",
- "phoneNumber": "Text, maximum of 35 characters.",
- "mobileNumber": "Text, maximum of 35 characters.",
- "faxNumber": "Text, maximum of 35 characters.",
- "emailAddress": "Text, maximum of 70 characters.",
- "emailPurpose": "Text, maximum of 35 characters.",
- "jobTitle": "Text, maximum of 35 characters.",
- "responsibility": "Text, maximum of 35 characters.",
- "department": "Text, maximum of 35 characters.",
- "preferredMethod": "MAIL"
}
}
], - "name": "Text, maximum of 70 characters.",
- "displayName": "Text, maximum of 70 characters.",
- "product": "Text, maximum of 35 characters.",
- "cashAccountType": "CACC",
- "status": "enabled",
- "bic": "ECBFDEFFFIM",
- "linkedAccounts": "Text, maximum of 70 characters.",
- "usage": "4CHR",
- "details": "Text, maximum of 500 characters.",
- "balances": [
- {
- "balanceAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "balanceType": "closingBooked",
- "creditLimitIncluded": true,
- "lastChangeDateTime": "2020-01-01T13:00:00.999-01:00",
- "referenceDate": "2020-01-01",
- "lastCommittedTransaction": "Text, maximum of 35 characters."
}
], - "tariffs": "Text, maximum of 1000 characters.",
- "applicableFees": [
- {
- "typeCode": "otherFee",
- "typeProprietary": "Text, maximum of 35 characters.",
- "feeRules": [
- {
- "amount": {
- "currency": "EUR",
- "amount": "string"
}, - "percentage": "string",
- "fromBaseAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "toBaseAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "minimumAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "maximumAmount": {
- "currency": "EUR",
- "amount": "string"
}
}
], - "applicableFrom": "2020-01-01",
- "applicableTo": "2020-01-01",
- "additionalInformation": "Text, maximum of 500 characters."
}
], - "interest": [
- {
- "type": "FIXD",
- "relatedIndices": [
- {
- "index": "Text, maximum of 35 characters.",
- "rootIndexValue": "Text, maximum of 35 characters.",
- "exchangeRate": {
- "percentage": "string",
- "fromAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "toAmount": {
- "currency": "EUR",
- "amount": "string"
}
}, - "additionalInformation": "Text, maximum of 500 characters."
}
], - "rate": [
- {
- "percentage": "string",
- "fromAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "toAmount": {
- "currency": "EUR",
- "amount": "string"
}
}
], - "fromDateTime": "2020-01-01T13:00:00.999-01:00",
- "toDateTime": "2020-01-01T13:00:00.999-01:00",
- "reason": "Text, maximum of 35 characters.",
- "changeMechanism": "Text, maximum of 1024 characters."
}
], - "relatedDates": {
- "contractStartDate": "2020-01-01",
- "contractEndDate": "2020-01-01",
- "contractAvailabilityDate": "2020-01-01"
}, - "collateralsInvolved": true,
- "guaranteeInvolved": true,
- "_links": {
- "scaRedirect": {
- "href": "string"
}, - "scaOAuth": {
- "href": "string"
}, - "confirmation": {
- "href": "string"
}, - "creditorNameConfirmation": {
- "href": "string"
}, - "startAuthorisation": {
- "href": "string"
}, - "startAuthorisationWithPsuIdentification": {
- "href": "string"
}, - "updatePsuIdentification": {
- "href": "string"
}, - "startAuthorisationWithProprietaryData": {
- "href": "string"
}, - "updateProprietaryData": {
- "href": "string"
}, - "startAuthorisationWithPsuAuthentication": {
- "href": "string"
}, - "updatePsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithEncryptedPsuAuthentication": {
- "href": "string"
}, - "updateEncryptedPsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithAuthenticationMethodSelection": {
- "href": "string"
}, - "selectAuthenticationMethod": {
- "href": "string"
}, - "startAuthorisationWithTransactionAuthorisation": {
- "href": "string"
}, - "authoriseTransaction": {
- "href": "string"
}, - "updateResourceByDebtorAccountResource": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "status": {
- "href": "string"
}, - "transactionfees": {
- "href": "string"
}, - "scaStatus": {
- "href": "string"
}, - "account": {
- "href": "string"
}, - "savingsAccount": {
- "href": "string"
}, - "loanAccount": {
- "href": "string"
}, - "balances": {
- "href": "string"
}, - "transactions": {
- "href": "string"
}, - "cardAccount": {
- "href": "string"
}, - "cardTransactions": {
- "href": "string"
}, - "transactionDetails": {
- "href": "string"
}, - "ibanCheck": {
- "href": "string"
}, - "paymentInitiation": {
- "href": "string"
}, - "securitiesAccount": {
- "href": "string"
}, - "positions": {
- "href": "string"
}, - "orders": {
- "href": "string"
}, - "orderDetails": {
- "href": "string"
}, - "relatedOrders": [
- {
- "href": "string"
}
], - "relatedTransactions": [
- {
- "href": "string"
}
], - "subscription": {
- "href": "string"
}, - "entryStatusRevoked": [
- {
- "href": "string"
}
], - "first": {
- "href": "string"
}, - "next": {
- "href": "string"
}, - "previous": {
- "href": "string"
}, - "last": {
- "href": "string"
}, - "download": {
- "href": "string"
}, - "confirmInitiation": {
- "href": "string"
}, - "aspspParameters": {
- "href": "string"
}, - "aspspContacts": {
- "href": "string"
}, - "aspspDowntimes": {
- "href": "string"
}, - "onboardings": {
- "href": "string"
}, - "readConditions": {
- "href": "string"
}, - "confirmConditions": {
- "href": "string"
}
}
}
]
}Read Account Details
Reads details about a current account, with balances where required. See "XS2A API as PSD2 Interface Implementation Guidelines ", section "Read Account Details".
Authorizations:
path Parameters
| account-id required | string (Max70Text) <= 70 characters Example: Text, maximum of 70 characters. This identification is denoting the addressed (card) account. The account-id is retrieved by using a "Read Account List" or "Read Card 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. |
query Parameters
| withBalance | boolean Example: withBalance=true If contained, this function reads the requested (account related) resource including the booking balance, if granted by the PSU in the related consent and available by the ASPSP. This parameter might be ignored by the ASPSP. |
header Parameters
| Digest | string Example: SHA-256=hl1/Eps8BEQW58FJhDApwJXjGY4nr1ArGDHIT25vq6A= When API Client include a signature according to this signature profile, they also must include a "Digest" header as defined in [RFC3230]. The "Digest" Header contains a Hash of the message body. If the message does not contain a body, the "Digest" header must contain the hash of an empty byte list. The only hash algorithms that may be used to calculate the Digest within the context of this specification are SHA-256 and SHA-512 as defined in [RFC5843]. |
| x-jws-signature | string Example: eyJiNjQiOmZhbHNlLCJ4NXQjUzI1NiI6ImR5dFBwU2tKWXpoVGRQWFNXUDdqaFhnRzRrQ09XSVdHaWVzZHprdk5MelkiLCJjcml0IjpbInNpZ1QiLCJzaWdEIiwiYjY0Il0sInNpZ1QiOiIyMDIwLTEwLTI2VDExOjI2OjU3WiIsInNpZ0QiOnsicGFycyI6WyJ4LXJlcXVlc3QtaWQiLCJkaWdlc3QiXSwibUlkIjoiaHR0cDovL3VyaS5ldHNpLm9yZy8xOTE4Mi9IdHRwSGVhZGVycyJ9LCJhbGciOiJSUzI1NiJ9..NuGglWBtHcXavob2ZmW-PoSpMmhJS9U6z8zPqHFoE97vHI3z8wtaVdbwsj5WzgPjtVWUUnk8cxP4JjLXdwzwhhHB2uJ5FI4ZZGdSQQw-9pXPUx3cCJSzHmrgkJ-di-A4 The attribute x-jws-signature contains the JSON Web Signature. |
| X-Request-ID required | string <uuid> Example: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721 ID of the request, unique to the call, as determined by the initiating party. |
| PSU-IP-Address | string <ipv4> Example: 192.168.8.78 The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. Conditions will be defined within service specifications, If applicable. |
| Consent-ID required | string (Max70Text) <= 70 characters Example: 123cons456 This then contains the consentId of the related AIS consent, which was performed prior to this payment initiation. |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 405
- 409
{- "account": {
- "resourceId": "Text, maximum of 70 characters.",
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "currency": "EUR",
- "ownerName": "Text, maximum of 140 characters.",
- "ownerNames": [
- {
- "name": "Text, maximum of 70 characters.",
- "role": "Text, maximum of 35 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "countryOfResidence": "SE",
- "contactDetails": {
- "namePrefix": "MADM",
- "name": "Text, maximum of 70 characters.",
- "phoneNumber": "Text, maximum of 35 characters.",
- "mobileNumber": "Text, maximum of 35 characters.",
- "faxNumber": "Text, maximum of 35 characters.",
- "emailAddress": "Text, maximum of 70 characters.",
- "emailPurpose": "Text, maximum of 35 characters.",
- "jobTitle": "Text, maximum of 35 characters.",
- "responsibility": "Text, maximum of 35 characters.",
- "department": "Text, maximum of 35 characters.",
- "preferredMethod": "MAIL"
}
}
], - "owner": {
- "name": "Text, maximum of 70 characters.",
- "role": "Text, maximum of 35 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "countryOfResidence": "SE",
- "contactDetails": {
- "namePrefix": "MADM",
- "name": "Text, maximum of 70 characters.",
- "phoneNumber": "Text, maximum of 35 characters.",
- "mobileNumber": "Text, maximum of 35 characters.",
- "faxNumber": "Text, maximum of 35 characters.",
- "emailAddress": "Text, maximum of 70 characters.",
- "emailPurpose": "Text, maximum of 35 characters.",
- "jobTitle": "Text, maximum of 35 characters.",
- "responsibility": "Text, maximum of 35 characters.",
- "department": "Text, maximum of 35 characters.",
- "preferredMethod": "MAIL"
}
}, - "owners": [
- {
- "name": "Text, maximum of 70 characters.",
- "role": "Text, maximum of 35 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "countryOfResidence": "SE",
- "contactDetails": {
- "namePrefix": "MADM",
- "name": "Text, maximum of 70 characters.",
- "phoneNumber": "Text, maximum of 35 characters.",
- "mobileNumber": "Text, maximum of 35 characters.",
- "faxNumber": "Text, maximum of 35 characters.",
- "emailAddress": "Text, maximum of 70 characters.",
- "emailPurpose": "Text, maximum of 35 characters.",
- "jobTitle": "Text, maximum of 35 characters.",
- "responsibility": "Text, maximum of 35 characters.",
- "department": "Text, maximum of 35 characters.",
- "preferredMethod": "MAIL"
}
}
], - "name": "Text, maximum of 70 characters.",
- "displayName": "Text, maximum of 70 characters.",
- "product": "Text, maximum of 35 characters.",
- "cashAccountType": "CACC",
- "status": "enabled",
- "bic": "ECBFDEFFFIM",
- "linkedAccounts": "Text, maximum of 70 characters.",
- "usage": "4CHR",
- "details": "Text, maximum of 500 characters.",
- "balances": [
- {
- "balanceAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "balanceType": "closingBooked",
- "creditLimitIncluded": true,
- "lastChangeDateTime": "2020-01-01T13:00:00.999-01:00",
- "referenceDate": "2020-01-01",
- "lastCommittedTransaction": "Text, maximum of 35 characters."
}
], - "tariffs": "Text, maximum of 1000 characters.",
- "applicableFees": [
- {
- "typeCode": "otherFee",
- "typeProprietary": "Text, maximum of 35 characters.",
- "feeRules": [
- {
- "amount": {
- "currency": "EUR",
- "amount": "string"
}, - "percentage": "string",
- "fromBaseAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "toBaseAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "minimumAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "maximumAmount": {
- "currency": "EUR",
- "amount": "string"
}
}
], - "applicableFrom": "2020-01-01",
- "applicableTo": "2020-01-01",
- "additionalInformation": "Text, maximum of 500 characters."
}
], - "interest": [
- {
- "type": "FIXD",
- "relatedIndices": [
- {
- "index": "Text, maximum of 35 characters.",
- "rootIndexValue": "Text, maximum of 35 characters.",
- "exchangeRate": {
- "percentage": "string",
- "fromAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "toAmount": {
- "currency": "EUR",
- "amount": "string"
}
}, - "additionalInformation": "Text, maximum of 500 characters."
}
], - "rate": [
- {
- "percentage": "string",
- "fromAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "toAmount": {
- "currency": "EUR",
- "amount": "string"
}
}
], - "fromDateTime": "2020-01-01T13:00:00.999-01:00",
- "toDateTime": "2020-01-01T13:00:00.999-01:00",
- "reason": "Text, maximum of 35 characters.",
- "changeMechanism": "Text, maximum of 1024 characters."
}
], - "relatedDates": {
- "contractStartDate": "2020-01-01",
- "contractEndDate": "2020-01-01",
- "contractAvailabilityDate": "2020-01-01"
}, - "collateralsInvolved": true,
- "guaranteeInvolved": true,
- "_links": {
- "scaRedirect": {
- "href": "string"
}, - "scaOAuth": {
- "href": "string"
}, - "confirmation": {
- "href": "string"
}, - "creditorNameConfirmation": {
- "href": "string"
}, - "startAuthorisation": {
- "href": "string"
}, - "startAuthorisationWithPsuIdentification": {
- "href": "string"
}, - "updatePsuIdentification": {
- "href": "string"
}, - "startAuthorisationWithProprietaryData": {
- "href": "string"
}, - "updateProprietaryData": {
- "href": "string"
}, - "startAuthorisationWithPsuAuthentication": {
- "href": "string"
}, - "updatePsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithEncryptedPsuAuthentication": {
- "href": "string"
}, - "updateEncryptedPsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithAuthenticationMethodSelection": {
- "href": "string"
}, - "selectAuthenticationMethod": {
- "href": "string"
}, - "startAuthorisationWithTransactionAuthorisation": {
- "href": "string"
}, - "authoriseTransaction": {
- "href": "string"
}, - "updateResourceByDebtorAccountResource": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "status": {
- "href": "string"
}, - "transactionfees": {
- "href": "string"
}, - "scaStatus": {
- "href": "string"
}, - "account": {
- "href": "string"
}, - "savingsAccount": {
- "href": "string"
}, - "loanAccount": {
- "href": "string"
}, - "balances": {
- "href": "string"
}, - "transactions": {
- "href": "string"
}, - "cardAccount": {
- "href": "string"
}, - "cardTransactions": {
- "href": "string"
}, - "transactionDetails": {
- "href": "string"
}, - "ibanCheck": {
- "href": "string"
}, - "paymentInitiation": {
- "href": "string"
}, - "securitiesAccount": {
- "href": "string"
}, - "positions": {
- "href": "string"
}, - "orders": {
- "href": "string"
}, - "orderDetails": {
- "href": "string"
}, - "relatedOrders": [
- {
- "href": "string"
}
], - "relatedTransactions": [
- {
- "href": "string"
}
], - "subscription": {
- "href": "string"
}, - "entryStatusRevoked": [
- {
- "href": "string"
}
], - "first": {
- "href": "string"
}, - "next": {
- "href": "string"
}, - "previous": {
- "href": "string"
}, - "last": {
- "href": "string"
}, - "download": {
- "href": "string"
}, - "confirmInitiation": {
- "href": "string"
}, - "aspspParameters": {
- "href": "string"
}, - "aspspContacts": {
- "href": "string"
}, - "aspspDowntimes": {
- "href": "string"
}, - "onboardings": {
- "href": "string"
}, - "readConditions": {
- "href": "string"
}, - "confirmConditions": {
- "href": "string"
}
}
}
}Read Account Balance
Reads balance data from a given current account addressed by "account-id". See "XS2A API as PSD2 Interface Implementation Guidelines ", section "Read Balance".
Authorizations:
path Parameters
| account-id required | string (Max70Text) <= 70 characters Example: Text, maximum of 70 characters. This identification is denoting the addressed (card) account. The account-id is retrieved by using a "Read Account List" or "Read Card 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. |
header Parameters
| Digest | string Example: SHA-256=hl1/Eps8BEQW58FJhDApwJXjGY4nr1ArGDHIT25vq6A= When API Client include a signature according to this signature profile, they also must include a "Digest" header as defined in [RFC3230]. The "Digest" Header contains a Hash of the message body. If the message does not contain a body, the "Digest" header must contain the hash of an empty byte list. The only hash algorithms that may be used to calculate the Digest within the context of this specification are SHA-256 and SHA-512 as defined in [RFC5843]. |
| x-jws-signature | string Example: eyJiNjQiOmZhbHNlLCJ4NXQjUzI1NiI6ImR5dFBwU2tKWXpoVGRQWFNXUDdqaFhnRzRrQ09XSVdHaWVzZHprdk5MelkiLCJjcml0IjpbInNpZ1QiLCJzaWdEIiwiYjY0Il0sInNpZ1QiOiIyMDIwLTEwLTI2VDExOjI2OjU3WiIsInNpZ0QiOnsicGFycyI6WyJ4LXJlcXVlc3QtaWQiLCJkaWdlc3QiXSwibUlkIjoiaHR0cDovL3VyaS5ldHNpLm9yZy8xOTE4Mi9IdHRwSGVhZGVycyJ9LCJhbGciOiJSUzI1NiJ9..NuGglWBtHcXavob2ZmW-PoSpMmhJS9U6z8zPqHFoE97vHI3z8wtaVdbwsj5WzgPjtVWUUnk8cxP4JjLXdwzwhhHB2uJ5FI4ZZGdSQQw-9pXPUx3cCJSzHmrgkJ-di-A4 The attribute x-jws-signature contains the JSON Web Signature. |
| X-Request-ID required | string <uuid> Example: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721 ID of the request, unique to the call, as determined by the initiating party. |
| PSU-IP-Address | string <ipv4> Example: 192.168.8.78 The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. Conditions will be defined within service specifications, If applicable. |
| Consent-ID required | string (Max70Text) <= 70 characters Example: 123cons456 This then contains the consentId of the related AIS consent, which was performed prior to this payment initiation. |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 405
- 409
{- "account": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "balances": [
- {
- "balanceAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "balanceType": "closingBooked",
- "creditLimitIncluded": true,
- "lastChangeDateTime": "2020-01-01T13:00:00.999-01:00",
- "referenceDate": "2020-01-01",
- "lastCommittedTransaction": "Text, maximum of 35 characters."
}
]
}Read Transaction List
Reads account transaction data from a given account addressed by "account-id". This can be either booked or pending transactions or a list of standing orders as further transactional information. See "XS2A API as PSD2 Interface Implementation Guidelines ", section "Read Transaction List".
Authorizations:
path Parameters
| account-id required | string (Max70Text) <= 70 characters Example: Text, maximum of 70 characters. This identification is denoting the addressed (card) account. The account-id is retrieved by using a "Read Account List" or "Read Card 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. |
query Parameters
| dateFrom | string <date> (ISODate) Example: dateFrom=2020-01-01 Conditional: Starting date (inclusive the date dateFrom) of the transaction list, mandated if no delta access is required and if bookingStatus does not equal "information". For booked transactions, the relevant date is the booking date. For pending transactions, the relevant date is the entry date, which may not be transparent neither in this API nor other channels of the ASPSP. |
| dateTo | string <date> (ISODate) Example: dateTo=2020-01-01 End date (inclusive the data dateTo) of the transaction list, default is "now" if not given. Might be ignored if a delta function is used. For booked transactions, the relevant date is the booking date. For pending transactions, the relevant date is the entry date, which may not be transparent neither in this API nor other channels of the ASPSP. |
| entryReferenceFrom | string (Max35Text) <= 35 characters Example: entryReferenceFrom=Text, maximum of 35 characters. This data attribute is indicating that the AISP is in favour to get all transactions after the transaction with identification entryReferenceFrom alternatively to the above defined period. This is a implementation of a delta access. If this data element is contained, the entries "dateFrom" and "dateTo" might be ignored by the ASPSP if a delta report is supported. Optional if supported by API provider. |
| bookingStatus required | string Enum: "information" "booked" "pending" "both" "all" Example: bookingStatus=booked Permitted codes are
|
| deltaList | boolean Example: deltaList=true This data attribute is indicating that the AISP is in favour to get all transactions after the last report access for this PSU on the addressed account. This is another implementation of a delta access-report. This delta indicator might be rejected by the ASPSP if this function is not supported. Optional if supported by API provider |
| withBalance | boolean Example: withBalance=true If contained, this function reads the requested (account related) resource including the booking balance, if granted by the PSU in the related consent and available by the ASPSP. This parameter might be ignored by the ASPSP. |
| cardBrand | string (Max35Text) <= 35 characters Example: cardBrand=Text, maximum of 35 characters. This attribute filters transactions according to their corresponding card brand. Only to be supported in a scenario, where this is used as statements e.g. of card acquirers towards merchants.. |
header Parameters
| Digest | string Example: SHA-256=hl1/Eps8BEQW58FJhDApwJXjGY4nr1ArGDHIT25vq6A= When API Client include a signature according to this signature profile, they also must include a "Digest" header as defined in [RFC3230]. The "Digest" Header contains a Hash of the message body. If the message does not contain a body, the "Digest" header must contain the hash of an empty byte list. The only hash algorithms that may be used to calculate the Digest within the context of this specification are SHA-256 and SHA-512 as defined in [RFC5843]. |
| x-jws-signature | string Example: eyJiNjQiOmZhbHNlLCJ4NXQjUzI1NiI6ImR5dFBwU2tKWXpoVGRQWFNXUDdqaFhnRzRrQ09XSVdHaWVzZHprdk5MelkiLCJjcml0IjpbInNpZ1QiLCJzaWdEIiwiYjY0Il0sInNpZ1QiOiIyMDIwLTEwLTI2VDExOjI2OjU3WiIsInNpZ0QiOnsicGFycyI6WyJ4LXJlcXVlc3QtaWQiLCJkaWdlc3QiXSwibUlkIjoiaHR0cDovL3VyaS5ldHNpLm9yZy8xOTE4Mi9IdHRwSGVhZGVycyJ9LCJhbGciOiJSUzI1NiJ9..NuGglWBtHcXavob2ZmW-PoSpMmhJS9U6z8zPqHFoE97vHI3z8wtaVdbwsj5WzgPjtVWUUnk8cxP4JjLXdwzwhhHB2uJ5FI4ZZGdSQQw-9pXPUx3cCJSzHmrgkJ-di-A4 The attribute x-jws-signature contains the JSON Web Signature. |
| X-Request-ID required | string <uuid> Example: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721 ID of the request, unique to the call, as determined by the initiating party. |
| PSU-IP-Address | string <ipv4> Example: 192.168.8.78 The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. Conditions will be defined within service specifications, If applicable. |
| Consent-ID required | string (Max70Text) <= 70 characters Example: 123cons456 This then contains the consentId of the related AIS consent, which was performed prior to this payment initiation. |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 405
- 409
{- "account": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "transactions": {
- "booked": [
- {
- "transactionId": "string",
- "entryReference": "Text, maximum of 35 characters.",
- "batchIndicator": true,
- "batchNumberOfTransactions": 0,
- "references": {
- "accountServicerReference": "Text, maximum of 35 characters.",
- "instructionId": "Text, maximum of 35 characters.",
- "endToEndId": "Text, maximum of 35 characters.",
- "uetr": "99435c7e-ad88-49ec-a2ad-99ddcb1f5555",
- "mandateId": "Text, maximum of 35 characters.",
- "checkNumber": "Text, maximum of 35 characters."
}, - "localInstrumentCode": "CORE",
- "localInstrumentProprietary": "Text, maximum of 35 characters.",
- "bookingDate": "2020-01-01",
- "valueDate": "2020-01-01",
- "transactionAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "currencyExchange": [
- {
- "sourceCurrency": "EUR",
- "exchangeRate": "string",
- "unitCurrency": "EUR",
- "targetCurrency": "EUR",
- "quotationDate": "2020-01-01",
- "contractIdentification": "Text, maximum of 35 characters."
}
], - "amountDetails": {
- "instructedAmount": {
- "currency": "DKK",
- "amount": "123.50",
- "sourceCurrency": "DKK",
- "targetCurrency": "EUR",
- "exchangeRate": "7.47"
}, - "transactionAmount": {
- "currency": "EUR",
- "amount": "16.53",
- "sourceCurrency": "DKK",
- "targetCurrency": "EUR",
- "exchangeRate": "7.60"
}
}, - "interbankSettlementDate": "2020-01-01",
- "cardTransaction": {
- "paymentContext": {
- "cardPresent": true,
- "cardDataEntryMode": "ECTL"
}, - "sequenceNumber": "Text, maximum of 35 characters.",
- "transactionDateTime": "2020-01-01T13:00:00.999-01:00",
- "poiId": "Text, maximum of 35 characters.",
- "authorisationCode": "8CHR8CHR",
- "saleReferenceId": "Text, maximum of 35 characters.",
- "transactionType": "ECTL"
}, - "creditor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "creditorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "creditorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateCreditor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}
}, - "debtor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "debtorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "debtorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateDebtor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}
}, - "remittanceInformationUnstructured": [
- "Text, maximum of 140 characters."
], - "remittanceInformationStructured": [
- {
- "referredDocumentInformation": {
- "typeCode": "PUOR",
- "typeProprietary": "Text, maximum of 35 characters.",
- "typeIssuer": "Text, maximum of 35 characters.",
- "number": "Text, maximum of 35 characters.",
- "relatedDate": "2020-01-01"
}, - "creditorReferenceInformation": {
- "reference": "Text, maximum of 35 characters.",
- "referenceTypeCode": "PUOR",
- "referenceTypeProprietary": "Text, maximum of 35 characters.",
- "referenceIssuer": "Text, maximum of 35 characters."
}, - "additionalRemittanceInformation": [
- "Text, maximum of 140 characters."
]
}
], - "entryDetails": [
- {
- "references": {
- "accountServicerReference": "Text, maximum of 35 characters.",
- "instructionId": "Text, maximum of 35 characters.",
- "endToEndId": "Text, maximum of 35 characters.",
- "uetr": "99435c7e-ad88-49ec-a2ad-99ddcb1f5555",
- "mandateId": "Text, maximum of 35 characters.",
- "checkNumber": "Text, maximum of 35 characters."
}, - "creditor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- null
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- null
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "transactionAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "currencyExchange": [
- {
- "sourceCurrency": "EUR",
- "exchangeRate": "string",
- "unitCurrency": "EUR",
- "targetCurrency": "EUR",
- "quotationDate": "2020-01-01",
- "contractIdentification": "Text, maximum of 35 characters."
}
], - "creditorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "creditorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateCreditor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- null
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- null
]
}
}
}, - "debtor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- null
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- null
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "debtorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "debtorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateDebtor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- null
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- null
]
}
}
}, - "remittanceInformationUnstructured": [
- "Text, maximum of 140 characters."
], - "remittanceInformationStructured": [
- {
- "referredDocumentInformation": {
- "typeCode": "PUOR",
- "typeProprietary": "Text, maximum of 35 characters.",
- "typeIssuer": "Text, maximum of 35 characters.",
- "number": "Text, maximum of 35 characters.",
- "relatedDate": "2020-01-01"
}, - "creditorReferenceInformation": {
- "reference": "Text, maximum of 35 characters.",
- "referenceTypeCode": "PUOR",
- "referenceTypeProprietary": "Text, maximum of 35 characters.",
- "referenceIssuer": "Text, maximum of 35 characters."
}, - "additionalRemittanceInformation": [
- "Text, maximum of 140 characters."
]
}
], - "purposeCode": "OTHR"
}
], - "additionalTransactionInformation": "Text, maximum of 500 characters.",
- "additionalInformationStructured": {
- "standingOrderDetails": {
- "startDate": "2020-01-01",
- "startDateTime": "2020-01-01T13:00:00.999-01:00",
- "endDate": "2020-01-01",
- "endDateTime": "2020-01-01T13:00:00.999-01:00",
- "executionRule": "string",
- "withinAMonthFlag": true,
- "frequency": "Monthly",
- "monthsOfExecution": [
- "2C"
], - "multiplicator": 0,
- "dayOfExecution": "2C",
- "limitAmount": {
- "currency": "EUR",
- "amount": "string"
}
}, - "rtpDetails": {
- "paymentConditions": {
- "amountModificationAllowed": true,
- "earlyPaymentAllowed": true
}, - "creationDateTime": "2020-01-01T13:00:00.999-01:00",
- "requestedExpiryDateTime": "2020-01-01T13:00:00.999-01:00",
- "originatorPspId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}
}, - "additionalTransactionInformationStructured": {
- "transactionStatus": "ACCC",
- "transactionCreated": {
- "user": "Text, maximum of 70 characters.",
- "dateTime": "2020-01-01T13:00:00.999-01:00"
}, - "transactionAuthorised": [
- {
- "user": "Text, maximum of 70 characters.",
- "dateTime": "2020-01-01T13:00:00.999-01:00"
}
], - "transactionCancelled": [
- {
- "user": "Text, maximum of 70 characters.",
- "dateTime": "2020-01-01T13:00:00.999-01:00"
}
]
}, - "purposeCode": "OTHR",
- "bankTransactionCode": "PMNT-RDDT-ESDD",
- "bankTransactionCodeProprietary": "Text, maximum of 35 characters.",
- "balanceAfterTransaction": {
- "balanceAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "balanceType": "closingBooked",
- "creditLimitIncluded": true,
- "lastChangeDateTime": "2020-01-01T13:00:00.999-01:00",
- "referenceDate": "2020-01-01",
- "lastCommittedTransaction": "Text, maximum of 35 characters."
}, - "_links": {
- "scaRedirect": {
- "href": "string"
}, - "scaOAuth": {
- "href": "string"
}, - "confirmation": {
- "href": "string"
}, - "creditorNameConfirmation": {
- "href": "string"
}, - "startAuthorisation": {
- "href": "string"
}, - "startAuthorisationWithPsuIdentification": {
- "href": "string"
}, - "updatePsuIdentification": {
- "href": "string"
}, - "startAuthorisationWithProprietaryData": {
- "href": "string"
}, - "updateProprietaryData": {
- "href": "string"
}, - "startAuthorisationWithPsuAuthentication": {
- "href": "string"
}, - "updatePsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithEncryptedPsuAuthentication": {
- "href": "string"
}, - "updateEncryptedPsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithAuthenticationMethodSelection": {
- "href": "string"
}, - "selectAuthenticationMethod": {
- "href": "string"
}, - "startAuthorisationWithTransactionAuthorisation": {
- "href": "string"
}, - "authoriseTransaction": {
- "href": "string"
}, - "updateResourceByDebtorAccountResource": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "status": {
- "href": "string"
}, - "transactionfees": {
- "href": "string"
}, - "scaStatus": {
- "href": "string"
}, - "account": {
- "href": "string"
}, - "savingsAccount": {
- "href": "string"
}, - "loanAccount": {
- "href": "string"
}, - "balances": {
- "href": "string"
}, - "transactions": {
- "href": "string"
}, - "cardAccount": {
- "href": "string"
}, - "cardTransactions": {
- "href": "string"
}, - "transactionDetails": {
- "href": "string"
}, - "ibanCheck": {
- "href": "string"
}, - "paymentInitiation": {
- "href": "string"
}, - "securitiesAccount": {
- "href": "string"
}, - "positions": {
- "href": "string"
}, - "orders": {
- "href": "string"
}, - "orderDetails": {
- "href": "string"
}, - "relatedOrders": [
- {
- "href": "string"
}
], - "relatedTransactions": [
- {
- "href": "string"
}
], - "subscription": {
- "href": "string"
}, - "entryStatusRevoked": [
- {
- "href": "string"
}
], - "first": {
- "href": "string"
}, - "next": {
- "href": "string"
}, - "previous": {
- "href": "string"
}, - "last": {
- "href": "string"
}, - "download": {
- "href": "string"
}, - "confirmInitiation": {
- "href": "string"
}, - "aspspParameters": {
- "href": "string"
}, - "aspspContacts": {
- "href": "string"
}, - "aspspDowntimes": {
- "href": "string"
}, - "onboardings": {
- "href": "string"
}, - "readConditions": {
- "href": "string"
}, - "confirmConditions": {
- "href": "string"
}
}
}
], - "pending": [
- {
- "transactionId": "string",
- "entryReference": "Text, maximum of 35 characters.",
- "batchIndicator": true,
- "batchNumberOfTransactions": 0,
- "references": {
- "accountServicerReference": "Text, maximum of 35 characters.",
- "instructionId": "Text, maximum of 35 characters.",
- "endToEndId": "Text, maximum of 35 characters.",
- "uetr": "99435c7e-ad88-49ec-a2ad-99ddcb1f5555",
- "mandateId": "Text, maximum of 35 characters.",
- "checkNumber": "Text, maximum of 35 characters."
}, - "localInstrumentCode": "CORE",
- "localInstrumentProprietary": "Text, maximum of 35 characters.",
- "bookingDate": "2020-01-01",
- "valueDate": "2020-01-01",
- "transactionAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "currencyExchange": [
- {
- "sourceCurrency": "EUR",
- "exchangeRate": "string",
- "unitCurrency": "EUR",
- "targetCurrency": "EUR",
- "quotationDate": "2020-01-01",
- "contractIdentification": "Text, maximum of 35 characters."
}
], - "amountDetails": {
- "instructedAmount": {
- "currency": "DKK",
- "amount": "123.50",
- "sourceCurrency": "DKK",
- "targetCurrency": "EUR",
- "exchangeRate": "7.47"
}, - "transactionAmount": {
- "currency": "EUR",
- "amount": "16.53",
- "sourceCurrency": "DKK",
- "targetCurrency": "EUR",
- "exchangeRate": "7.60"
}
}, - "interbankSettlementDate": "2020-01-01",
- "cardTransaction": {
- "paymentContext": {
- "cardPresent": true,
- "cardDataEntryMode": "ECTL"
}, - "sequenceNumber": "Text, maximum of 35 characters.",
- "transactionDateTime": "2020-01-01T13:00:00.999-01:00",
- "poiId": "Text, maximum of 35 characters.",
- "authorisationCode": "8CHR8CHR",
- "saleReferenceId": "Text, maximum of 35 characters.",
- "transactionType": "ECTL"
}, - "creditor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "creditorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "creditorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateCreditor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}
}, - "debtor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "debtorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "debtorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateDebtor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}
}, - "remittanceInformationUnstructured": [
- "Text, maximum of 140 characters."
], - "remittanceInformationStructured": [
- {
- "referredDocumentInformation": {
- "typeCode": "PUOR",
- "typeProprietary": "Text, maximum of 35 characters.",
- "typeIssuer": "Text, maximum of 35 characters.",
- "number": "Text, maximum of 35 characters.",
- "relatedDate": "2020-01-01"
}, - "creditorReferenceInformation": {
- "reference": "Text, maximum of 35 characters.",
- "referenceTypeCode": "PUOR",
- "referenceTypeProprietary": "Text, maximum of 35 characters.",
- "referenceIssuer": "Text, maximum of 35 characters."
}, - "additionalRemittanceInformation": [
- "Text, maximum of 140 characters."
]
}
], - "entryDetails": [
- {
- "references": {
- "accountServicerReference": "Text, maximum of 35 characters.",
- "instructionId": "Text, maximum of 35 characters.",
- "endToEndId": "Text, maximum of 35 characters.",
- "uetr": "99435c7e-ad88-49ec-a2ad-99ddcb1f5555",
- "mandateId": "Text, maximum of 35 characters.",
- "checkNumber": "Text, maximum of 35 characters."
}, - "creditor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- null
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- null
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "transactionAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "currencyExchange": [
- {
- "sourceCurrency": "EUR",
- "exchangeRate": "string",
- "unitCurrency": "EUR",
- "targetCurrency": "EUR",
- "quotationDate": "2020-01-01",
- "contractIdentification": "Text, maximum of 35 characters."
}
], - "creditorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "creditorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateCreditor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- null
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- null
]
}
}
}, - "debtor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- null
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- null
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "debtorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "debtorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateDebtor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- null
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- null
]
}
}
}, - "remittanceInformationUnstructured": [
- "Text, maximum of 140 characters."
], - "remittanceInformationStructured": [
- {
- "referredDocumentInformation": {
- "typeCode": "PUOR",
- "typeProprietary": "Text, maximum of 35 characters.",
- "typeIssuer": "Text, maximum of 35 characters.",
- "number": "Text, maximum of 35 characters.",
- "relatedDate": "2020-01-01"
}, - "creditorReferenceInformation": {
- "reference": "Text, maximum of 35 characters.",
- "referenceTypeCode": "PUOR",
- "referenceTypeProprietary": "Text, maximum of 35 characters.",
- "referenceIssuer": "Text, maximum of 35 characters."
}, - "additionalRemittanceInformation": [
- "Text, maximum of 140 characters."
]
}
], - "purposeCode": "OTHR"
}
], - "additionalTransactionInformation": "Text, maximum of 500 characters.",
- "additionalInformationStructured": {
- "standingOrderDetails": {
- "startDate": "2020-01-01",
- "startDateTime": "2020-01-01T13:00:00.999-01:00",
- "endDate": "2020-01-01",
- "endDateTime": "2020-01-01T13:00:00.999-01:00",
- "executionRule": "string",
- "withinAMonthFlag": true,
- "frequency": "Monthly",
- "monthsOfExecution": [
- "2C"
], - "multiplicator": 0,
- "dayOfExecution": "2C",
- "limitAmount": {
- "currency": "EUR",
- "amount": "string"
}
}, - "rtpDetails": {
- "paymentConditions": {
- "amountModificationAllowed": true,
- "earlyPaymentAllowed": true
}, - "creationDateTime": "2020-01-01T13:00:00.999-01:00",
- "requestedExpiryDateTime": "2020-01-01T13:00:00.999-01:00",
- "originatorPspId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}
}, - "additionalTransactionInformationStructured": {
- "transactionStatus": "ACCC",
- "transactionCreated": {
- "user": "Text, maximum of 70 characters.",
- "dateTime": "2020-01-01T13:00:00.999-01:00"
}, - "transactionAuthorised": [
- {
- "user": "Text, maximum of 70 characters.",
- "dateTime": "2020-01-01T13:00:00.999-01:00"
}
], - "transactionCancelled": [
- {
- "user": "Text, maximum of 70 characters.",
- "dateTime": "2020-01-01T13:00:00.999-01:00"
}
]
}, - "purposeCode": "OTHR",
- "bankTransactionCode": "PMNT-RDDT-ESDD",
- "bankTransactionCodeProprietary": "Text, maximum of 35 characters.",
- "balanceAfterTransaction": {
- "balanceAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "balanceType": "closingBooked",
- "creditLimitIncluded": true,
- "lastChangeDateTime": "2020-01-01T13:00:00.999-01:00",
- "referenceDate": "2020-01-01",
- "lastCommittedTransaction": "Text, maximum of 35 characters."
}, - "_links": {
- "scaRedirect": {
- "href": "string"
}, - "scaOAuth": {
- "href": "string"
}, - "confirmation": {
- "href": "string"
}, - "creditorNameConfirmation": {
- "href": "string"
}, - "startAuthorisation": {
- "href": "string"
}, - "startAuthorisationWithPsuIdentification": {
- "href": "string"
}, - "updatePsuIdentification": {
- "href": "string"
}, - "startAuthorisationWithProprietaryData": {
- "href": "string"
}, - "updateProprietaryData": {
- "href": "string"
}, - "startAuthorisationWithPsuAuthentication": {
- "href": "string"
}, - "updatePsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithEncryptedPsuAuthentication": {
- "href": "string"
}, - "updateEncryptedPsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithAuthenticationMethodSelection": {
- "href": "string"
}, - "selectAuthenticationMethod": {
- "href": "string"
}, - "startAuthorisationWithTransactionAuthorisation": {
- "href": "string"
}, - "authoriseTransaction": {
- "href": "string"
}, - "updateResourceByDebtorAccountResource": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "status": {
- "href": "string"
}, - "transactionfees": {
- "href": "string"
}, - "scaStatus": {
- "href": "string"
}, - "account": {
- "href": "string"
}, - "savingsAccount": {
- "href": "string"
}, - "loanAccount": {
- "href": "string"
}, - "balances": {
- "href": "string"
}, - "transactions": {
- "href": "string"
}, - "cardAccount": {
- "href": "string"
}, - "cardTransactions": {
- "href": "string"
}, - "transactionDetails": {
- "href": "string"
}, - "ibanCheck": {
- "href": "string"
}, - "paymentInitiation": {
- "href": "string"
}, - "securitiesAccount": {
- "href": "string"
}, - "positions": {
- "href": "string"
}, - "orders": {
- "href": "string"
}, - "orderDetails": {
- "href": "string"
}, - "relatedOrders": [
- {
- "href": "string"
}
], - "relatedTransactions": [
- {
- "href": "string"
}
], - "subscription": {
- "href": "string"
}, - "entryStatusRevoked": [
- {
- "href": "string"
}
], - "first": {
- "href": "string"
}, - "next": {
- "href": "string"
}, - "previous": {
- "href": "string"
}, - "last": {
- "href": "string"
}, - "download": {
- "href": "string"
}, - "confirmInitiation": {
- "href": "string"
}, - "aspspParameters": {
- "href": "string"
}, - "aspspContacts": {
- "href": "string"
}, - "aspspDowntimes": {
- "href": "string"
}, - "onboardings": {
- "href": "string"
}, - "readConditions": {
- "href": "string"
}, - "confirmConditions": {
- "href": "string"
}
}
}
], - "information": [
- {
- "transactionId": "string",
- "entryReference": "Text, maximum of 35 characters.",
- "batchIndicator": true,
- "batchNumberOfTransactions": 0,
- "references": {
- "accountServicerReference": "Text, maximum of 35 characters.",
- "instructionId": "Text, maximum of 35 characters.",
- "endToEndId": "Text, maximum of 35 characters.",
- "uetr": "99435c7e-ad88-49ec-a2ad-99ddcb1f5555",
- "mandateId": "Text, maximum of 35 characters.",
- "checkNumber": "Text, maximum of 35 characters."
}, - "localInstrumentCode": "CORE",
- "localInstrumentProprietary": "Text, maximum of 35 characters.",
- "bookingDate": "2020-01-01",
- "valueDate": "2020-01-01",
- "transactionAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "currencyExchange": [
- {
- "sourceCurrency": "EUR",
- "exchangeRate": "string",
- "unitCurrency": "EUR",
- "targetCurrency": "EUR",
- "quotationDate": "2020-01-01",
- "contractIdentification": "Text, maximum of 35 characters."
}
], - "amountDetails": {
- "instructedAmount": {
- "currency": "DKK",
- "amount": "123.50",
- "sourceCurrency": "DKK",
- "targetCurrency": "EUR",
- "exchangeRate": "7.47"
}, - "transactionAmount": {
- "currency": "EUR",
- "amount": "16.53",
- "sourceCurrency": "DKK",
- "targetCurrency": "EUR",
- "exchangeRate": "7.60"
}
}, - "interbankSettlementDate": "2020-01-01",
- "cardTransaction": {
- "paymentContext": {
- "cardPresent": true,
- "cardDataEntryMode": "ECTL"
}, - "sequenceNumber": "Text, maximum of 35 characters.",
- "transactionDateTime": "2020-01-01T13:00:00.999-01:00",
- "poiId": "Text, maximum of 35 characters.",
- "authorisationCode": "8CHR8CHR",
- "saleReferenceId": "Text, maximum of 35 characters.",
- "transactionType": "ECTL"
}, - "creditor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "creditorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "creditorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateCreditor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}
}, - "debtor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "debtorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "debtorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateDebtor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}
}, - "remittanceInformationUnstructured": [
- "Text, maximum of 140 characters."
], - "remittanceInformationStructured": [
- {
- "referredDocumentInformation": {
- "typeCode": "PUOR",
- "typeProprietary": "Text, maximum of 35 characters.",
- "typeIssuer": "Text, maximum of 35 characters.",
- "number": "Text, maximum of 35 characters.",
- "relatedDate": "2020-01-01"
}, - "creditorReferenceInformation": {
- "reference": "Text, maximum of 35 characters.",
- "referenceTypeCode": "PUOR",
- "referenceTypeProprietary": "Text, maximum of 35 characters.",
- "referenceIssuer": "Text, maximum of 35 characters."
}, - "additionalRemittanceInformation": [
- "Text, maximum of 140 characters."
]
}
], - "entryDetails": [
- {
- "references": {
- "accountServicerReference": "Text, maximum of 35 characters.",
- "instructionId": "Text, maximum of 35 characters.",
- "endToEndId": "Text, maximum of 35 characters.",
- "uetr": "99435c7e-ad88-49ec-a2ad-99ddcb1f5555",
- "mandateId": "Text, maximum of 35 characters.",
- "checkNumber": "Text, maximum of 35 characters."
}, - "creditor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- null
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- null
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "transactionAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "currencyExchange": [
- {
- "sourceCurrency": "EUR",
- "exchangeRate": "string",
- "unitCurrency": "EUR",
- "targetCurrency": "EUR",
- "quotationDate": "2020-01-01",
- "contractIdentification": "Text, maximum of 35 characters."
}
], - "creditorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "creditorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateCreditor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- null
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- null
]
}
}
}, - "debtor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- null
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- null
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "debtorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "debtorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- null
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateDebtor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- null
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- null
]
}
}
}, - "remittanceInformationUnstructured": [
- "Text, maximum of 140 characters."
], - "remittanceInformationStructured": [
- {
- "referredDocumentInformation": {
- "typeCode": "PUOR",
- "typeProprietary": "Text, maximum of 35 characters.",
- "typeIssuer": "Text, maximum of 35 characters.",
- "number": "Text, maximum of 35 characters.",
- "relatedDate": "2020-01-01"
}, - "creditorReferenceInformation": {
- "reference": "Text, maximum of 35 characters.",
- "referenceTypeCode": "PUOR",
- "referenceTypeProprietary": "Text, maximum of 35 characters.",
- "referenceIssuer": "Text, maximum of 35 characters."
}, - "additionalRemittanceInformation": [
- "Text, maximum of 140 characters."
]
}
], - "purposeCode": "OTHR"
}
], - "additionalTransactionInformation": "Text, maximum of 500 characters.",
- "additionalInformationStructured": {
- "standingOrderDetails": {
- "startDate": "2020-01-01",
- "startDateTime": "2020-01-01T13:00:00.999-01:00",
- "endDate": "2020-01-01",
- "endDateTime": "2020-01-01T13:00:00.999-01:00",
- "executionRule": "string",
- "withinAMonthFlag": true,
- "frequency": "Monthly",
- "monthsOfExecution": [
- "2C"
], - "multiplicator": 0,
- "dayOfExecution": "2C",
- "limitAmount": {
- "currency": "EUR",
- "amount": "string"
}
}, - "rtpDetails": {
- "paymentConditions": {
- "amountModificationAllowed": true,
- "earlyPaymentAllowed": true
}, - "creationDateTime": "2020-01-01T13:00:00.999-01:00",
- "requestedExpiryDateTime": "2020-01-01T13:00:00.999-01:00",
- "originatorPspId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}
}, - "additionalTransactionInformationStructured": {
- "transactionStatus": "ACCC",
- "transactionCreated": {
- "user": "Text, maximum of 70 characters.",
- "dateTime": "2020-01-01T13:00:00.999-01:00"
}, - "transactionAuthorised": [
- {
- "user": "Text, maximum of 70 characters.",
- "dateTime": "2020-01-01T13:00:00.999-01:00"
}
], - "transactionCancelled": [
- {
- "user": "Text, maximum of 70 characters.",
- "dateTime": "2020-01-01T13:00:00.999-01:00"
}
]
}, - "purposeCode": "OTHR",
- "bankTransactionCode": "PMNT-RDDT-ESDD",
- "bankTransactionCodeProprietary": "Text, maximum of 35 characters.",
- "balanceAfterTransaction": {
- "balanceAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "balanceType": "closingBooked",
- "creditLimitIncluded": true,
- "lastChangeDateTime": "2020-01-01T13:00:00.999-01:00",
- "referenceDate": "2020-01-01",
- "lastCommittedTransaction": "Text, maximum of 35 characters."
}, - "_links": {
- "scaRedirect": {
- "href": "string"
}, - "scaOAuth": {
- "href": "string"
}, - "confirmation": {
- "href": "string"
}, - "creditorNameConfirmation": {
- "href": "string"
}, - "startAuthorisation": {
- "href": "string"
}, - "startAuthorisationWithPsuIdentification": {
- "href": "string"
}, - "updatePsuIdentification": {
- "href": "string"
}, - "startAuthorisationWithProprietaryData": {
- "href": "string"
}, - "updateProprietaryData": {
- "href": "string"
}, - "startAuthorisationWithPsuAuthentication": {
- "href": "string"
}, - "updatePsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithEncryptedPsuAuthentication": {
- "href": "string"
}, - "updateEncryptedPsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithAuthenticationMethodSelection": {
- "href": "string"
}, - "selectAuthenticationMethod": {
- "href": "string"
}, - "startAuthorisationWithTransactionAuthorisation": {
- "href": "string"
}, - "authoriseTransaction": {
- "href": "string"
}, - "updateResourceByDebtorAccountResource": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "status": {
- "href": "string"
}, - "transactionfees": {
- "href": "string"
}, - "scaStatus": {
- "href": "string"
}, - "account": {
- "href": "string"
}, - "savingsAccount": {
- "href": "string"
}, - "loanAccount": {
- "href": "string"
}, - "balances": {
- "href": "string"
}, - "transactions": {
- "href": "string"
}, - "cardAccount": {
- "href": "string"
}, - "cardTransactions": {
- "href": "string"
}, - "transactionDetails": {
- "href": "string"
}, - "ibanCheck": {
- "href": "string"
}, - "paymentInitiation": {
- "href": "string"
}, - "securitiesAccount": {
- "href": "string"
}, - "positions": {
- "href": "string"
}, - "orders": {
- "href": "string"
}, - "orderDetails": {
- "href": "string"
}, - "relatedOrders": [
- {
- "href": "string"
}
], - "relatedTransactions": [
- {
- "href": "string"
}
], - "subscription": {
- "href": "string"
}, - "entryStatusRevoked": [
- {
- "href": "string"
}
], - "first": {
- "href": "string"
}, - "next": {
- "href": "string"
}, - "previous": {
- "href": "string"
}, - "last": {
- "href": "string"
}, - "download": {
- "href": "string"
}, - "confirmInitiation": {
- "href": "string"
}, - "aspspParameters": {
- "href": "string"
}, - "aspspContacts": {
- "href": "string"
}, - "aspspDowntimes": {
- "href": "string"
}, - "onboardings": {
- "href": "string"
}, - "readConditions": {
- "href": "string"
}, - "confirmConditions": {
- "href": "string"
}
}
}
], - "_links": {
- "scaRedirect": {
- "href": "string"
}, - "scaOAuth": {
- "href": "string"
}, - "confirmation": {
- "href": "string"
}, - "creditorNameConfirmation": {
- "href": "string"
}, - "startAuthorisation": {
- "href": "string"
}, - "startAuthorisationWithPsuIdentification": {
- "href": "string"
}, - "updatePsuIdentification": {
- "href": "string"
}, - "startAuthorisationWithProprietaryData": {
- "href": "string"
}, - "updateProprietaryData": {
- "href": "string"
}, - "startAuthorisationWithPsuAuthentication": {
- "href": "string"
}, - "updatePsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithEncryptedPsuAuthentication": {
- "href": "string"
}, - "updateEncryptedPsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithAuthenticationMethodSelection": {
- "href": "string"
}, - "selectAuthenticationMethod": {
- "href": "string"
}, - "startAuthorisationWithTransactionAuthorisation": {
- "href": "string"
}, - "authoriseTransaction": {
- "href": "string"
}, - "updateResourceByDebtorAccountResource": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "status": {
- "href": "string"
}, - "transactionfees": {
- "href": "string"
}, - "scaStatus": {
- "href": "string"
}, - "account": {
- "href": "string"
}, - "savingsAccount": {
- "href": "string"
}, - "loanAccount": {
- "href": "string"
}, - "balances": {
- "href": "string"
}, - "transactions": {
- "href": "string"
}, - "cardAccount": {
- "href": "string"
}, - "cardTransactions": {
- "href": "string"
}, - "transactionDetails": {
- "href": "string"
}, - "ibanCheck": {
- "href": "string"
}, - "paymentInitiation": {
- "href": "string"
}, - "securitiesAccount": {
- "href": "string"
}, - "positions": {
- "href": "string"
}, - "orders": {
- "href": "string"
}, - "orderDetails": {
- "href": "string"
}, - "relatedOrders": [
- {
- "href": "string"
}
], - "relatedTransactions": [
- {
- "href": "string"
}
], - "subscription": {
- "href": "string"
}, - "entryStatusRevoked": [
- {
- "href": "string"
}
], - "first": {
- "href": "string"
}, - "next": {
- "href": "string"
}, - "previous": {
- "href": "string"
}, - "last": {
- "href": "string"
}, - "download": {
- "href": "string"
}, - "confirmInitiation": {
- "href": "string"
}, - "aspspParameters": {
- "href": "string"
}, - "aspspContacts": {
- "href": "string"
}, - "aspspDowntimes": {
- "href": "string"
}, - "onboardings": {
- "href": "string"
}, - "readConditions": {
- "href": "string"
}, - "confirmConditions": {
- "href": "string"
}
}
}, - "balances": [
- {
- "balanceAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "balanceType": "closingBooked",
- "creditLimitIncluded": true,
- "lastChangeDateTime": "2020-01-01T13:00:00.999-01:00",
- "referenceDate": "2020-01-01",
- "lastCommittedTransaction": "Text, maximum of 35 characters."
}
], - "_links": {
- "download": {
- "href": "string"
}, - "property1": {
- "href": "string"
}, - "property2": {
- "href": "string"
}
}
}Read Transaction Details
Reads transaction details from a given transaction addressed by "transactionId" on a given account addressed by "account-id". This call is only available on transactions as reported in a JSON format. See "XS2A API as PSD2 Interface Implementation Guidelines ", section "Read Transaction Details".
Authorizations:
path Parameters
| account-id required | string (Max70Text) <= 70 characters Example: Text, maximum of 70 characters. This identification is denoting the addressed (card) account. The account-id is retrieved by using a "Read Account List" or "Read Card 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. |
| transactionId required | string (Max70Text) <= 70 characters Example: 3dc3d5b3-7023-4848-9853-f5400a64e80f This identification is given by the attribute transactionId of the corresponding entry of a transaction list. |
header Parameters
| Digest | string Example: SHA-256=hl1/Eps8BEQW58FJhDApwJXjGY4nr1ArGDHIT25vq6A= When API Client include a signature according to this signature profile, they also must include a "Digest" header as defined in [RFC3230]. The "Digest" Header contains a Hash of the message body. If the message does not contain a body, the "Digest" header must contain the hash of an empty byte list. The only hash algorithms that may be used to calculate the Digest within the context of this specification are SHA-256 and SHA-512 as defined in [RFC5843]. |
| x-jws-signature | string Example: eyJiNjQiOmZhbHNlLCJ4NXQjUzI1NiI6ImR5dFBwU2tKWXpoVGRQWFNXUDdqaFhnRzRrQ09XSVdHaWVzZHprdk5MelkiLCJjcml0IjpbInNpZ1QiLCJzaWdEIiwiYjY0Il0sInNpZ1QiOiIyMDIwLTEwLTI2VDExOjI2OjU3WiIsInNpZ0QiOnsicGFycyI6WyJ4LXJlcXVlc3QtaWQiLCJkaWdlc3QiXSwibUlkIjoiaHR0cDovL3VyaS5ldHNpLm9yZy8xOTE4Mi9IdHRwSGVhZGVycyJ9LCJhbGciOiJSUzI1NiJ9..NuGglWBtHcXavob2ZmW-PoSpMmhJS9U6z8zPqHFoE97vHI3z8wtaVdbwsj5WzgPjtVWUUnk8cxP4JjLXdwzwhhHB2uJ5FI4ZZGdSQQw-9pXPUx3cCJSzHmrgkJ-di-A4 The attribute x-jws-signature contains the JSON Web Signature. |
| X-Request-ID required | string <uuid> Example: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721 ID of the request, unique to the call, as determined by the initiating party. |
| PSU-IP-Address | string <ipv4> Example: 192.168.8.78 The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. Conditions will be defined within service specifications, If applicable. |
| Consent-ID required | string (Max70Text) <= 70 characters Example: 123cons456 This then contains the consentId of the related AIS consent, which was performed prior to this payment initiation. |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 405
- 409
{- "transactionDetails": {
- "transactionId": "string",
- "entryReference": "Text, maximum of 35 characters.",
- "batchIndicator": true,
- "batchNumberOfTransactions": 0,
- "references": {
- "accountServicerReference": "Text, maximum of 35 characters.",
- "instructionId": "Text, maximum of 35 characters.",
- "endToEndId": "Text, maximum of 35 characters.",
- "uetr": "99435c7e-ad88-49ec-a2ad-99ddcb1f5555",
- "mandateId": "Text, maximum of 35 characters.",
- "checkNumber": "Text, maximum of 35 characters."
}, - "localInstrumentCode": "CORE",
- "localInstrumentProprietary": "Text, maximum of 35 characters.",
- "bookingDate": "2020-01-01",
- "valueDate": "2020-01-01",
- "transactionAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "currencyExchange": [
- {
- "sourceCurrency": "EUR",
- "exchangeRate": "string",
- "unitCurrency": "EUR",
- "targetCurrency": "EUR",
- "quotationDate": "2020-01-01",
- "contractIdentification": "Text, maximum of 35 characters."
}
], - "amountDetails": {
- "instructedAmount": {
- "currency": "DKK",
- "amount": "123.50",
- "sourceCurrency": "DKK",
- "targetCurrency": "EUR",
- "exchangeRate": "7.47"
}, - "transactionAmount": {
- "currency": "EUR",
- "amount": "16.53",
- "sourceCurrency": "DKK",
- "targetCurrency": "EUR",
- "exchangeRate": "7.60"
}
}, - "interbankSettlementDate": "2020-01-01",
- "cardTransaction": {
- "paymentContext": {
- "cardPresent": true,
- "cardDataEntryMode": "ECTL"
}, - "sequenceNumber": "Text, maximum of 35 characters.",
- "transactionDateTime": "2020-01-01T13:00:00.999-01:00",
- "poiId": "Text, maximum of 35 characters.",
- "authorisationCode": "8CHR8CHR",
- "saleReferenceId": "Text, maximum of 35 characters.",
- "transactionType": "ECTL"
}, - "creditor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "creditorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "creditorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateCreditor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}
}, - "debtor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "debtorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "debtorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateDebtor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}
}, - "remittanceInformationUnstructured": [
- "Text, maximum of 140 characters."
], - "remittanceInformationStructured": [
- {
- "referredDocumentInformation": {
- "typeCode": "PUOR",
- "typeProprietary": "Text, maximum of 35 characters.",
- "typeIssuer": "Text, maximum of 35 characters.",
- "number": "Text, maximum of 35 characters.",
- "relatedDate": "2020-01-01"
}, - "creditorReferenceInformation": {
- "reference": "Text, maximum of 35 characters.",
- "referenceTypeCode": "PUOR",
- "referenceTypeProprietary": "Text, maximum of 35 characters.",
- "referenceIssuer": "Text, maximum of 35 characters."
}, - "additionalRemittanceInformation": [
- "Text, maximum of 140 characters."
]
}
], - "entryDetails": [
- {
- "references": {
- "accountServicerReference": "Text, maximum of 35 characters.",
- "instructionId": "Text, maximum of 35 characters.",
- "endToEndId": "Text, maximum of 35 characters.",
- "uetr": "99435c7e-ad88-49ec-a2ad-99ddcb1f5555",
- "mandateId": "Text, maximum of 35 characters.",
- "checkNumber": "Text, maximum of 35 characters."
}, - "creditor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "transactionAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "currencyExchange": [
- {
- "sourceCurrency": "EUR",
- "exchangeRate": "string",
- "unitCurrency": "EUR",
- "targetCurrency": "EUR",
- "quotationDate": "2020-01-01",
- "contractIdentification": "Text, maximum of 35 characters."
}
], - "creditorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "creditorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateCreditor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}
}, - "debtor": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}, - "additionalPartyInformation": {
- "tradeName": "Text, maximum of 70 characters.",
- "merchantCategoryCode": "stri",
- "logoURL": "Text, maximum of 2048 characters.",
- "geoLocation": "GEO:52.506931;13.144558"
}
}, - "debtorAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "debtorAgent": {
- "financialInstitutionId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "ultimateDebtor": {
- "name": "Text, maximum of 140 characters.",
- "identification": {
- "organisationId": {
- "anyBIC": "ECBFDEFFFIM",
- "lei": "549300DTUYXVMJXZNY75",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "BOID",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}, - "privateId": {
- "birthDate": "2020-01-01",
- "provinceOfBirth": "Text, maximum of 35 characters.",
- "cityOfBirth": "Text, maximum of 35 characters.",
- "countryOfBirth": "SE",
- "others": [
- {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "NIDN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
]
}
}
}, - "remittanceInformationUnstructured": [
- "Text, maximum of 140 characters."
], - "remittanceInformationStructured": [
- {
- "referredDocumentInformation": {
- "typeCode": "PUOR",
- "typeProprietary": "Text, maximum of 35 characters.",
- "typeIssuer": "Text, maximum of 35 characters.",
- "number": "Text, maximum of 35 characters.",
- "relatedDate": "2020-01-01"
}, - "creditorReferenceInformation": {
- "reference": "Text, maximum of 35 characters.",
- "referenceTypeCode": "PUOR",
- "referenceTypeProprietary": "Text, maximum of 35 characters.",
- "referenceIssuer": "Text, maximum of 35 characters."
}, - "additionalRemittanceInformation": [
- "Text, maximum of 140 characters."
]
}
], - "purposeCode": "OTHR"
}
], - "additionalTransactionInformation": "Text, maximum of 500 characters.",
- "additionalInformationStructured": {
- "standingOrderDetails": {
- "startDate": "2020-01-01",
- "startDateTime": "2020-01-01T13:00:00.999-01:00",
- "endDate": "2020-01-01",
- "endDateTime": "2020-01-01T13:00:00.999-01:00",
- "executionRule": "string",
- "withinAMonthFlag": true,
- "frequency": "Monthly",
- "monthsOfExecution": [
- "2C"
], - "multiplicator": 0,
- "dayOfExecution": "2C",
- "limitAmount": {
- "currency": "EUR",
- "amount": "string"
}
}, - "rtpDetails": {
- "paymentConditions": {
- "amountModificationAllowed": true,
- "earlyPaymentAllowed": true
}, - "creationDateTime": "2020-01-01T13:00:00.999-01:00",
- "requestedExpiryDateTime": "2020-01-01T13:00:00.999-01:00",
- "originatorPspId": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}
}, - "additionalTransactionInformationStructured": {
- "transactionStatus": "ACCC",
- "transactionCreated": {
- "user": "Text, maximum of 70 characters.",
- "dateTime": "2020-01-01T13:00:00.999-01:00"
}, - "transactionAuthorised": [
- {
- "user": "Text, maximum of 70 characters.",
- "dateTime": "2020-01-01T13:00:00.999-01:00"
}
], - "transactionCancelled": [
- {
- "user": "Text, maximum of 70 characters.",
- "dateTime": "2020-01-01T13:00:00.999-01:00"
}
]
}, - "purposeCode": "OTHR",
- "bankTransactionCode": "PMNT-RDDT-ESDD",
- "bankTransactionCodeProprietary": "Text, maximum of 35 characters.",
- "balanceAfterTransaction": {
- "balanceAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "balanceType": "closingBooked",
- "creditLimitIncluded": true,
- "lastChangeDateTime": "2020-01-01T13:00:00.999-01:00",
- "referenceDate": "2020-01-01",
- "lastCommittedTransaction": "Text, maximum of 35 characters."
}, - "_links": {
- "scaRedirect": {
- "href": "string"
}, - "scaOAuth": {
- "href": "string"
}, - "confirmation": {
- "href": "string"
}, - "creditorNameConfirmation": {
- "href": "string"
}, - "startAuthorisation": {
- "href": "string"
}, - "startAuthorisationWithPsuIdentification": {
- "href": "string"
}, - "updatePsuIdentification": {
- "href": "string"
}, - "startAuthorisationWithProprietaryData": {
- "href": "string"
}, - "updateProprietaryData": {
- "href": "string"
}, - "startAuthorisationWithPsuAuthentication": {
- "href": "string"
}, - "updatePsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithEncryptedPsuAuthentication": {
- "href": "string"
}, - "updateEncryptedPsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithAuthenticationMethodSelection": {
- "href": "string"
}, - "selectAuthenticationMethod": {
- "href": "string"
}, - "startAuthorisationWithTransactionAuthorisation": {
- "href": "string"
}, - "authoriseTransaction": {
- "href": "string"
}, - "updateResourceByDebtorAccountResource": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "status": {
- "href": "string"
}, - "transactionfees": {
- "href": "string"
}, - "scaStatus": {
- "href": "string"
}, - "account": {
- "href": "string"
}, - "savingsAccount": {
- "href": "string"
}, - "loanAccount": {
- "href": "string"
}, - "balances": {
- "href": "string"
}, - "transactions": {
- "href": "string"
}, - "cardAccount": {
- "href": "string"
}, - "cardTransactions": {
- "href": "string"
}, - "transactionDetails": {
- "href": "string"
}, - "ibanCheck": {
- "href": "string"
}, - "paymentInitiation": {
- "href": "string"
}, - "securitiesAccount": {
- "href": "string"
}, - "positions": {
- "href": "string"
}, - "orders": {
- "href": "string"
}, - "orderDetails": {
- "href": "string"
}, - "relatedOrders": [
- {
- "href": "string"
}
], - "relatedTransactions": [
- {
- "href": "string"
}
], - "subscription": {
- "href": "string"
}, - "entryStatusRevoked": [
- {
- "href": "string"
}
], - "first": {
- "href": "string"
}, - "next": {
- "href": "string"
}, - "previous": {
- "href": "string"
}, - "last": {
- "href": "string"
}, - "download": {
- "href": "string"
}, - "confirmInitiation": {
- "href": "string"
}, - "aspspParameters": {
- "href": "string"
}, - "aspspContacts": {
- "href": "string"
}, - "aspspDowntimes": {
- "href": "string"
}, - "onboardings": {
- "href": "string"
}, - "readConditions": {
- "href": "string"
}, - "confirmConditions": {
- "href": "string"
}
}
}
}Read Card Account List
Reads a list of card reconciliation accounts with additional information, e.g. balance information. See "XS2A API as PSD2 Interface Implementation Guidelines ", section "Read Card Account List".
Authorizations:
header Parameters
| Digest | string Example: SHA-256=hl1/Eps8BEQW58FJhDApwJXjGY4nr1ArGDHIT25vq6A= When API Client include a signature according to this signature profile, they also must include a "Digest" header as defined in [RFC3230]. The "Digest" Header contains a Hash of the message body. If the message does not contain a body, the "Digest" header must contain the hash of an empty byte list. The only hash algorithms that may be used to calculate the Digest within the context of this specification are SHA-256 and SHA-512 as defined in [RFC5843]. |
| x-jws-signature | string Example: eyJiNjQiOmZhbHNlLCJ4NXQjUzI1NiI6ImR5dFBwU2tKWXpoVGRQWFNXUDdqaFhnRzRrQ09XSVdHaWVzZHprdk5MelkiLCJjcml0IjpbInNpZ1QiLCJzaWdEIiwiYjY0Il0sInNpZ1QiOiIyMDIwLTEwLTI2VDExOjI2OjU3WiIsInNpZ0QiOnsicGFycyI6WyJ4LXJlcXVlc3QtaWQiLCJkaWdlc3QiXSwibUlkIjoiaHR0cDovL3VyaS5ldHNpLm9yZy8xOTE4Mi9IdHRwSGVhZGVycyJ9LCJhbGciOiJSUzI1NiJ9..NuGglWBtHcXavob2ZmW-PoSpMmhJS9U6z8zPqHFoE97vHI3z8wtaVdbwsj5WzgPjtVWUUnk8cxP4JjLXdwzwhhHB2uJ5FI4ZZGdSQQw-9pXPUx3cCJSzHmrgkJ-di-A4 The attribute x-jws-signature contains the JSON Web Signature. |
| X-Request-ID required | string <uuid> Example: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721 ID of the request, unique to the call, as determined by the initiating party. |
| PSU-IP-Address | string <ipv4> Example: 192.168.8.78 The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. Conditions will be defined within service specifications, If applicable. |
| Consent-ID required | string (Max70Text) <= 70 characters Example: 123cons456 This then contains the consentId of the related AIS consent, which was performed prior to this payment initiation. |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 405
- 409
{- "cardAccounts": [
- {
- "resourceId": "string",
- "maskedPan": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "ownerName": "Text, maximum of 140 characters.",
- "name": "Text, maximum of 70 characters.",
- "displayName": "Text, maximum of 70 characters.",
- "product": "Text, maximum of 35 characters.",
- "debitAccounting": true,
- "status": "string",
- "usage": "Text, maximum of 140 characters.",
- "details": "Text, maximum of 1000 characters.",
- "creditLimit": {
- "currency": "EUR",
- "amount": "string"
}, - "balances": [
- {
- "balanceAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "balanceType": "closingBooked",
- "creditLimitIncluded": true,
- "lastChangeDateTime": "2020-01-01T13:00:00.999-01:00",
- "referenceDate": "2020-01-01",
- "lastCommittedTransaction": "Text, maximum of 35 characters."
}
], - "_links": {
- "scaRedirect": {
- "href": "string"
}, - "scaOAuth": {
- "href": "string"
}, - "confirmation": {
- "href": "string"
}, - "creditorNameConfirmation": {
- "href": "string"
}, - "startAuthorisation": {
- "href": "string"
}, - "startAuthorisationWithPsuIdentification": {
- "href": "string"
}, - "updatePsuIdentification": {
- "href": "string"
}, - "startAuthorisationWithProprietaryData": {
- "href": "string"
}, - "updateProprietaryData": {
- "href": "string"
}, - "startAuthorisationWithPsuAuthentication": {
- "href": "string"
}, - "updatePsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithEncryptedPsuAuthentication": {
- "href": "string"
}, - "updateEncryptedPsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithAuthenticationMethodSelection": {
- "href": "string"
}, - "selectAuthenticationMethod": {
- "href": "string"
}, - "startAuthorisationWithTransactionAuthorisation": {
- "href": "string"
}, - "authoriseTransaction": {
- "href": "string"
}, - "updateResourceByDebtorAccountResource": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "status": {
- "href": "string"
}, - "transactionfees": {
- "href": "string"
}, - "scaStatus": {
- "href": "string"
}, - "account": {
- "href": "string"
}, - "savingsAccount": {
- "href": "string"
}, - "loanAccount": {
- "href": "string"
}, - "balances": {
- "href": "string"
}, - "transactions": {
- "href": "string"
}, - "cardAccount": {
- "href": "string"
}, - "cardTransactions": {
- "href": "string"
}, - "transactionDetails": {
- "href": "string"
}, - "ibanCheck": {
- "href": "string"
}, - "paymentInitiation": {
- "href": "string"
}, - "securitiesAccount": {
- "href": "string"
}, - "positions": {
- "href": "string"
}, - "orders": {
- "href": "string"
}, - "orderDetails": {
- "href": "string"
}, - "relatedOrders": [
- {
- "href": "string"
}
], - "relatedTransactions": [
- {
- "href": "string"
}
], - "subscription": {
- "href": "string"
}, - "entryStatusRevoked": [
- {
- "href": "string"
}
], - "first": {
- "href": "string"
}, - "next": {
- "href": "string"
}, - "previous": {
- "href": "string"
}, - "last": {
- "href": "string"
}, - "download": {
- "href": "string"
}, - "confirmInitiation": {
- "href": "string"
}, - "aspspParameters": {
- "href": "string"
}, - "aspspContacts": {
- "href": "string"
}, - "aspspDowntimes": {
- "href": "string"
}, - "onboardings": {
- "href": "string"
}, - "readConditions": {
- "href": "string"
}, - "confirmConditions": {
- "href": "string"
}
}
}
]
}Read Card Account Details
Reads details about a card reconciliation account. See "XS2A API as PSD2 Interface Implementation Guidelines ", section "Read Card Account Details".
Authorizations:
path Parameters
| account-id required | string (Max70Text) <= 70 characters Example: Text, maximum of 70 characters. This identification is denoting the addressed (card) account. The account-id is retrieved by using a "Read Account List" or "Read Card 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. |
header Parameters
| Digest | string Example: SHA-256=hl1/Eps8BEQW58FJhDApwJXjGY4nr1ArGDHIT25vq6A= When API Client include a signature according to this signature profile, they also must include a "Digest" header as defined in [RFC3230]. The "Digest" Header contains a Hash of the message body. If the message does not contain a body, the "Digest" header must contain the hash of an empty byte list. The only hash algorithms that may be used to calculate the Digest within the context of this specification are SHA-256 and SHA-512 as defined in [RFC5843]. |
| x-jws-signature | string Example: eyJiNjQiOmZhbHNlLCJ4NXQjUzI1NiI6ImR5dFBwU2tKWXpoVGRQWFNXUDdqaFhnRzRrQ09XSVdHaWVzZHprdk5MelkiLCJjcml0IjpbInNpZ1QiLCJzaWdEIiwiYjY0Il0sInNpZ1QiOiIyMDIwLTEwLTI2VDExOjI2OjU3WiIsInNpZ0QiOnsicGFycyI6WyJ4LXJlcXVlc3QtaWQiLCJkaWdlc3QiXSwibUlkIjoiaHR0cDovL3VyaS5ldHNpLm9yZy8xOTE4Mi9IdHRwSGVhZGVycyJ9LCJhbGciOiJSUzI1NiJ9..NuGglWBtHcXavob2ZmW-PoSpMmhJS9U6z8zPqHFoE97vHI3z8wtaVdbwsj5WzgPjtVWUUnk8cxP4JjLXdwzwhhHB2uJ5FI4ZZGdSQQw-9pXPUx3cCJSzHmrgkJ-di-A4 The attribute x-jws-signature contains the JSON Web Signature. |
| X-Request-ID required | string <uuid> Example: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721 ID of the request, unique to the call, as determined by the initiating party. |
| PSU-IP-Address | string <ipv4> Example: 192.168.8.78 The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. Conditions will be defined within service specifications, If applicable. |
| Consent-ID required | string (Max70Text) <= 70 characters Example: 123cons456 This then contains the consentId of the related AIS consent, which was performed prior to this payment initiation. |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 405
- 409
{- "cardAccount": {
- "resourceId": "string",
- "maskedPan": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "ownerName": "Text, maximum of 140 characters.",
- "name": "Text, maximum of 70 characters.",
- "displayName": "Text, maximum of 70 characters.",
- "product": "Text, maximum of 35 characters.",
- "debitAccounting": true,
- "status": "string",
- "usage": "Text, maximum of 140 characters.",
- "details": "Text, maximum of 1000 characters.",
- "creditLimit": {
- "currency": "EUR",
- "amount": "string"
}, - "balances": [
- {
- "balanceAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "balanceType": "closingBooked",
- "creditLimitIncluded": true,
- "lastChangeDateTime": "2020-01-01T13:00:00.999-01:00",
- "referenceDate": "2020-01-01",
- "lastCommittedTransaction": "Text, maximum of 35 characters."
}
], - "_links": {
- "scaRedirect": {
- "href": "string"
}, - "scaOAuth": {
- "href": "string"
}, - "confirmation": {
- "href": "string"
}, - "creditorNameConfirmation": {
- "href": "string"
}, - "startAuthorisation": {
- "href": "string"
}, - "startAuthorisationWithPsuIdentification": {
- "href": "string"
}, - "updatePsuIdentification": {
- "href": "string"
}, - "startAuthorisationWithProprietaryData": {
- "href": "string"
}, - "updateProprietaryData": {
- "href": "string"
}, - "startAuthorisationWithPsuAuthentication": {
- "href": "string"
}, - "updatePsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithEncryptedPsuAuthentication": {
- "href": "string"
}, - "updateEncryptedPsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithAuthenticationMethodSelection": {
- "href": "string"
}, - "selectAuthenticationMethod": {
- "href": "string"
}, - "startAuthorisationWithTransactionAuthorisation": {
- "href": "string"
}, - "authoriseTransaction": {
- "href": "string"
}, - "updateResourceByDebtorAccountResource": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "status": {
- "href": "string"
}, - "transactionfees": {
- "href": "string"
}, - "scaStatus": {
- "href": "string"
}, - "account": {
- "href": "string"
}, - "savingsAccount": {
- "href": "string"
}, - "loanAccount": {
- "href": "string"
}, - "balances": {
- "href": "string"
}, - "transactions": {
- "href": "string"
}, - "cardAccount": {
- "href": "string"
}, - "cardTransactions": {
- "href": "string"
}, - "transactionDetails": {
- "href": "string"
}, - "ibanCheck": {
- "href": "string"
}, - "paymentInitiation": {
- "href": "string"
}, - "securitiesAccount": {
- "href": "string"
}, - "positions": {
- "href": "string"
}, - "orders": {
- "href": "string"
}, - "orderDetails": {
- "href": "string"
}, - "relatedOrders": [
- {
- "href": "string"
}
], - "relatedTransactions": [
- {
- "href": "string"
}
], - "subscription": {
- "href": "string"
}, - "entryStatusRevoked": [
- {
- "href": "string"
}
], - "first": {
- "href": "string"
}, - "next": {
- "href": "string"
}, - "previous": {
- "href": "string"
}, - "last": {
- "href": "string"
}, - "download": {
- "href": "string"
}, - "confirmInitiation": {
- "href": "string"
}, - "aspspParameters": {
- "href": "string"
}, - "aspspContacts": {
- "href": "string"
}, - "aspspDowntimes": {
- "href": "string"
}, - "onboardings": {
- "href": "string"
}, - "readConditions": {
- "href": "string"
}, - "confirmConditions": {
- "href": "string"
}
}
}
}Read Card Account Balance
Reads balance data from a given card reconciliation account addressed by "account-id". See "XS2A API as PSD2 Interface Implementation Guidelines ", section "Read Card Account Balance".
Authorizations:
path Parameters
| account-id required | string (Max70Text) <= 70 characters Example: Text, maximum of 70 characters. This identification is denoting the addressed (card) account. The account-id is retrieved by using a "Read Account List" or "Read Card 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. |
header Parameters
| Digest | string Example: SHA-256=hl1/Eps8BEQW58FJhDApwJXjGY4nr1ArGDHIT25vq6A= When API Client include a signature according to this signature profile, they also must include a "Digest" header as defined in [RFC3230]. The "Digest" Header contains a Hash of the message body. If the message does not contain a body, the "Digest" header must contain the hash of an empty byte list. The only hash algorithms that may be used to calculate the Digest within the context of this specification are SHA-256 and SHA-512 as defined in [RFC5843]. |
| x-jws-signature | string Example: eyJiNjQiOmZhbHNlLCJ4NXQjUzI1NiI6ImR5dFBwU2tKWXpoVGRQWFNXUDdqaFhnRzRrQ09XSVdHaWVzZHprdk5MelkiLCJjcml0IjpbInNpZ1QiLCJzaWdEIiwiYjY0Il0sInNpZ1QiOiIyMDIwLTEwLTI2VDExOjI2OjU3WiIsInNpZ0QiOnsicGFycyI6WyJ4LXJlcXVlc3QtaWQiLCJkaWdlc3QiXSwibUlkIjoiaHR0cDovL3VyaS5ldHNpLm9yZy8xOTE4Mi9IdHRwSGVhZGVycyJ9LCJhbGciOiJSUzI1NiJ9..NuGglWBtHcXavob2ZmW-PoSpMmhJS9U6z8zPqHFoE97vHI3z8wtaVdbwsj5WzgPjtVWUUnk8cxP4JjLXdwzwhhHB2uJ5FI4ZZGdSQQw-9pXPUx3cCJSzHmrgkJ-di-A4 The attribute x-jws-signature contains the JSON Web Signature. |
| X-Request-ID required | string <uuid> Example: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721 ID of the request, unique to the call, as determined by the initiating party. |
| PSU-IP-Address | string <ipv4> Example: 192.168.8.78 The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. Conditions will be defined within service specifications, If applicable. |
| Consent-ID required | string (Max70Text) <= 70 characters Example: 123cons456 This then contains the consentId of the related AIS consent, which was performed prior to this payment initiation. |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 405
- 409
{- "cardAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "debitAccounting": true,
- "balances": [
- {
- "balanceAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "balanceType": "closingBooked",
- "creditLimitIncluded": true,
- "lastChangeDateTime": "2020-01-01T13:00:00.999-01:00",
- "referenceDate": "2020-01-01",
- "lastCommittedTransaction": "Text, maximum of 35 characters."
}
]
}Read Card Account Transaction List
Reads account data from a given card reconciliation account addressed by "account-id". See "XS2A API as PSD2 Interface Implementation Guidelines ", section "Read Card Account Transaction List".
Authorizations:
path Parameters
| account-id required | string (Max70Text) <= 70 characters Example: Text, maximum of 70 characters. This identification is denoting the addressed (card) account. The account-id is retrieved by using a "Read Account List" or "Read Card 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. |
query Parameters
| dateFrom | string <date> (ISODate) Example: dateFrom=2020-01-01 Conditional: Starting date (inclusive the date dateFrom) of the transaction list, mandated if no delta access is required and if bookingStatus does not equal "information". For booked transactions, the relevant date is the booking date. For pending transactions, the relevant date is the entry date, which may not be transparent neither in this API nor other channels of the ASPSP. |
| dateTo | string <date> (ISODate) Example: dateTo=2020-01-01 End date (inclusive the data dateTo) of the transaction list, default is "now" if not given. Might be ignored if a delta function is used. For booked transactions, the relevant date is the booking date. For pending transactions, the relevant date is the entry date, which may not be transparent neither in this API nor other channels of the ASPSP. |
| bookingStatus required | string Enum: "booked" "pending" "both" Example: bookingStatus=booked Permitted codes are
|
| deltaList | boolean Example: deltaList=true This data attribute is indicating that the AISP is in favour to get all transactions after the last report access for this PSU on the addressed account. This is another implementation of a delta access-report. This delta indicator might be rejected by the ASPSP if this function is not supported. Optional if supported by API provider |
| cardBrand | string (Max35Text) <= 35 characters Example: cardBrand=Text, maximum of 35 characters. This attribute filters transactions according to their corresponding card brand. Only to be supported in a scenario, where this is used as statements e.g. of card acquirers towards merchants.. |
header Parameters
| Digest | string Example: SHA-256=hl1/Eps8BEQW58FJhDApwJXjGY4nr1ArGDHIT25vq6A= When API Client include a signature according to this signature profile, they also must include a "Digest" header as defined in [RFC3230]. The "Digest" Header contains a Hash of the message body. If the message does not contain a body, the "Digest" header must contain the hash of an empty byte list. The only hash algorithms that may be used to calculate the Digest within the context of this specification are SHA-256 and SHA-512 as defined in [RFC5843]. |
| x-jws-signature | string Example: eyJiNjQiOmZhbHNlLCJ4NXQjUzI1NiI6ImR5dFBwU2tKWXpoVGRQWFNXUDdqaFhnRzRrQ09XSVdHaWVzZHprdk5MelkiLCJjcml0IjpbInNpZ1QiLCJzaWdEIiwiYjY0Il0sInNpZ1QiOiIyMDIwLTEwLTI2VDExOjI2OjU3WiIsInNpZ0QiOnsicGFycyI6WyJ4LXJlcXVlc3QtaWQiLCJkaWdlc3QiXSwibUlkIjoiaHR0cDovL3VyaS5ldHNpLm9yZy8xOTE4Mi9IdHRwSGVhZGVycyJ9LCJhbGciOiJSUzI1NiJ9..NuGglWBtHcXavob2ZmW-PoSpMmhJS9U6z8zPqHFoE97vHI3z8wtaVdbwsj5WzgPjtVWUUnk8cxP4JjLXdwzwhhHB2uJ5FI4ZZGdSQQw-9pXPUx3cCJSzHmrgkJ-di-A4 The attribute x-jws-signature contains the JSON Web Signature. |
| X-Request-ID required | string <uuid> Example: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721 ID of the request, unique to the call, as determined by the initiating party. |
| PSU-IP-Address | string <ipv4> Example: 192.168.8.78 The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP. Conditions will be defined within service specifications, If applicable. |
| Consent-ID required | string (Max70Text) <= 70 characters Example: 123cons456 This then contains the consentId of the related AIS consent, which was performed prior to this payment initiation. |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 405
- 409
{- "cardAccount": {
- "iban": "FR7612345987650123456789014",
- "bban": "BARC12345612345678",
- "pan": "Text, maximum of 35 characters.",
- "maskedPan": "Text, maximum of 35 characters.",
- "msisdn": "Text, maximum of 35 characters.",
- "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "AIIN",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}, - "typeCode": "CACC",
- "typeProprietary": "Text, maximum of 35 characters.",
- "currency": "EUR",
- "proxy": {
- "typeCode": "EMAL",
- "typeProprietary": "Text, maximum of 35 characters.",
- "identification": "Text, maximum of 2048 characters."
}, - "name": "Text, maximum of 70 characters.",
- "owner": {
- "name": "Text, maximum of 140 characters.",
- "postaladdress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}
}, - "servicer": {
- "bicfi": "ECBFDEFFFIM",
- "clearingSystemMemberId": {
- "memberId": "Text, maximum of 35 characters.",
- "clearingSystemIdentificationCode": "DEBLZ",
- "clearingSystemIdentificationProprietary": "Text, maximum of 35 characters."
}, - "name": "Text, maximum of 140 characters.",
- "postalAddress": {
- "addressLines": [
- "Text, maximum of 140 characters."
], - "department": "Text, maximum of 70 characters.",
- "subDepartment": "Text, maximum of 70 characters.",
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "16 Chars at most",
- "buildingName": "Text, maximum of 35 characters.",
- "floor": "Text, maximum of 70 characters.",
- "postBox": "16 Chars at most",
- "room": "Text, maximum of 70 characters.",
- "postCode": "16 Chars at most",
- "townName": "Text, maximum of 35 characters.",
- "townLocationName": "Text, maximum of 35 characters.",
- "districtName": "Text, maximum of 35 characters.",
- "countrySubDivision": "Text, maximum of 35 characters.",
- "country": "SE"
}, - "other": {
- "identification": "Text, maximum of 35 characters.",
- "schemeNameCode": "string",
- "schemeNameProprietary": "Text, maximum of 35 characters.",
- "issuer": "Text, maximum of 35 characters."
}
}
}, - "debitAccounting": true,
- "cardTransactions": {
- "booked": [
- {
- "cardTransactionId": "Text, maximum of 35 characters.",
- "terminalId": "Text, maximum of 35 characters.",
- "transactionDate": "2020-01-01",
- "acceptorTransactionDateTime": "2020-01-01T13:00:00.999-01:00",
- "bookingDate": "2020-01-01",
- "valueDate": "2020-01-01",
- "transactionAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "grandTotalAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "currencyExchange": [
- {
- "sourceCurrency": "EUR",
- "exchangeRate": "string",
- "unitCurrency": "EUR",
- "targetCurrency": "EUR",
- "quotationDate": "2020-01-01",
- "contractIdentification": "Text, maximum of 35 characters."
}
], - "originalAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "markupFee": {
- "currency": "EUR",
- "amount": "string"
}, - "markupFeePercentage": "string",
- "cardAcceptorId": "Text, maximum of 35 characters.",
- "cardAcceptorName": "Text, maximum of 70 characters.",
- "cardAcceptorAddress": {
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "string",
- "townName": "string",
- "postCode": "string",
- "country": "SE"
}, - "cardAcceptorPhone": "+44-113-496-0000",
- "merchantCategoryCode": "stri",
- "maskedPAN": "Text, maximum of 35 characters.",
- "transactionDetails": "Text, maximum of 1000 characters.",
- "invoiced": true,
- "proprietaryBankTransactionCode": "Text, maximum of 35 characters."
}
], - "pending": [
- {
- "cardTransactionId": "Text, maximum of 35 characters.",
- "terminalId": "Text, maximum of 35 characters.",
- "transactionDate": "2020-01-01",
- "acceptorTransactionDateTime": "2020-01-01T13:00:00.999-01:00",
- "bookingDate": "2020-01-01",
- "valueDate": "2020-01-01",
- "transactionAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "grandTotalAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "currencyExchange": [
- {
- "sourceCurrency": "EUR",
- "exchangeRate": "string",
- "unitCurrency": "EUR",
- "targetCurrency": "EUR",
- "quotationDate": "2020-01-01",
- "contractIdentification": "Text, maximum of 35 characters."
}
], - "originalAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "markupFee": {
- "currency": "EUR",
- "amount": "string"
}, - "markupFeePercentage": "string",
- "cardAcceptorId": "Text, maximum of 35 characters.",
- "cardAcceptorName": "Text, maximum of 70 characters.",
- "cardAcceptorAddress": {
- "streetName": "Text, maximum of 70 characters.",
- "buildingNumber": "string",
- "townName": "string",
- "postCode": "string",
- "country": "SE"
}, - "cardAcceptorPhone": "+44-113-496-0000",
- "merchantCategoryCode": "stri",
- "maskedPAN": "Text, maximum of 35 characters.",
- "transactionDetails": "Text, maximum of 1000 characters.",
- "invoiced": true,
- "proprietaryBankTransactionCode": "Text, maximum of 35 characters."
}
], - "_links": {
- "scaRedirect": {
- "href": "string"
}, - "scaOAuth": {
- "href": "string"
}, - "confirmation": {
- "href": "string"
}, - "creditorNameConfirmation": {
- "href": "string"
}, - "startAuthorisation": {
- "href": "string"
}, - "startAuthorisationWithPsuIdentification": {
- "href": "string"
}, - "updatePsuIdentification": {
- "href": "string"
}, - "startAuthorisationWithProprietaryData": {
- "href": "string"
}, - "updateProprietaryData": {
- "href": "string"
}, - "startAuthorisationWithPsuAuthentication": {
- "href": "string"
}, - "updatePsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithEncryptedPsuAuthentication": {
- "href": "string"
}, - "updateEncryptedPsuAuthentication": {
- "href": "string"
}, - "startAuthorisationWithAuthenticationMethodSelection": {
- "href": "string"
}, - "selectAuthenticationMethod": {
- "href": "string"
}, - "startAuthorisationWithTransactionAuthorisation": {
- "href": "string"
}, - "authoriseTransaction": {
- "href": "string"
}, - "updateResourceByDebtorAccountResource": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "status": {
- "href": "string"
}, - "transactionfees": {
- "href": "string"
}, - "scaStatus": {
- "href": "string"
}, - "account": {
- "href": "string"
}, - "savingsAccount": {
- "href": "string"
}, - "loanAccount": {
- "href": "string"
}, - "balances": {
- "href": "string"
}, - "transactions": {
- "href": "string"
}, - "cardAccount": {
- "href": "string"
}, - "cardTransactions": {
- "href": "string"
}, - "transactionDetails": {
- "href": "string"
}, - "ibanCheck": {
- "href": "string"
}, - "paymentInitiation": {
- "href": "string"
}, - "securitiesAccount": {
- "href": "string"
}, - "positions": {
- "href": "string"
}, - "orders": {
- "href": "string"
}, - "orderDetails": {
- "href": "string"
}, - "relatedOrders": [
- {
- "href": "string"
}
], - "relatedTransactions": [
- {
- "href": "string"
}
], - "subscription": {
- "href": "string"
}, - "entryStatusRevoked": [
- {
- "href": "string"
}
], - "first": {
- "href": "string"
}, - "next": {
- "href": "string"
}, - "previous": {
- "href": "string"
}, - "last": {
- "href": "string"
}, - "download": {
- "href": "string"
}, - "confirmInitiation": {
- "href": "string"
}, - "aspspParameters": {
- "href": "string"
}, - "aspspContacts": {
- "href": "string"
}, - "aspspDowntimes": {
- "href": "string"
}, - "onboardings": {
- "href": "string"
}, - "readConditions": {
- "href": "string"
}, - "confirmConditions": {
- "href": "string"
}
}
}, - "balances": [
- {
- "balanceAmount": {
- "currency": "EUR",
- "amount": "string"
}, - "balanceType": "closingBooked",
- "creditLimitIncluded": true,
- "lastChangeDateTime": "2020-01-01T13:00:00.999-01:00",
- "referenceDate": "2020-01-01",
- "lastCommittedTransaction": "Text, maximum of 35 characters."
}
], - "_links": {
- "download": {
- "href": "string"
}, - "property1": {
- "href": "string"
}, - "property2": {
- "href": "string"
}
}
}