e-SiTef

e-SiTef

  • Portal do Desenvolvedor
  • Fale Conosco
  • English

›REST Payment

REST Payment

  • Overview
  • Quick start
  • Transaction creation service
  • Payment effectuation service
  • Payment confirmation service
  • Transaction status query
  • Multiple transactions status query
  • Card query service
  • Payment with multiple payment methods service
  • Payment with multiple payment methods confirmation service
  • External origin payment confirmation service

REST Store

  • Overview

REST Cancel

  • Flow
  • Quick start
  • Cancel via host
  • Cancel external origin
  • Cancel creation service
  • Cancel service

REST Pre-Authorization

  • Overview
  • Quick start
  • Pre-Authorization Creation Service
  • Pre-Authorization effectuation service
  • Pre-Authorization Status Query
  • Pre-Authorization Editing Service
  • Pre-Authorization Editing External Origin Service
  • Pre-Authorization Increment Service
  • Card Query Service
  • Pre-Authorization Capture Service
  • Pre-Authorization Capture External Origin Service

REST Schedule

  • Overview
  • Quick start
  • Transaction creation service
  • Schedule activation service
  • Execution of the scheduled payments
  • Schedule editing flow
  • Quick start: schedule editing
  • Schedule editing creation service
  • Schedule editing service

REST Recharge

  • Overview
  • Quick start
  • Recharge creation service
  • List dealers service
  • List branch data service
  • Recharge effectuation service
  • Recharge confirmation service
  • Recharge query service

HTML Payment

  • Overview
  • Quick start
  • Initializing a payment transaction
  • Status notification
  • Transaction status query
  • Payment with card storage
  • Pages Customization
  • Payment link
  • Split Payment
  • Payment with multiple payment methods
  • 3DS 2.0 Integration

HTML Pre-Authorization

  • Overview

HTML Recharge

  • Overview
  • Quick start
  • Initializing a Recharge transaction

REST Generic Operations

  • Overview
  • Token creation service
  • Generic operation service

JavaScript Payment

  • Overview
  • Quick start
  • Transaction creation service
  • Virtual store's payment page
  • Transaction query service

JavaScript Store

  • Overview
  • Quick start
  • Transaction creation service
  • Virtual store's page

Merchant Web Page

  • Introduction
  • Access to web page
  • Two-Factor Authentication
  • User Configuration
  • Configure Authorizers
  • Transaction Report
  • Daily Summary Report
  • Store Report
  • Recharge Report
  • Analytical Report
  • Transaction Cancellation
  • Schedule
  • Configure Risk Analysis
  • Configure Order Authorizers
  • Users Administration
  • Generate Payment Link

Retry

  • Overview
  • Flow
  • Retry and Schedule

SiTef Routings

  • Bradescard
  • Cetelem
  • GetnetLac
  • Orbitall
  • Vero
  • Bin
  • Sipag

Non SiTef Routings

  • Banco do Brasil
  • Banrisul Vero
  • Cielo e-Commerce
  • EPX
  • e.Rede Rest
  • Fepas HUB
  • Getnet WS
  • GlobalPayments WS
  • IPG
  • Itaú Shopline
  • Mercado Pago
  • PagSeguro
  • PayPal
  • SafraPay
  • Stone WS

Digital Wallet

  • Overview
  • VEE Digital Wallet via CardSE
  • Pix via CardSE
  • Google Pay
  • Visa Checkout
  • Masterpass
  • Samsung Pay
  • Apple Pay
  • Configuration for Digital Wallets

Anti-Fraud Integration

  • Overview
  • Risk analysis service on the HTML Interface
  • Risk analysis response
  • Manual review flow
  • Fraud notification service
  • ClearSale
  • CyberSource
  • Konduto
  • Fraud Detect

General Information

  • Authorizers
  • Digital Certificates
  • API codes
  • Soft Descriptor
  • Signature authentication

Batch Registrations

  • Batch Store Registration
  • Batch Routing Configuration

REST Merchants Registration

  • Overview
  • Quick start
  • Token creation service
  • Merchant creation service
  • Merchant editing service
  • Merchant query service
  • Merchant status query service
  • List merchants service
  • API codes

