GET getPayment?chave={chave}&entidade={entidade}&referencia={referencia}&valor={valor}&datahorapag={datahorapag}&terminal={terminal}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
chave

string

Required

entidade

string

Required

referencia

string

Required

valor

string

Required

datahorapag

string

Required

terminal

string

Required

Body Parameters

None.

Response Information

Resource Description

PaymentResponse
NameDescriptionTypeAdditional information
HasError

boolean

None.

Response

string

None.

URL

string

None.

Status

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "HasError": true,
  "Response": "sample string 2",
  "URL": "sample string 3",
  "Status": 4
}

application/xml, text/xml

Sample:
<cPayments.PaymentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAppPaymant">
  <HasError>true</HasError>
  <Response>sample string 2</Response>
  <Status>4</Status>
  <URL>sample string 3</URL>
</cPayments.PaymentResponse>