POST api/Pago

Documentation for 'PostValue'.

Request Information

Parameters

NameDescriptionAdditional information
PaymentKhipu
Documentation for 'PaymentKhipu'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OrderId": 2,
  "PaymentId": "sample string 3",
  "PaymentUrl": "sample string 4",
  "PaymentDate": "2023-12-07T15:12:29.0612059-04:00",
  "PaymentExpiresDate": "2023-12-07T15:12:29.0612059-04:00",
  "Amount": 7.0,
  "Message": "sample string 8",
  "Status": "sample string 9",
  "idUser": "sample string 10"
}

application/xml, text/xml

Sample:
<PaymentKhipu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiciosWeb">
  <Amount>7</Amount>
  <Id>1</Id>
  <Message>sample string 8</Message>
  <OrderId>2</OrderId>
  <PaymentDate>2023-12-07T15:12:29.0612059-04:00</PaymentDate>
  <PaymentExpiresDate>2023-12-07T15:12:29.0612059-04:00</PaymentExpiresDate>
  <PaymentId>sample string 3</PaymentId>
  <PaymentUrl>sample string 4</PaymentUrl>
  <Status>sample string 9</Status>
  <idUser>sample string 10</idUser>
</PaymentKhipu>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>