This operation will respond with an account given account id
curl --request GET \
--url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/account/v3/{id}
{
"id": 1234567890,
"parentId": 9876543210,
"status": "ACCOUNT_BLOCKED",
"available": 1000,
"balance": 1000,
"creditLimit": 10000,
"currency": "EUR",
"customerId": 55667788990,
"number": 123456789,
"paymentReference": {
"number": 1234567897,
"type": "MOD10"
},
"accountTemplate": "CREDIT",
"invoiceDeliveryMethod": "REGULAR_MAIL",
"minimumToPay": {
"amount": 123,
"percentage": 50
},
"address": {
"address1": "Kings street 12",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands",
"zipCode": 22100
},
"reason": "<string>",
"segment": "SEGMENT_A",
"eInvoice": {
"address": "FI7165429021331431",
"operator": "NDEAFIHH",
"paymentInstruction": "AA"
},
"usageLimits": [
{
"code": "24H",
"values": [
{
"code": "ATM",
"reset": true,
"singleAmount": 1000,
"count": 5,
"sumAmount": 1200
}
]
}
]
}
The account id for given account
The audit user to log the request
Successful lookup of the account
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/account/v3/{id}
{
"id": 1234567890,
"parentId": 9876543210,
"status": "ACCOUNT_BLOCKED",
"available": 1000,
"balance": 1000,
"creditLimit": 10000,
"currency": "EUR",
"customerId": 55667788990,
"number": 123456789,
"paymentReference": {
"number": 1234567897,
"type": "MOD10"
},
"accountTemplate": "CREDIT",
"invoiceDeliveryMethod": "REGULAR_MAIL",
"minimumToPay": {
"amount": 123,
"percentage": 50
},
"address": {
"address1": "Kings street 12",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands",
"zipCode": 22100
},
"reason": "<string>",
"segment": "SEGMENT_A",
"eInvoice": {
"address": "FI7165429021331431",
"operator": "NDEAFIHH",
"paymentInstruction": "AA"
},
"usageLimits": [
{
"code": "24H",
"values": [
{
"code": "ATM",
"reset": true,
"singleAmount": 1000,
"count": 5,
"sumAmount": 1200
}
]
}
]
}