Skip to content

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

Notifications You must be signed in to change notification settings

okancancoskun/iyzipay-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"});

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published