POST v1/api/shop/{id}/Notification

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

anotification
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "merchant_site": {
    "shop_id": 1,
    "site_id": 2,
    "api_key": "sample string 3",
    "created": "sample string 4",
    "url": "sample string 5"
  }
}

application/xml, text/xml

Sample:
<Smart2PayNotification xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <merchant_site>
    <shop_id>1</shop_id>
    <site_id>2</site_id>
    <api_key>sample string 3</api_key>
    <created>sample string 4</created>
    <url>sample string 5</url>
  </merchant_site>
</Smart2PayNotification>

application/x-www-form-urlencoded

Sample:

Sample not available.