POST AdminApi/PaymentGateway/SaveUnionConfig

Request Information

URI Parameters

None.

Body Parameters

MPGSPayConfig
NameDescriptionTypeAdditional information
Debug

boolean

None.

UseProxy

boolean

None.

ProxyHost

string

None.

ProxyUser

string

None.

ProxyPassword

string

None.

ProxyDomain

string

None.

UseSSL

boolean

None.

IgnoreSslErrors

boolean

None.

IsPassOnLocal

boolean

None.

MerchantName

string

None.

GatewayHost

string

None.

Version

string

None.

MerchantId

string

None.

Username

string

None.

Password

string

None.

Gateway

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Debug": true,
  "UseProxy": true,
  "ProxyHost": "sample string 3",
  "ProxyUser": "sample string 4",
  "ProxyPassword": "sample string 5",
  "ProxyDomain": "sample string 6",
  "UseSSL": true,
  "IgnoreSslErrors": true,
  "IsPassOnLocal": true,
  "MerchantName": "sample string 10",
  "GatewayHost": "sample string 11",
  "Version": "sample string 12",
  "MerchantId": "sample string 13",
  "Username": "sample string 14",
  "Password": "sample string 15",
  "Gateway": "sample string 16"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {}
}