curl --request POST \
--url https://api.staging.paycodefintech.net/terminals/import/file \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '
{
"file_content": [
{
"aid": "A0000008851010",
"applicationLabel": "MOSOLO DEBIT",
"defaultTAC": "DC4000A800",
"denialTAC": "0010000000",
"onlineTAC": "DC4004A800",
"terminalFloorLimit": 100000,
"transactionLimit": 250000
},
{
"aid": "A0000008852020",
"applicationLabel": "MOSOLO CREDIT",
"defaultTAC": "DC4000A800",
"denialTAC": "0010000000",
"onlineTAC": "DC4004A800",
"terminalFloorLimit": 200000,
"transactionLimit": 500000
}
],
"file_issuer": "mosolo",
"file_type": "AID",
"file_version": "v2.1.5"
}
'