cURL
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": {} }
Upload file content by it’s type,version etc.
Admin API keys allow you to perform some privileged actions such as creating a merchant account and Merchant Connector account.
Request body for uploading terminal file content
terminal file import content
PARAMS
HOTLIST
TAC
CVM
TAGS
AID
CAPK
KEYS
FXRATES
version of the file
File Content Uploaded.
binary content of the file, base64 encoded