Making a request

With its Collection and Environmet configured, creating a transaction with Cielo is extremely easy:

  1. Select which request you want to use.
  2. Verify that the correct Environment is selected
  3. Click SEND.
  4. At the bottom you will see 2 information:
  • Response Body - Here is where the data returned from your transactions are listed
  • HTTP Status - Here you check if your request worked.

Obs: If you do not receive a response, check the HTTP status.

Generating examples in other languages.

POSTMAN allows you to create examples of other languages based on the JSON requests for Cielo products.

Below we show how to generate an example in Python

1 - Access the request you want to convert and click CODE in the right corner of the screen.

Obs: If this link does not exist on your screen, click Params

2 - Select the language you want to convert, in this case, Python.

3 - The Json sample is converted to Python