POST Susuerte/Payer/ValidateOTP

Request Information

URI Parameters

None.

Body Parameters

RequestVTOP
NameDescriptionTypeAdditional information
otp

string

None.

recipient

string

None.

Request Formats

application/json, text/json

Sample:
{
  "otp": "sample string 1",
  "recipient": "sample string 2"
}

application/xml, text/xml

Sample:
<RequestVTOP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_SUSUERTE.Models">
  <otp>sample string 1</otp>
  <recipient>sample string 2</recipient>
</RequestVTOP>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseGeneric
NameDescriptionTypeAdditional information
ResponseCode

ResponseCode

None.

ResponseMessage

string

None.

ResponseData

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 200,
  "ResponseMessage": "sample string 1",
  "ResponseData": {}
}

application/xml, text/xml

Sample:
<SavingModels.ResponseGeneric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_SUSUERTE.Models">
  <ResponseCode>OK</ResponseCode>
  <ResponseData />
  <ResponseMessage>sample string 1</ResponseMessage>
</SavingModels.ResponseGeneric>