Get Payment Driver Configuration
post
/config/sim/v1/setup/getpaymentdriverconfiguration
Gets the configuration of all the payment drivers.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-OrgShortName: string(string)
Org Identifier
A request body
Root Schema : PaymentDriverConfigGetRequestBody
Type:
object
The input Body model that needs to be given.
Show Source
Response
Supported Media Types
- application/json
200 Response
A collection of all Payment Drivers with configurations for an organization.
Root Schema : PaymentDriverConfig
Type:
object
Model for a Payment Driver Configuration Object.
Show Source
-
configuration:
object configuration
An object containing the configuration parameters for the payment driver.
-
hierUnitId:
integer
Unique reference of the hierarchy unit.Example:
1034
-
hierUnitName(optional):
object hierUnitName
Additional Properties Allowed: additionalPropertiesA group of string objects representing the name of the hierarchy unit configured languages.
-
hierUnitObjNum(optional):
integer
Object number of the hierarchy unit.Example:
3
-
name:
object name
Additional Properties Allowed: additionalPropertiesA group of string objects representing the name of the Payment Driver in configured languages.
-
objectNum:
integer
Object number of the Payment Driver.Example:
20
Nested Schema : configuration
Type:
object
An object containing the configuration parameters for the payment driver.
Show Source
-
parameterName(optional):
string
Name of the configuration parameter
-
parameterValue(optional):
string
configuration value of the parameter
Nested Schema : hierUnitName
Type:
object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the hierarchy unit configured languages.
Example:
{
"en-US":"Enterprise",
"es-SS":"Empresa",
"lt=LT":"??mon??"
}
Nested Schema : name
Type:
object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the Payment Driver in configured languages.
Example:
{
"en-US":"OPI",
"es-SS":"OPI",
"lt=LT":"OPI"
}
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response body when the request returns an error.
Show Source
-
detail(optional):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(optional):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(optional):
integer
Error code of the problemExample:
55223
-
status(optional):
integer
HTTP status code.Example:
400
-
title(optional):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(optional):
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
http://www.abc.org/xyz.html