Home Schema Example JSON Schema

Provider Settings


ProviderApplication.provider_settings are used to store provider-specific settings such as API keys.

HitPay

Type: object

Settings for HitPay.

No Additional Properties

Type: object
No Additional Properties

Base URL

Type: stringFormat: uri

Base URL for API calls including trailing slash if present. See HitPay Setup.

Must be at least 1 characters long

API key

Type: string

API key to authenticate requests which can be found in Settings > Payment Gateway > API Keys.

Must be at least 1 characters long

Salt

Type: string

The HMAC key for the signature generation is the secret salt from your dashboard under Settings > Payment Gateway > API Keys.

Must be at least 1 characters long

Empty non-null object/array/string

Type: object

Convenience schema for validating non-null empty data.

Empty array

Type: array

Must contain a maximum of 0 items

No Additional Items

Empty string

Type: const
Specific value: ""