3DS Server

  • Overview
  • Quick start
  • Transaction creation service
  • Authentication service
  • Transaction query service
  • Challenge messages
  • Decoupled notification
  • Initiating a 3DS Method
  • API codes

Payment with multiple payment methods service

After consuming the transaction creation service and obtaining a NIT, it's possible to proceed to the next step of the flow: calling the payment effectuation service.

This can be done by either using a single payment method (read the document "Payment effectuation service") or 2 (two) payment methods.

In this chapter we will write about paymets done by using 2 (two) payment methods, which we call Multiple payment methods payment.

Please contact our support team in order enable this operation in your store.

Flow

The multiple payment methods payment flow has important differences when compared to the traditional payment.

The first difference is that there will be two transactions related to a single operation and each one of them is used to effectuate the payment of one of the chosen payment methods. The first transaction is created in the e-SiTef transaction initialization call and the second is created indirectly during the multiple payment methods payment call.

The second difference is that some data of the first transaction is modified during the payment effectuation call. Initially the first transaction has its own amount, installments and financing type. When the multiple payment methods call is done, this transaction amount is changed to the first payment method amount and the same will occur to the installments and financing type if their value is informed in the request. The second transaction will also be created with the amount, intallments and financing type informed by the second payment method in the request, but if the intallments and financing type are not present, they will inherit the values passed in the original first transaction. The sum of the first and second payment amounts must be equal to the amount in the e-SiTef intialization transaction call.

The third difference is that multiple payment methods payment response is composed by each transaction response. It means that each of the transactions' responses can affect the results of the other one.

We will cover the e-SiTef predicted scenarios below.

Automatic confirmation flow

The automatic confirmation flow for multiple payment methods payment has 3 (three) stages: transactions update/initialization; payments effectuation; confirmations.

If any transaction fails, e-SiTef will not proceed to the next stage and will handle the failure as explained in the cases presented below.

Sucessful payment

First payment fails

When the first payment fails, the second transaction will be promptly canceled and its payment call will not be triggered to the acquirer. An issue will be registered and the merchant may contact e-SiTef's support team if they find it necessary.

Response example
{
    "code": "1013",
    "message": "Error processing multiple payment methods",
    "payments": [
        {
            "authorizer_code": "19",
            "authorizer_message": "19 Refaca Trans.",
            "status": "NEG",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "25052428543",
            "authorizer_id": "1",
            "acquirer_id": "5",
            "acquirer_name": "Redecard",
            "authorizer_date": "25/03/2020T17:24",
            "authorization_number": "080384",
            "merchant_usn": "25052428543",
            "esitef_usn": "200325048537090",
            "sitef_usn": "606060",
            "host_usn": "707070",
            "amount": "1254784",
            "payment_type": "C",
            "issuer": "1",
            "authorizer_merchant_id": "00000005"
        },
        {
            "status": "CAN"
        }
    ]
}

Second payment fails

When the second payment fails, the first transaction will be undone. An issue will be registered and the merchant may contact e-SiTef's support team if they find it necessary.

Response example
{
    "code": "1013",
    "message": "Error processing multiple payment methods",
    "payments": [
        {
            "authorizer_code": "000",
            "authorizer_message": "Transacao Aprov.",
            "status": "PPN",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "25053142469",
            "customer_receipt":"====CUPOM COMPRADOR====",
            "merchant_receipt":"====CUPOM ESTABELECIMENTO====",
            "authorizer_id": "1",
            "acquirer_id": "5",
            "acquirer_name": "Redecard",
            "authorizer_date": "25/03/2020T17:31",
            "authorization_number": "252490",
            "merchant_usn": "25053142469",
            "esitef_usn": "200325048537130",
            "sitef_usn": "252490",
            "host_usn": "999252490   ",
            "amount": "100",
            "payment_type": "C",
            "issuer": "1",
            "authorizer_merchant_id": "000000000000005",
            "payment_date": "25/03/2020T17:31"
        },
        {
            "authorizer_code": "255",
            "authorizer_message": "(2)Cartao invalido",
            "status": "NEG",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "25053142469",
            "authorizer_id": "2",
            "acquirer_name": "REDE",
            "merchant_usn": "25053142469",
            "esitef_usn": "200325048537140"
        }
    ]
}

First confirmation fails

When the first confirmation fails, the second transaction will be undone. An issue will be registered and the merchant may contact e-SiTef's support team if they find it necessary.

