Pending Transaction Cancellation
This functionality is intended to cancel a transaction in the "PENDING" status from the key of the same.
The key consists of the fields:
- SitCod
- Transaction date
- NSU SiTef
- SiTef Store Code
- Customer Code (only on SiTef GW/Express platform)
This key must be sent as a parameter in the request URL (QueryString).
#
Call details- Method:
POST
- URL:
Basic URL + transactions/pending/cancel?codsit=000&datatrn=aaaammdd&nsusitef=00000000&codlojasitef=00000000
- Answer:
Header Status 200
- Description of URL parameters:
Field | Description | Type | Size | Format | Required |
---|---|---|---|---|---|
codsit | SiTef Network Code | Numeric | 1-4 | - | Yes |
datatrn | Transaction date | Numeric | 8 | YYYYMMDD | Yes |
nsusitef | Transaction NSU SiTef | Numeric | 6 | - | Yes |
codlojasitef | Transaction SiTef Store Code | Alphanumeric | 8 | - | Yes |
costumer_code | Customer code | Numeric | 1-19 | - | Yes* |
* costumer_code is required when used on SiTef GW/Express platform. Not used on SiTef-Conciliation costumers.