GET api/seller/AddPSID/{_shop_id}/{_PaySystem_Id}?shopkey={shopkey}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_shop_id
No documentation available.

Define this parameter in the request URI.

_PaySystem_Id
No documentation available.

Define this parameter in the request URI.

shopkey
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ExitCode": "sample string 1",
  "ExitDescription": "sample string 2"
}

application/xml, text/xml

Sample:
<UpdateResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ExitCode>sample string 1</ExitCode>
  <ExitDescription>sample string 2</ExitDescription>
</UpdateResponse>