Response example
{
    "code": "1013",
    "message": "Error processing multiple payment methods",
    "payments": [
        {
            "authorizer_code": "200",
            "authorizer_message": "Function performed error-free [Cód.: 00]",
            "status": "PEN",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "20031345238",
            "customer_receipt":"====CUPOM COMPRADOR====",
            "merchant_receipt":"====CUPOM ESTABELECIMENTO====",
            "authorizer_id": "2",
            "acquirer_id": "414",
            "acquirer_name": "IPG",
            "authorizer_date": "25/03/2020T17:44",
            "authorization_number": "526985",
            "merchant_usn": "20031345238",
            "esitef_usn": "200325048537170",
            "host_usn": "350815827",
            "tid": "YES80192700",
            "amount": "103",
            "payment_type": "C",
            "payment_date": "25/03/2020T17:44"
        },
        {
            "authorizer_code": "200",
            "authorizer_message": "Function performed error-free [Cód.: 00]",
            "status": "PPN",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "20031345238",
            "customer_receipt":"====CUPOM COMPRADOR====",
            "merchant_receipt":"====CUPOM ESTABELECIMENTO====",
            "authorizer_id": "2",
            "acquirer_id": "414",
            "acquirer_name": "IPG",
            "authorizer_date": "25/03/2020T17:44",
            "authorization_number": "308718",
            "merchant_usn": "20031345238",
            "esitef_usn": "200325048537180",
            "host_usn": "916699212",
            "tid": "YES47652463",
            "amount": "102",
            "payment_type": "C",
            "payment_date": "25/03/2020T17:44"
        }
    ]
}

Second confirmation fails

When the second confirmation fails, the first transaction will be already confirmed. Therefore, it must be manually cancelled if the merchant finds it necessary by using either the REST cancellation call or the Merchant Web Page. An issue will be registered and the merchant may contact e-SiTef's support team if they find it necessary.

Response example
{
    "code": "255",
    "message": "Transaction Denied",
    "payments": [
        {
            "authorizer_code": "200",
            "authorizer_message": "Function performed error-free [Cód.: 00]",
            "status": "CON",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "20030404545",
            "customer_receipt":"====CUPOM COMPRADOR====",
            "merchant_receipt":"====CUPOM ESTABELECIMENTO====",
            "authorizer_id": "2",
            "acquirer_id": "414",
            "acquirer_name": "IPG",
            "authorizer_date": "25/03/2020T17:48",
            "authorization_number": "488040",
            "merchant_usn": "20030404545",
            "esitef_usn": "200325048537190",
            "host_usn": "572994560",
            "tid": "YES64194442",
            "amount": "102",
            "payment_type": "C",
            "payment_date": "25/03/2020T17:48"
        },
        {
            "authorizer_code": "200",
            "authorizer_message": "Function performed error-free [Cód.: 00]",
            "status": "PEN",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "20030404545",
            "customer_receipt":"====CUPOM COMPRADOR====",
            "merchant_receipt":"====CUPOM ESTABELECIMENTO====",
            "authorizer_id": "2",
            "acquirer_id": "414",
            "acquirer_name": "IPG",
            "authorizer_date": "25/03/2020T17:48",
            "authorization_number": "454463",
            "merchant_usn": "20030404545",
            "esitef_usn": "200325048537200",
            "host_usn": "108829897",
            "tid": "YES45823552",
            "amount": "103",
            "payment_type": "C",
            "payment_date": "25/03/2020T17:48"
        }
    ]
}

Payment with late confirmation flow

The payment with late confirmation flow has 2 (two) stages: transactions update/initialization; payments effectuation.

If any transaction fails, e-SiTef will not proceed to the next stage and will handle the failure as explained in the cases presented below.

Succesful payment

First payment fails

When the first payment fails, the second transaction will be promptly canceled and its payment call will not be triggered to the acquirer.

Response example
{
    "code": "1013",
    "message": "Error processing multiple payment methods",
    "payments": [
        {
            "authorizer_code": "19",
            "authorizer_message": "19 Refaca Trans.",
            "status": "NEG",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "25052428543",
            "authorizer_id": "1",
            "acquirer_id": "5",
            "acquirer_name": "Redecard",
            "authorizer_date": "25/03/2020T17:24",
            "authorization_number": "080384",
            "merchant_usn": "25052428543",
            "esitef_usn": "200325048537090",
            "sitef_usn": "606060",
            "host_usn": "707070",
            "amount": "1254784",
            "payment_type": "C",
            "issuer": "1",
            "authorizer_merchant_id": "00000005"
        },
        {
            "status": "CAN"
        }
    ]
}

Second payment fails

When the second payment fails, the first transaction will be undone.

Response example
{
    "code": "1013",
    "message": "Error processing multiple payment methods",
    "payments": [
        {
            "authorizer_code": "000",
            "authorizer_message": "Transacao Aprov.",
            "status": "PPN",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "25053142469",
            "customer_receipt":"====CUPOM COMPRADOR====",
            "merchant_receipt":"====CUPOM ESTABELECIMENTO====",
            "authorizer_id": "1",
            "acquirer_id": "5",
            "acquirer_name": "Redecard",
            "authorizer_date": "25/03/2020T17:31",
            "authorization_number": "252490",
            "merchant_usn": "25053142469",
            "esitef_usn": "200325048537130",
            "sitef_usn": "252490",
            "host_usn": "999252490   ",
            "amount": "100",
            "payment_type": "C",
            "issuer": "1",
            "authorizer_merchant_id": "000000000000005",
            "payment_date": "25/03/2020T17:31"
        },
        {
            "authorizer_code": "255",
            "authorizer_message": "(2)Cartao invalido",
            "status": "NEG",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "25053142469",
            "authorizer_id": "2",
            "acquirer_name": "REDE",
            "merchant_usn": "25053142469",
            "esitef_usn": "200325048537140"
        }
    ]
}

Call details

  • Resource: /v1/payments/multiple/{nit}
  • HTTP Method: POST
  • Request format: JSON
  • Response format: JSON
  • Header parameters:
ParameterDescriptionFormatMandatory
merchant_idMerchant code on e-SiTef. The production and certification codes will be different.< 15 ANYES
merchant_keyMerchant authentication key on e-SiTef. The production and certification keys will be different.< 80 ANYES
Content-TypeIt must be sent with the value application/json.= 15 ANYES

Examples

Below are some examples of the payment effectuation service call using the cURL tool.

Payment

Request:

curl
--request POST "https://esitef-homologacao.softwareexpress.com.br/e-sitef/api/v1/payments/multiple/1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr"
--header "Content-Type: application/json"
--header "merchant_id: xxxxxxxx"
--header "merchant_key: xxxxxxxxxxx"
--data-binary
{
    "multiple_payment_methods": [
        {
            "number": "45518201234512345",
            "expiry_date": "1222",
            "security_code": "123",
            "authorizer_id": "218",
            "installments": "1",
            "installment_type": "4",
            "amount": "512"
        },
        {
            "number": "45518201234512345",
            "expiry_date": "1222",
            "security_code": "123",
            "authorizer_id": "218",
            "installments": "1",
            "installment_type": "4",
            "amount": "510"
        }
    ]
}
--verbose

Response:

{
    "code": "0",
    "message": "OK. Transaction successful.",
    "payments": [
        {
            "authorizer_code": "000",
            "authorizer_message": "Transacao Aprov.",
            "status": "PPC",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "20125445982",
            "customer_receipt":"====CUPOM COMPRADOR====",
            "merchant_receipt":"====CUPOM ESTABELECIMENTO====",
            "authorizer_id": "1",
            "acquirer_id": "5",
            "acquirer_name": "Redecard",
            "authorizer_date": "20/03/2020T14:32",
            "authorization_number": "202650",
            "merchant_usn": "16013439434",
            "esitef_usn": "200320048363850",
            "sitef_usn": "202650",
            "host_usn": "999202650   ",
            "amount": "512",
            "payment_type": "C",
            "issuer": "1",
            "authorizer_merchant_id": "000000000000005",
            "payment_date": "20/03/2020T14:32"
        },
        {
            "authorizer_code": "000",
            "authorizer_message": "Transacao Aprov.",
            "status": "PPC",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "20125445982",
            "customer_receipt":"====CUPOM COMPRADOR====",
            "merchant_receipt":"====CUPOM ESTABELECIMENTO====",
            "authorizer_id": "2",
            "acquirer_id": "5",
            "acquirer_name": "Redecard",
            "authorizer_date": "20/03/2020T14:32",
            "authorization_number": "202651",
            "merchant_usn": "16013439434",
            "esitef_usn": "200320048363860",
            "sitef_usn": "202651",
            "host_usn": "999202651   ",
            "amount": "510",
            "payment_type": "C",
            "issuer": "2",
            "authorizer_merchant_id": "000000000000005",
            "payment_date": "20/03/2020T14:32"
        }
    ]
}

