Query by transaction

This functionality is intended to return transaction data from its key.

The key consists of the fields:

  • CodSit
  • transaction date
  • NSU SiTef
  • Cstore code SiTef
  • Customer code (only on the platform SiTef GW/Express)

This key must be sent as a parameter in the request URL(QueryString).

Optionally, you can enter the field (invoice) and, in this case, it is not necessary to include the NSU SiTef of the transaction. It should be noted, however, that as the field (invoice) is not a transaction search key, more of a transaction can be returned in that case.

Another option is to replace the SiTef Store Code filter with Sub-Acquirer Store Code (codlojatronco).

Call details#

  • Method: GET

  • URL: URL basic + transactions/search?codsit=000&datatrn=aaaammdd&nsusitef=00000000&codlojasitef=00000000

  • Resposta: List of Transactions (see List of Transactions)

  • Description of URL parameters:

FieldDescriptionTypeSizeFormatRequired
codsitSiTef Network CodeNumeric1-4-Yes
datatrnTransaction dateNumeric8YYYYMMDDYes
nsusitefTransaction NSU SiTefNumeric6-No*
codlojasitefTransaction SiTef Store CodeAlphanumeric8-No**
cupomfiscalInvoice associated with the transactionText1-20-Not*
codlojatroncoCsub-acquirer store codeAlphanumeric8-No**
codigo_clienteCustomer codeNumeric1-19-Yes***

* It is necessary to inform nsusitef or invoice

** It is necessary to inform codlojasitef or codlojatronco

*** customer_code is required when used on SiTef GW/Express platform. Not used on SiTef-Conciliation customers.