Quick start
#
Creating a transactionHTTP method: POST
URL: https://esitef-homologacao.softwareexpress.com.br/e-sitef/api/v1/store
Headers:
- Content-Type: application/json
- merchant_id: {your merchant id}
- merchant_key: {your merchant key}
Request:
To use this example, don't forget to define the variable {{url}}
to the value
esitef-homologacao.softwareexpress.com.br
Response:
Learn more about this service.
#
Page of virtual merchantThe merchant’s page must contain the Carat Portal’s script. Below are the URL’s for download:
URL for Production environment:
https://esitef.softwareexpress.com.br/js/esitefstore-1.0.min.js
URL for Homologation environment:
https://esitef-homologacao.softwareexpress.com.br/js/esitefstore-1.0.min.js
Example
Below is an example of a page integrated with Carat Portal’s JavaScript payment:
To use this example, don't forget to define the variable {{url}}
to the value
esitef-homologacao.softwareexpress.com.br
#
Receiving a store notificationAs soon as the store process is finished, Carat Portal will notify the merchant with a POST on their registered store URL, containing the stored card token.
Below is an example of a request to be made by Carat Portal in the domain registered by the merchant: