You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

iyzipay-node-client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iyzipay-node-client

Node client for iyzipay.

1.1.6
latest
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

iyzipay-node-client

Node client for iyzipay.

This is an unofficial library. Use at your own risk

Features

  • Compatible with edge environment
  • Compatible with Next.js /app directory
  • Extends AxiosInstance, build your own requests. This library is only for auth headers
  • Defualt client uses IYZIPAY_API_KEY, IYZIPAY_SECRET_KEY and IYZIPAY_BASE_URL environment variables

Examples

Default client:

const iyzico = require("iyzipay-node-client")

iyzico.post(...)

Custom client:

const { IyzicoClient } = require("iyzipay-node-client")

const iyzico = new IyzicoClient("<api-key>", "<api-secret>", "<base-url>")

iyzico.post(...)

FAQs

Package last updated on 13 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts