Postman Collections

To perform transactions in the test environment, a sandbox test account must be created before the Postman configuration.

API 101

Basically, the fastest way to use iyzico APIs.

Step-1: Launch the Collection

First, click the button below to view our collection.

Run in Postman

After that, you will be able to view the collection online as shown below.

Step-2: Configuring API Information

Now it's time to run the services with your API information. To perform testing online, you will need to log in to your Postman account.

  1. First, log in to your Postman account.

In the pre-request script section of the sample collection that includes iyzico services, there is an environment definition where the API information is set, as shown below.

var apiKey = environment.apiKey;
var secretKey = environment.secretKey;

  1. To define your API information, create a new environment or edit the iyzico environment. Postman will ask you to fork the collection in order to save your changes.

  1. After saving the collection to your account, edit and save your API information.

Once you have defined your API information, you can test all services.

If you have any questions regarding the integration, you can contact us at [email protected] !

Last updated