Payment with stored card

Request:

curl
--request POST "https://esitef-homologacao.softwareexpress.com.br/e-sitef/api/v1/payments/1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr"
--header "Content-Type: application/json"
--header "merchant_id: xxxxxxxx"
--header "merchant_key: xxxxxxxxxxx"
--data-binary
{
    "multiple_payment_methods": [
        {
            "token": "g16hJtpdU6XEN3FP-ApQ9pKTGII5Fa9Y12tRX-qfyC-+BUCV5OaFn807zwwOR6rDtKoRnIJg0QbikaJqJqosyQ==",
            "authorizer_id": "1",
            "installments": "1",
            "installment_type": "4",
            "amount": "512",
            "security_code": "123"
        },
        {
            "token": "g16hJtpdU6XEN3FP-ApQ9pKTGII5Fa9Y12tRX-qfyC-+BUCV5OaFn807zwwOR6rDtKoRnIJg0QbikaJqJqosyQ==",
            "authorizer_id": "2",
            "installments": "1",
            "installment_type": "3",
            "amount": "510",
            "security_code": "321"
        }
    ]
}
--verbose

Response:

{
    "code": "0",
    "message": "OK. Transaction successful.",
    "payments": [
        {
            "authorizer_code": "000",
            "authorizer_message": "Transacao Aprov.",
            "status": "PPC",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "20125445982",
            "customer_receipt":"====CUPOM COMPRADOR====",
            "merchant_receipt":"====CUPOM ESTABELECIMENTO====",
            "authorizer_id": "1",
            "acquirer_id": "5",
            "acquirer_name": "Redecard",
            "authorizer_date": "20/03/2020T14:32",
            "authorization_number": "202650",
            "merchant_usn": "16013439434",
            "esitef_usn": "200320048363850",
            "sitef_usn": "202650",
            "host_usn": "999202650   ",
            "amount": "512",
            "payment_type": "C",
            "issuer": "1",
            "authorizer_merchant_id": "000000000000005",
            "payment_date": "20/03/2020T14:32"
        },
        {
            "authorizer_code": "000",
            "authorizer_message": "Transacao Aprov.",
            "status": "PPC",
            "nit": "1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqr",
            "order_id": "20125445982",
            "customer_receipt":"====CUPOM COMPRADOR====",
            "merchant_receipt":"====CUPOM ESTABELECIMENTO====",
            "authorizer_id": "2",
            "acquirer_id": "5",
            "acquirer_name": "Redecard",
            "authorizer_date": "20/03/2020T14:32",
            "authorization_number": "202651",
            "merchant_usn": "16013439434",
            "esitef_usn": "200320048363860",
            "sitef_usn": "202651",
            "host_usn": "999202651   ",
            "amount": "510",
            "payment_type": "C",
            "issuer": "2",
            "authorizer_merchant_id": "000000000000005",
            "payment_date": "20/03/2020T14:32"
        }
    ]
}

Request parameters

The table below describes the request parameters of the payment with multiple payment methods effectuation service:

ParameterDescriptionFormatMandatory
multiple_payment_methods[] Array of payment methods. Exactly 2 (two) payment methods must be sent. Each payment method is composed by the fields described below.
authorizer_idCode of the authorizer on e-SiTef. Learn more.
If this field wasn't sent during the transaction creation phase, it will become mandatory when consuming the payment effectuation service.
< 3 NYES
installmentsNumber of installments. If this field is not sent, the value informed in the e-SiTef initialization transaction request will be used.< 2 NNO
installment_typeFinancing type. If this field is not sent, the value informed in the e-SiTef initialization transaction request will be used.< 2 NNO
amountAmount of the purchase assigned to this payment method (in cents).< 12 NYES
numberCustomer's card number (PAN).< 19 NYES
expiry_dateCard expiry date in MMYY format. Its requirement depends on the selected acquirer. In most cases, this field is mandatory.= 4 NCOND.
tokenHASH of a card stored on e-SiTef. It's not allowed to send an ‘open' card number (number field) and a stored card (token field) on the same request.= 88 ANNO
security_codeCard security code. This field may not be mandatory if the company has an agreement in the contract established with the acquirers, only for payments of certain areas.
Important: a payment with schedule implies on storing the customer's card data on e-SiTef's environment. However, for security reasons, the security code cannot be stored. Therefore, the scheduled payments will always be executed without the security code.
< 5 NCOND.

