e-SiTef

e-SiTef

  • Portal do Desenvolvedor
  • Fale Conosco
  • English

›Non SiTef Routings

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

GlobalPayments WS

The merchant can configure in e-SiTef how credit card transactions are routed. There are many acquirers and payment methods available, and one of them is GlobalPayments.

In this document, the nomenclature GlobalPaymentsWS will be used.

Therefore, in e-SiTef, the merchant can configure, for example, VISA cards routed to GlobalPaymentsWS, and MASTERCARD cards to CIELO, and so on.

e-SiTef supported interfaces for integration

The following interfaces are supported for integration with GlobalPaymentsWS:

  • REST Payment
  • REST Pre-Authorization
  • REST Cancel
  • HTML Payment
  • HTML Pre-Authorization
  • Cancel via e-SiTef Merchant's Portal

Attention: This integration also allows 3DS authentication data (eci, xid and cavv) to be sent. Learn more about this service.

Allowed Authorizers / Issuers

For more information about authorizers / issuers available to transactions by GlobalPaymentsWS routing, please contact GlobalPayments acquirer.

Required credentials

The merchant must obtain from GlobalPaymentsWS the credentials listed below and send them to Software Express or register them as explained in the next item of this document.

ParameterDescriptionFormat
terminalTerminal number defined by GlobalPaymentsWS.< 3 N
merchantCodeMerchant code defined by GlobalPaymentsWS.< 15 N
secretKeyMerchant secret key in GlobalPaymentsWS.AN

Registering information in e-SiTef Merchant's Portal

The merchant itself can register the information obtained from GlobalPaymentsWS on e-SiTef's merchant's portal. It is also possible to change configurations. For this purpose, the merchant must select the desired authorizer and enter the editing screen as in the example below:

Transaction Flows

In this section, the GlobalPaymentsWS transactional flow particularities will be presented.

REST Pre-Authorization

Pre-authorization effectuation service

Although e-SiTef allows sending financing data (installments) in the capture step of the Pre-Authorization REST interface, GlobalPaymentsWS requires this information on the pre-authorization effectuation step. Learn more.

Pre-authorization capture service

In the capture service, the transaction value must be equal or less than the pre-authorized transaction.

GlobalPaymentsWS requires that the installments are sent on the pre-authorization effectuation step. Therefore, the installments field value in the capture service is not considered. In addition, GlobalPaymentsWS considers that all installment plans are without interest. So the installment_type field value is not considered in capture method.

REST Payment

This interface supports sending the recurrency flag, external authentication fields, and the soft descriptor.

Late confirmation

REST Payment has the postpone_confirmation field on the transaction creation service, which indicates whether the payment will be done with automatic or manual confirmation, the latter being done by calling the payment confirmation service. However, due to the GlobalPaymentsWS API, when performing a payment with late confirmation, in practice a pre-authorization request is called and the payment confirmation service method generates a capture request.

Card query service

This service does a query that validates the card used in the payment using the GlobalPaymentsWS API. In order to work properly, the ZeroDollar functionality must be enabled on the merchant's registry on GlobalPayments.

HTML Payment

For HTML payments, during the creation of the transaction in e-SiTef, the postpone_confirmation field allows the payment transaction to become pending at the end of the user interaction with the e-SiTef interface, and later it can be confirmed or undone through the REST Payment Confirmation Interface.

In this case there is also the peculiarity that when the transaction is created with the field postpone_confirmation = true, in practice a pre-authorization request is made to the GlobalPaymentsWS API and, consequently, the confirmation made by the REST interface generates a capture request.

Cancellation

Cancellation requests only will be accepted during the same day (until 23:59:59) that a transaction is captured or confirmed.

The merchant can request a Cancel transaction using the REST cancel interface or the e-SiTef Merchant's Portal.

GlobalPaymentsWS only allows partial cancellations in pre-authorized transactions. For other transaction types, only the full amount transactions can be cancelled.

Authentication via HTML

If the HTML Payment/Pre-Authorization interface is being used, the following parameter must be sent to perform the authentication:

ParameterDescriptionFormatMandatory
authorizer_authenticationThis field must be sent with value true if a payment with authentication is desired. Learn more about this service.< 5 ANYES

GlobalPaymentsWS Test Cards

GlobalPaymentsWS provide the following test card numbers for using in test environment:

Option / ResultCredit card numberExpiry DateCard Security Code
Spot Sale454881204940000412/20123
Installments plan476112000000014812/17111
Deny transaction111111111111111711/20-
← Getnet WSIPG →
  • e-SiTef supported interfaces for integration
  • Allowed Authorizers / Issuers
  • Required credentials
  • Registering information in e-SiTef Merchant's Portal
  • Transaction Flows
    • REST Pre-Authorization
    • REST Payment
    • HTML Payment
    • Authentication via HTML
  • GlobalPaymentsWS Test Cards
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