Skip to main content
POST
/
terminals
/
import
/
file
File Import
curl --request POST \
  --url https://api.staging.paycodefintech.net/terminals/import/file \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "file_type": "PARAMS",
  "file_version": "<string>",
  "file_content": {},
  "file_issuer": "<string>"
}
'
{
  "file_type": "PARAMS",
  "file_version": "<string>",
  "file_content": {}
}

Authorizations

api-key
string
header
required

Admin API keys allow you to perform some privileged actions such as creating a merchant account and Merchant Connector account.

Body

application/json

Request body for uploading terminal file content

terminal file import content

file_type
enum<string>
required
Available options:
PARAMS,
HOTLIST,
TAC,
CVM,
TAGS,
AID,
CAPK,
KEYS,
FXRATES
file_version
string
required

version of the file

file_content
object
required
file_issuer
string
required

Response

File Content Uploaded.

file_type
enum<string>
required
Available options:
PARAMS,
HOTLIST,
TAC,
CVM,
TAGS,
AID,
CAPK,
KEYS,
FXRATES
file_version
string
required

version of the file

file_content
object
required

binary content of the file, base64 encoded