Configure Fiserv Host Processor

Configure Fiserv 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 Fiserv Host Processor Account is active or not.

processor
string

The type of processor used for handling transactions within Fiserv.

Enum: "Nashville/Omaha" "North/North"
companyName
string [ 1 .. 128 ] characters

The name of the merchant's company.

merchantId
string [ 1 .. 32 ] characters

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

merchantIndustry
string

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

Enum: "MOTO" "E-Commerce" "Retail" "Restaurant"
merchantCategoryCode
string = 4 characters

The four-digit code that classifies the merchant's business based on the goods or services provided.

datawireUrl
string <URL>

The URL for the Datawire service used for secure transaction processing and communication with Fiserv.

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/fiserv
Request samples
{
  • "fiservHost": {
    }
}
Response samples
{
  • "fiservHostDetails": {
    },
  • "referenceId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
  • "cryptoKeys": {
    }
}
Copyright © Pace Software 2021–2023. All rights reserved.