Ticket
The merchant has the possibility to configure the routing of transactions made with credit and debit cards in the Carat by various means of payment, and one of them is Ticket REST. This is Ticket acquirer's e-commerce platform. In the case of the ticket, transactions will be made only by debit using Alimentação, Refeição, Flex e Super Flex.
ATTENTION: It may be necessary to ask support team to register the merchant's ID (CNPJ) linked with Ticket, if not already registered.
The nomenclature "Ticket REST" will be used to refer to the routing in Carat.
#
Integration supported interfacesYou can use the following interfaces to integrate with Ticket REST routing:
#
FlowsThis section will present the specific or relevant fields of Ticket REST transactional flow.
Currently, Ticket REST does not allow installments with interest from the card issuer, so the
installments_type
field must receive value4
. The fieldinstallments
must receive the value of1
.
#
Payment Transaction Creation (REST)Transaction creation for REST Payment example:
To use this example, don't forget to define the variable {{url}}
with the value
esitef-homologacao.softwareexpress.com.br
Response:
#
REST PaymentRelevant fields in the call described in Payment effectuation service:
ATTENTION: card expiry date field (
card.expiry_date
) is optional for payment effectuation.
REST Payment example:
Request
To use this example, don't forget to define the variable {{url}}
with the value
esitef-homologacao.softwareexpress.com.br
Response
#
REST CancelCanceling a transaction can be done on Web Service REST and through Merchant's Portal.
Cancel requests can be made after 180 days and only in full value of the original payment transaction.
ATTENTION: card expiry date field (
card.expiry_date
) is optional for payment cancellation.
Transaction creation for REST Cancel example:
To use this example, don't forget to define the variable {{url}}
with the value
esitef-homologacao.softwareexpress.com.br
Response
REST Cancel example:
Request
To use this example, don't forget to define the variable {{url}}
with the value
esitef-homologacao.softwareexpress.com.br
Response