POST api/startpaymentProcess

Request Information

URI Parameters

None.

Body Parameters

PaymentProcess
NameDescriptionTypeAdditional information
HG

string

None.

Tok

string

None.

SId

string

None.

payToken

string

None.

paymentMethod

string

None.

GatewayCharges

decimal number

None.

GatewayType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HG": "sample string 1",
  "Tok": "sample string 2",
  "SId": "sample string 3",
  "payToken": "sample string 4",
  "paymentMethod": "sample string 5",
  "GatewayCharges": 6.0,
  "GatewayType": "sample string 7"
}

application/xml, text/xml

Sample:
<PaymentController.PaymentProcess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hogozati.PaymentTransaction.PrePayment.Controllers">
  <GatewayCharges>6</GatewayCharges>
  <GatewayType>sample string 7</GatewayType>
  <HG>sample string 1</HG>
  <SId>sample string 3</SId>
  <Tok>sample string 2</Tok>
  <payToken>sample string 4</payToken>
  <paymentMethod>sample string 5</paymentMethod>
</PaymentController.PaymentProcess>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.