Login
User Authentication and Authorization Initialization
Default value: iyzipayApiGateway
Merchant-specific client_id value provided by iyzico.
Merchant-specific client secret value generated by iyzico.
Default value: code
Username
User password
Unix timestamp value of the relevant request.
Success
Auth Code
Transaction date
Transaction validity date
Unauthorized
Sample Collection
Get Token with Auth Code / Refresh Token
Authorization with Basic Auth. Postman Basic Auth fields:
- Username: client_id
- Password: client_secret
HTTP header equivalent: Authorization: Basic base64(client_id:client_secret)
Success
Access Token Value
Refresh Token Value
Default Scope Value
Token type used in authorization
Validity period in seconds.
Bad Request
Unauthorized
Authorization with Basic Auth. Postman Basic Auth fields:
- Username: client_id
- Password: client_secret
HTTP header equivalent: Authorization: Basic base64(client_id:client_secret)
Generates a JWT token using the Refresh Token. Basic Auth is performed with client_id and client_secret.
Transaction type for token generation
Refresh token value to be used for token renewal.
Success
Access Token Value
Refresh Token Value
Default Scope Value
Token type used in authorization
Validity period in seconds.
Unauthorized
Sample Collection
Last updated
