v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBGet application
Get application
This operation will respond with an application
get/v1/application/{id}
Path parameters
idstring biginteger required
The card id for given application
Query parameters
auditUserstring required
The audit user to log the request
Response
Successful lookup of the application
Example response
{
"applicationName": "APPLICATION",
"digitalLayoutCode": "abc123abc",
"accountId": "1234567890",
"maskedCardNumber": "123456______4285",
"productCode": "MC_CARD_2, VISA_CARD1, VISA_VIRTUAL_3, MC_VIRTUAL_2, VISA_CARD",
"referenceNumber": "123456789123456",
"statusDate": "2020-05-12T13:18:05",
"usageLimits": [
{
"values": [
{
"reset": true,
"singleAmount": 1000,
"count": 5,
"sumAmount": 1200,
"availableAmount": 1200,
"availableCount": 1200,
"usedAmount": 1200,
"usedCount": 1200
}
]
}
]
}