GET api/CambioPago?PaymentOrderID={PaymentOrderID}

Documentation for 'GetValue'.

Request Information

Parameters

NameDescriptionAdditional information
PaymentOrderID
Documentation for 'PaymentOrderID'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OrderId": 2,
  "PaymentId": "sample string 3",
  "PaymentUrl": "sample string 4",
  "PaymentDate": "2023-12-07T15:32:30.2882714-04:00",
  "PaymentExpireDate": "2023-12-07T15:32:30.2882714-04:00",
  "PaymentRecive": "2023-12-07T15:32:30.2882714-04:00",
  "Amount": 8.0,
  "Response": "sample string 9",
  "Message": "sample string 10",
  "Status": "sample string 11",
  "idUser": "sample string 12"
}

application/xml, text/xml

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