Configure FIS Host Processor

Configure FIS host processor for a client account.

SecurityApiKeyAuth
Request
header Parameters
IV
required
string

Initialization Vector for database encryption.

Request Body schema:
object
isActive
boolean

Indicates whether the merchant's FIS Host Processor Account is active or not.

merchantId
string [ 1 .. 32 ] characters

The unique identifier for the merchant in the FIS Host Processor.

industryName
string

The industry the merchant belongs to, which determines the transaction types and processing rules.

Enum: "moto" "eCommerce" "restaurant" "retail"
primaryHostUrl
string <URL>

The primary URL for the FIS Host Processor used for transaction processing.

secondaryHostUrl
string <URL>

The secondary URL for the FIS Host Processor used for transaction processing in case the primary URL is not available.

terminalId
string [ 1 .. 32 ] characters

The unique identifier for the terminal or point-of-sale device used by the merchant.

bankId
string [ 1 .. 32 ] characters

The unique identifier for the bank that is associated with the merchant's account.

hostUsername
string [ 1 .. 64 ] characters

The username for the FIS Host Processor used for authentication.

hostPassword
string [ 8 .. 64 ] characters

The password for the FIS Host Processor used for authentication.

networkingRoutingCode
string [ 1 .. 32 ] characters

The networking routing code that helps direct transaction messages to the appropriate network within the FIS Host Processor.

applicationName
string [ 1 .. 64 ] characters

The name of the application used for transaction processing with the FIS Host Processor.

host
string <URL>

The URL for the FIS Host Processor used for general communication and transaction processing.

object (CustomPropertiesInput)

An object containing user-defined key/value pairs.

property name*
additional property
string
Responses
200

OK

400

Bad Request

401

Unauthorized access

403

Access forbidden

404

Resource was not found

409

Conflict.

429

Too Many Requests

post/hostConfigurations/fis
Request samples
{}
Response samples
{
  • "fisHost": {},
  • "referenceId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
  • "cryptoKeys": {
    }
}
Copyright © Pace Software 2021–2023. All rights reserved.