POST pos/square/terminal/handle

Authorized only.

Request Information

URI Parameters

None.

Body Parameters

ApiSquareWebhookRequest
NameDescriptionTypeAdditional information
merchant_id

string

None.

location_id

string

None.

type

string

None.

event_id

string

None.

created_at

string

None.

data

WebhookData

None.

Request Formats

application/json, text/json

Sample:
{
  "merchant_id": "sample string 1",
  "location_id": "sample string 2",
  "type": "sample string 3",
  "event_id": "sample string 4",
  "created_at": "sample string 5",
  "data": {
    "type": "sample string 1",
    "id": "sample string 2",
    "object": null
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.