Process a confirmed TLD transaction

Request
Security:
st_portal_auth
(write:url)
Request Body schema: application/json
mid
required
string (MID) <= 255 characters

Merchant ID (MID) of merchant assigned by sponsor

url
required
string <url> (UrlProtocolOptional) [ 1 .. 255 ] characters ^(?:https?://)?(?:www\.)?[\w-]+(\.[\w-]+)+\S*...
sponsorId
number (ActingSponsorId)

The ID of the sponsor that the action should be taken for. If not provided, the user's current sponsor will be used.

action
required
string (ViolationActionType)

An action to take against a merchant with a violation

Enum: "CORRECT" "APPEAL" "TERMINATE"
explanation
required
string

An explanation for the action taken

Responses
200

successful operation

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

404

Not Found. The specified resource (or resource referred to by id) was not found

405

Method Not Allowed. The API was accessed with the wrong method

429

Too Many Requests. The API is rate-limited. Wait and try your request again.

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

503

Service Unavailable. The service is temporarily unavailable. Try your request later.

post/wrm/v1/tld/transaction/process
Request samples
application/json
{
  • "mid": 12345678,
  • "url": "'https://www.vikingcloud.com/' , or 'vikingcloud.com/'",
  • "sponsorId": 0,
  • "action": "CORRECT",
  • "explanation": "string"
}
Response samples
application/json
{
  • "message": "Field \"name\" cannot be null",
  • "status": 400,
  • "error": "Bad Request",
  • "timestamp": 1413315159949,
  • "exception": "org.springframework.web.server.ResponseStatusException",
  • "path": "/merchants/1"
}