- Notifications
You must be signed in to change notification settings - Fork26
iyzico/iyzipay-postman
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The easiest way of learning iyzipay API is testing the web endpoints by using Postman or SoapUI. We created a set of configurations on Postman. You can import the collection file in this project in you local Postman or SoapUI application and start using.
The tests will run onSandbox environment.
First, you need api key and secret key. In order to get these values, complete the following steps:
- Register frommerchant registration page of Sandbox
- Opensettings page
- Click on API Key and Secret Key boxes to see and copy the required values
- Copy these values. You will need to paste them in Postman.
Then open Postman and follow these steps:
- Importiyzipay API collection file in postman
- Run Heathcheck service. These will add two global values to Postman.
- Click on eye icon on the right top of Postman UI. Paste apiKey and secretKey values to related fields.
Now you can continue using Postman for testing iyzipay API.
The best way of automating API testing is using Postman, Newman and Jenkins. You can check the details fromHow to write powerful automated API tests with Postman, Newman and Jenkins
You can also use SoapUI for running the tests. You can check the details fromImporting SoapUI projects into Postman
These tests are originally developed by Kurtuluş Şahin from iyzico.