Configure Chase Host Processor

Configure Chase host processor.

SecurityApiKeyAuth
Request
header Parameters
IV
required
string

Initialization Vector for database encryption.

Request Body schema:
object
object
isActive
boolean

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

merchantId
string [ 1 .. 32 ] characters

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

industryName
string

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

Enum: "MOTO" "E-Commerce" "Retail" "Restaurant"
object
primaryHostUrl
string <URL>

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

secondaryHostUrl
string <URL>

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

hostUsername
string [ 1 .. 64 ] characters

The username for the Chase Host Processor used for authentication.

hostPassword
string [ 8 .. 64 ] characters

The password for the Chase Host Processor used for authentication.

object
presenterId
string [ 1 .. 32 ] characters

The unique identifier for the presenter (the entity submitting the batch) in the Chase Host Processor.

presenterPassword
string [ 8 .. 64 ] characters

The password for the presenter in the Chase Host Processor used for authentication.

submitterId
string [ 1 .. 32 ] characters

The unique identifier for the submitter (the entity responsible for creating and sending batches) in the Chase Host Processor.

submitterPassword
string [ 8 .. 64 ] characters

The password for the submitter in the Chase Host Processor used for authentication.

primaryHostUrl
string <URL>

The primary URL for the Chase Host Processor used for batch processing.

secondaryHostUrl
string <URL>

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

hostUsername
string [ 1 .. 64 ] characters

The username for the Chase Host Processor used for batch processing authentication.

hostPassword
string >= 8 characters

The password for the Chase Host Processor used for batch processing authentication.

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