GitHunt
OZ

oznakn/iyzipay-ts

An Npm package which is the rewrite of Iyzipay-node with Typescript

Iyzipay-ts

Rewrite of this iyzipay-node with Typescript and using Asynchronous call

Installation

npm i iyzipay-ts

Setup

import Iyzipay from "iyzipay-ts"

var iyzipay = new Iyzipay({apiKey: "sandbox-afXhZPW0MQlE4dCUUlHcEopnMBgXnAZI",
    secretKey: "sandbox-wbwpzKIiplZxI3hh5ALI4FJyAcZKL6kq",
    uri: "https://sandbox-api.iyzipay.com"});

Languages

TypeScript100.0%

Contributors

Created January 6, 2022
Updated February 20, 2025
oznakn/iyzipay-ts | GitHunt