Response parameters

If successful, the HTTP response code will be 201. Any other code must be interpreted as an error. The table below describes the response parameters of the payment effectuation service:

ParameterDescriptionFormat
codeMultiple payment methods operation e-SiTef response code. Any code different from 0 means failure. Learn more.< 4 N
messageMultiple payment methods operation e-SiTef response message.< 500 AN
payments[] Multiple payment methods operation payments responses array. Each item corresponds to the response for one of the chosen payment methods. Its fields are described below.
codee-SiTef response code for this payment method. Any code different from 0 means failure. Learn more..< 4 N
messagee-SiTef response message for this payment method.< 500 AN
authorizer_codeAuthorizer response code.< 10 AN
authorizer_messageAuthorizer response message.< 500 AN
statusStatus of the payment transaction on e-SiTef. Learn more.= 3 AN
nitIdentifier of the payment transaction on e-SiTef.= 64 AN
order_idOrder code sent by the merchant on the creation of the transaction.< 20 AN
merchant_usnUnique sequential number sent by the merchant on the creation of the transaction.< 12 N
amountAmount of the purchase assigned to this payment method (in cents).< 12 N
sitef_usnUnique sequential number of the payment transaction on SiTef.= 6 N
esitef_usnUnique sequential number of the payment transaction on e-SiTef.= 15 N
customer_receiptCustomer's receipt.< 4000 AN
merchant_receiptMerchant's receipt.< 4000 AN
authorizer_idCode of the authorizer used on the transaction.< 4 N
acquirer_idCode of the acquirer used on the transaction.< 4 N
acquirer_nameName of the acquirer used on the transaction.< 100 AN
authorizer_datePayment authorization date returned by the authorizer in DD/MM/YYYY'T'HH:mm format. Example: 13/07/2017T16:03= 16 D
authorization_numberAuthorization number.< 6 AN
host_usnHost USN.< 15 AN
tidID of the transaction on the acquirer. This field is only returned on transactions with acquirers that are external to SiTef.< 40 AN
eciEletronic Commerce Indicator (security level indicator of the payment transaction via Cielo e-Commerce).< 3 AN
payment_datePayment authorization date on e-SiTef in DD/MM/YYYY'T'HH:mm format. Example: 13/07/2017T16:03= 16 D
issuerIssuer code returned by the authorizer.< 5 AN
authorizer_merchant_idAffiliation code of the merchant on the authorizer.< 100 AN
xidXID field returned on 3DS authentications or certain acquirers.< 40 AN
authentication_urlAuthentication URL returned on payment with authentication flows. Only available to Cielo e-Commerce.< 56 AN
balanceCurrent balance after payments with Gift cards.< 12 N
payment.analysis
codeResponse code of the fraud analysis operation.< 4 N
messageResponse message of the fraud analysis operation.< 200 AN
statusStatus of the fraud analysis transaction on e-SiTef. This field can assume the following value:
NOV – New.
EXP – Expired.
ACC – Accepted
REJ – Rejected
REV – In review
INV – Invalid
= 3 AN
← Card query servicePayment with multiple payment methods confirmation service →
  • Flow
    • Automatic confirmation flow
    • Payment with late confirmation flow
  • Call details
  • Examples
    • Payment
    • Payment with stored card
  • Request parameters
  • Response parameters
e-SiTef
Relacionamento com o cliente
+55 (11) 3170-5300+55 (11) 4766-8000comercial@softwareexpress.com.br
Acessos
Portal do DesenvolvedorPortal e-SiTefVersão para impressão
Copyright © 2021 Software Express Informática Ltda - Todos os direitos reservados