POST api/Payment/VefifyLink

Request Information

URI Parameters

None.

Body Parameters

VerifyLinkRequest
NameDescriptionTypeAdditional information
merchantCode

string

None.

orderId

string

None.

merchantCustMsisdn

integer

None.

merchantUserId

string

None.

paymentMethod

string

None.

provider

string

None.

Request Formats

application/json, text/json

Sample:
{
  "merchantCode": "sample string 1",
  "orderId": "sample string 2",
  "merchantCustMsisdn": 3,
  "merchantUserId": "sample string 4",
  "paymentMethod": "sample string 5",
  "provider": "sample string 6"
}

application/xml, text/xml

Sample:
<VerifyLinkRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NST.Viettel.Api.Models">
  <merchantCode>sample string 1</merchantCode>
  <merchantCustMsisdn>3</merchantCustMsisdn>
  <merchantUserId>sample string 4</merchantUserId>
  <orderId>sample string 2</orderId>
  <paymentMethod>sample string 5</paymentMethod>
  <provider>sample string 6</provider>
</VerifyLinkRequest>

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.