ProcessorConfig
Model for payment processor configuration
Represents a specific processor, gateway, and PSP combination
- Type: string · Description
description required - Type: string · Gateway
gateway required - Type: string · Id
id required - Type: string · Name
name required - Type: string · Owner Id
owner _id required - Type: string · Processor
processor required - Type: string · Psp
psp required - Type: object | null · Configurations
configurations - Type: string | null · Created AtFormat: date-time
created _at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- Type: boolean · Is Active
is _active - Type: string | null · Updated AtFormat: date-time
updated _at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

