Get account information
Get account by accountNumber
Payment API
Account Details
- Overview
- Create an account
- Update an account
- Get account information
Authorisation Control
- Overview
- Authorisation Control Webhook
Authorisation Forwarding
- Overview
- Forward authorisation webhook
Card details
- Overview
- Create card
- Update card
- Get application
- Update application
- Get card
- Get plastic
- Get EMV scripts
- Update plastic
Customer
- Overview
- Get customer information
- Create a customer
- Update a customer
- Customer hierarchy
Exchange Rates API
- Overview
- Get ECB exchange rate
- Get ECB supported currencies
- Get FX exchange rates
ID
- Overview
- Initiate 3rd party authentication flow
- Callback to complete authentication flow
Instalment
- Overview
- Instalment Operations
Invoice
- Overview
- Get invoice information
- Update an invoice
Notification
- Overview
- Receive a notification
PIN
- Overview
- PIN operations with pre-shared key
- PIN operations using PKI
PIN Control
- Overview
- PIN Control handling
Purchase Details
- Overview
- Trigger repricing
- Get purchase details
- Create purchase details
- Update purchase details
Repricing
- Overview
- Create repricing agreements
- Get repricing agreements
- Update repricing agreements
- Create price lists
- Get price lists
- Update price lists
Transaction
- Overview
- Test transactions
- Test authorizations
- Get transaction data
- Create transactions
- Create fees
- Update a transaction
- Authorization Holds (BETA)
- Batch payment
Transfer API
- Overview
- Post account to account transfer
- Account to account batch transfer
- Post card to card transfer
Wallet
- Overview
- Push Provision
- Activation data
- Get tokens
Test API
- Overview
- test-auth-request-templates
- test-authorizations
Hierarchy API
- Overview
- Card Hierarchy Management
- Card Hierarchy Group Management
- Card Management in Card Hierarchy Groups
Spend Control API
- Overview
- Rule Sets Endpoints
- Rules Endpoints
- Spend Control Test Endpoint
- STIP External Account Balance Endpoints (BETA)
- STIP Spend Control Test Endpoint (BETA)
Get account information
Get account by accountNumber
This operation will respond with an account given account number
GET
/
v4
/
accountNumber
/
{accountNumber}
curl --request GET \
--url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/account/v4/accountNumber/{accountNumber}
{
"InvoicePaymentMethod": "DIRECT_DEBIT",
"accountCardBlocks": {
"hardblock": true,
"softblock": true
},
"accountsCardStatuses": "OK",
"additionalValues": [
{
"key": "string",
"value": "string"
}
],
"address": {
"address1": "Kings street 12",
"address2": "string",
"address3": "string",
"address4": "string",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands",
"zipCode": 22100
},
"available": 1000,
"balance": 1000,
"closureReason": "CLOSED1",
"creditLimit": 10000,
"currency": "EUR",
"customerId": 55667788990,
"dueDate": "2024-04-14",
"eInvoice": {
"address": "FI7165429021331431",
"operator": "NDEAFIHH",
"paymentInstruction": "AA"
},
"id": 1234567890,
"interestPostingEnabled": true,
"interestRates": [
{
"interestRate": 0,
"interestType": "string"
}
],
"invoiceDayOfMonth": 21,
"invoiceDeliveryMethod": "REGULAR_MAIL",
"invoicedBalance": 200.5,
"minimumToPay": {
"amount": 0,
"percentage": 0
},
"minimumToPayBalance": 25,
"name": "My example account name",
"number": 123456789,
"overdueBalance": 300.5,
"parentId": 9876543210,
"paymentReference": {
"number": 1234567897,
"type": "MOD10"
},
"paymentTerms": 10,
"productCode": "CREDIT_EUR_FI",
"reason": "string",
"reminders": {
"collectionTriggerDate": "2019-11-27",
"disableReminderProcess": true,
"reminder1TriggerDate": "2019-11-27",
"reminder2TriggerDate": "2019-11-27",
"reminder3TriggerDate": "2019-11-27",
"reminder4TriggerDate": "2019-11-27",
"reminder5TriggerDate": "2019-11-27",
"reminder6TriggerDate": "2019-11-27",
"reminder7TriggerDate": "2019-11-27",
"reminderStatus": "WAIT"
},
"segment": "SEGMENT_A",
"status": "ACCOUNT_BLOCKED",
"template": "string",
"underInvestigation": true,
"usageLimits": [
{
"code": "24H",
"values": [
{
"availableAmount": 1200,
"availableCount": 1200,
"code": "ATM",
"count": 5,
"reset": true,
"singleAmount": 12.5,
"sumAmount": 1200,
"usedAmount": 1200,
"usedCount": 1200
}
]
}
]
}
{
"InvoicePaymentMethod": "DIRECT_DEBIT",
"accountCardBlocks": {
"hardblock": true,
"softblock": true
},
"accountsCardStatuses": "OK",
"additionalValues": [
{
"key": "string",
"value": "string"
}
],
"address": {
"address1": "Kings street 12",
"address2": "string",
"address3": "string",
"address4": "string",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands",
"zipCode": 22100
},
"available": 1000,
"balance": 1000,
"closureReason": "CLOSED1",
"creditLimit": 10000,
"currency": "EUR",
"customerId": 55667788990,
"dueDate": "2024-04-14",
"eInvoice": {
"address": "FI7165429021331431",
"operator": "NDEAFIHH",
"paymentInstruction": "AA"
},
"id": 1234567890,
"interestPostingEnabled": true,
"interestRates": [
{
"interestRate": 0,
"interestType": "string"
}
],
"invoiceDayOfMonth": 21,
"invoiceDeliveryMethod": "REGULAR_MAIL",
"invoicedBalance": 200.5,
"minimumToPay": {
"amount": 0,
"percentage": 0
},
"minimumToPayBalance": 25,
"name": "My example account name",
"number": 123456789,
"overdueBalance": 300.5,
"parentId": 9876543210,
"paymentReference": {
"number": 1234567897,
"type": "MOD10"
},
"paymentTerms": 10,
"productCode": "CREDIT_EUR_FI",
"reason": "string",
"reminders": {
"collectionTriggerDate": "2019-11-27",
"disableReminderProcess": true,
"reminder1TriggerDate": "2019-11-27",
"reminder2TriggerDate": "2019-11-27",
"reminder3TriggerDate": "2019-11-27",
"reminder4TriggerDate": "2019-11-27",
"reminder5TriggerDate": "2019-11-27",
"reminder6TriggerDate": "2019-11-27",
"reminder7TriggerDate": "2019-11-27",
"reminderStatus": "WAIT"
},
"segment": "SEGMENT_A",
"status": "ACCOUNT_BLOCKED",
"template": "string",
"underInvestigation": true,
"usageLimits": [
{
"code": "24H",
"values": [
{
"availableAmount": 1200,
"availableCount": 1200,
"code": "ATM",
"count": 5,
"reset": true,
"singleAmount": 12.5,
"sumAmount": 1200,
"usedAmount": 1200,
"usedCount": 1200
}
]
}
]
}
Path Parameters
The account number for given account
Query Parameters
The audit user to log the request
Response
200
application/json
Successful lookup of the account
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.
curl --request GET \
--url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/account/v4/accountNumber/{accountNumber}
{
"InvoicePaymentMethod": "DIRECT_DEBIT",
"accountCardBlocks": {
"hardblock": true,
"softblock": true
},
"accountsCardStatuses": "OK",
"additionalValues": [
{
"key": "string",
"value": "string"
}
],
"address": {
"address1": "Kings street 12",
"address2": "string",
"address3": "string",
"address4": "string",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands",
"zipCode": 22100
},
"available": 1000,
"balance": 1000,
"closureReason": "CLOSED1",
"creditLimit": 10000,
"currency": "EUR",
"customerId": 55667788990,
"dueDate": "2024-04-14",
"eInvoice": {
"address": "FI7165429021331431",
"operator": "NDEAFIHH",
"paymentInstruction": "AA"
},
"id": 1234567890,
"interestPostingEnabled": true,
"interestRates": [
{
"interestRate": 0,
"interestType": "string"
}
],
"invoiceDayOfMonth": 21,
"invoiceDeliveryMethod": "REGULAR_MAIL",
"invoicedBalance": 200.5,
"minimumToPay": {
"amount": 0,
"percentage": 0
},
"minimumToPayBalance": 25,
"name": "My example account name",
"number": 123456789,
"overdueBalance": 300.5,
"parentId": 9876543210,
"paymentReference": {
"number": 1234567897,
"type": "MOD10"
},
"paymentTerms": 10,
"productCode": "CREDIT_EUR_FI",
"reason": "string",
"reminders": {
"collectionTriggerDate": "2019-11-27",
"disableReminderProcess": true,
"reminder1TriggerDate": "2019-11-27",
"reminder2TriggerDate": "2019-11-27",
"reminder3TriggerDate": "2019-11-27",
"reminder4TriggerDate": "2019-11-27",
"reminder5TriggerDate": "2019-11-27",
"reminder6TriggerDate": "2019-11-27",
"reminder7TriggerDate": "2019-11-27",
"reminderStatus": "WAIT"
},
"segment": "SEGMENT_A",
"status": "ACCOUNT_BLOCKED",
"template": "string",
"underInvestigation": true,
"usageLimits": [
{
"code": "24H",
"values": [
{
"availableAmount": 1200,
"availableCount": 1200,
"code": "ATM",
"count": 5,
"reset": true,
"singleAmount": 12.5,
"sumAmount": 1200,
"usedAmount": 1200,
"usedCount": 1200
}
]
}
]
}