Retrieves an Account - Please note that extra
fields are optional and can differ between financial institutions.
Account resource
Resource not found
{- "uuid": "string",
- "fiscalId": "string",
- "accountId": "string",
- "providerName": "string",
- "providerCountry": "string",
- "name": "string",
- "nature": "string",
- "balance": "string",
- "currencyCode": "string",
- "enabled": true,
- "consentExpiresAt": "2019-08-24T14:15:22Z",
- "iban": "string",
- "bban": "string",
- "swift": "string",
- "accountNumber": "string",
- "extra": {
- "accountName": "string",
- "assets": [
- "string"
], - "availableAmount": 0,
- "balanceType": "string",
- "blockedAmount": 0,
- "cardType": "string",
- "cards": [
- "string"
], - "clientName": "string",
- "closingBalance": 0,
- "creditLimit": 0,
- "currentDate": "string",
- "currentTime": "string",
- "expiryDate": "string",
- "interestRate": 0,
- "interestType": "string",
- "floatingInterestRate": [
- "string"
], - "remainingPayments": 0,
- "penaltyAmount": 0,
- "nextPaymentAmount": 0,
- "nextPaymentDate": "string",
- "openDate": "string",
- "openingBalance": 0,
- "partial": true,
- "rawBalance": "string",
- "sortCode": "string",
- "statementCutDate": "string",
- "status": "string",
- "totalPaymentAmount": 0,
- "transactionsCount": "{\"posted\": 12, \"pending\": 0}",
- "paymentType": "string",
- "cashbackAmount": 0,
- "unitPrice": 0,
- "units": 0,
- "indicativeUnitPrice": 0,
- "interestIncome": 0,
- "interestAmount": 0,
- "fundHoldings": [
- "string"
], - "premiumFrequency": "string",
- "policyStatus": "string",
- "premiumAmount": 0,
- "financialConsultant": "string",
- "totalReversionaryBonus": 0,
- "grossSurrender": 0,
- "guaranteedGrossSurrender": 0,
- "reversionaryBonusCashValue": 0,
- "ownedPolicyAmount": 0,
- "policyLoanLimit": 0,
- "policyConvertedToPaidUp": 0,
- "paidUpConversionReversionaryBonus": 0,
- "policyComponents": [
- "string"
]
}, - "systems": [
- "sepa"
]
}
Enables/Disables an Account. Disabling an account also clears its balance, extra data and transactions.
Account resource updated
Invalid input
Resource not found
Unprocessable entity
{- "enabled": true
}
{- "uuid": "string",
- "fiscalId": "string",
- "accountId": "string",
- "providerName": "string",
- "providerCountry": "string",
- "name": "string",
- "nature": "string",
- "balance": "string",
- "currencyCode": "string",
- "enabled": true,
- "consentExpiresAt": "2019-08-24T14:15:22Z",
- "iban": "string",
- "bban": "string",
- "swift": "string",
- "accountNumber": "string",
- "extra": {
- "accountName": "string",
- "assets": [
- "string"
], - "availableAmount": 0,
- "balanceType": "string",
- "blockedAmount": 0,
- "cardType": "string",
- "cards": [
- "string"
], - "clientName": "string",
- "closingBalance": 0,
- "creditLimit": 0,
- "currentDate": "string",
- "currentTime": "string",
- "expiryDate": "string",
- "interestRate": 0,
- "interestType": "string",
- "floatingInterestRate": [
- "string"
], - "remainingPayments": 0,
- "penaltyAmount": 0,
- "nextPaymentAmount": 0,
- "nextPaymentDate": "string",
- "openDate": "string",
- "openingBalance": 0,
- "partial": true,
- "rawBalance": "string",
- "sortCode": "string",
- "statementCutDate": "string",
- "status": "string",
- "totalPaymentAmount": 0,
- "transactionsCount": "{\"posted\": 12, \"pending\": 0}",
- "paymentType": "string",
- "cashbackAmount": 0,
- "unitPrice": 0,
- "units": 0,
- "indicativeUnitPrice": 0,
- "interestIncome": 0,
- "interestAmount": 0,
- "fundHoldings": [
- "string"
], - "premiumFrequency": "string",
- "policyStatus": "string",
- "premiumAmount": 0,
- "financialConsultant": "string",
- "totalReversionaryBonus": 0,
- "grossSurrender": 0,
- "guaranteedGrossSurrender": 0,
- "reversionaryBonusCashValue": 0,
- "ownedPolicyAmount": 0,
- "policyLoanLimit": 0,
- "policyConvertedToPaidUp": 0,
- "paidUpConversionReversionaryBonus": 0,
- "policyComponents": [
- "string"
]
}, - "systems": [
- "sepa"
]
}
This API starts the reconnection process for an account and for all the other accounts coming from the same financial institution.
Reconnection is needed after 90 days days from the first connection to renew consent to read financial data.
During this process the user will be redirected to a page where it will be possible to select reconnection options.
Please note that extra
fields are optional and can differ between financial institutions.
Account resource
Resource not found
{- "reconnectUrl": "string"
}
Retrieves the collection of Account resources for a given business registry. You can optionally filter accounts by a single IBAN or a set of IBANs. For filtering multiple IBANs use this syntax
/business-registry/{fiscalId}/accounts?iban[]=SAMPLE_1&iban[]=SAMPLE_2
Account collection
[- {
- "uuid": "string",
- "fiscalId": "string",
- "accountId": "string",
- "providerName": "string",
- "providerCountry": "string",
- "name": "string",
- "nature": "string",
- "balance": "string",
- "currencyCode": "string",
- "enabled": true,
- "consentExpiresAt": "2019-08-24T14:15:22Z",
- "iban": "string",
- "bban": "string",
- "swift": "string",
- "accountNumber": "string",
- "extra": {
- "accountName": "string",
- "assets": [
- "string"
], - "availableAmount": 0,
- "balanceType": "string",
- "blockedAmount": 0,
- "cardType": "string",
- "cards": [
- "string"
], - "clientName": "string",
- "closingBalance": 0,
- "creditLimit": 0,
- "currentDate": "string",
- "currentTime": "string",
- "expiryDate": "string",
- "interestRate": 0,
- "interestType": "string",
- "floatingInterestRate": [
- "string"
], - "remainingPayments": 0,
- "penaltyAmount": 0,
- "nextPaymentAmount": 0,
- "nextPaymentDate": "string",
- "openDate": "string",
- "openingBalance": 0,
- "partial": true,
- "rawBalance": "string",
- "sortCode": "string",
- "statementCutDate": "string",
- "status": "string",
- "totalPaymentAmount": 0,
- "transactionsCount": "{\"posted\": 12, \"pending\": 0}",
- "paymentType": "string",
- "cashbackAmount": 0,
- "unitPrice": 0,
- "units": 0,
- "indicativeUnitPrice": 0,
- "interestIncome": 0,
- "interestAmount": 0,
- "fundHoldings": [
- "string"
], - "premiumFrequency": "string",
- "policyStatus": "string",
- "premiumAmount": 0,
- "financialConsultant": "string",
- "totalReversionaryBonus": 0,
- "grossSurrender": 0,
- "guaranteedGrossSurrender": 0,
- "reversionaryBonusCashValue": 0,
- "ownedPolicyAmount": 0,
- "policyLoanLimit": 0,
- "policyConvertedToPaidUp": 0,
- "paidUpConversionReversionaryBonus": 0,
- "policyComponents": [
- "string"
]
}, - "systems": [
- "sepa"
]
}
]