Giter VIP home page Giter VIP logo

iyzico-bin-php's Introduction

iyzico BIN Checker 1.0.2 PHP

easy BIN info for out customers

Version

16.09.2014 - 1.0.2

##1. Introduction

We as iyzi payments know that BIN information is a valueable part of the checkout page and payment procedure. With this information the user experience on the checkout page can be enchanced greatly. This data requires careful investigation and upto date data which may be burden to handle for our customers. For this we created the BIN List Checker API for our customers.

  1. Request

To get the BIN info you need to make request a POST request to ; https://api.iyzico.com/bin-check with your api_id, secret and BIN number.

  1. Response

On the response you will get the following info ; Card Type (DEBIT CARD / CREDIT CARD), Issuer (Visa, Master , ...etc) Brand (Maximum, World, Bonus, ...etc)

##2. Field Explanations

In this part you will find more detailed information about the fields that you are gonna send with the request and the fields you will get on the response.

  1. Request Fields
Field Type/Length Description
api_id AlphaNumeric/32 Api id from iyzico account
secret AlphaNumeric/32 Secret from iyzico account
bin Numeric/6 BIN number you want to get info about
  1. Response Fields
Field Type/Length Description
code Numeric/4 Numeric code representing the status of response (200 for success)
status AlphaNumeric/16 Explanation for status
details object Object containing the details
BIN Numeric/6 The BIN number from the request
CARD_TYPE AlphaNumeric/20 Card type (DEBIT CARD / CREDIT CARD)
ISSUER AlphaNumeric/10 Issiuer institute (Master, Visa, ...)
BRAND AlphaNumeric/10 The card brand (Maximum, World, ...)

##3. Error Codes

Error Code Message Reason
888.777.901 Method Not Allowed Rather than POST request
888.777.902 Currently Service Not Available. Try again after some time. Service not available
888.777.903 Bad POST Request. api_id, secret, bin parameters not founded in POST request
888.777.904 Bad POST Requested Params. api_id / secret / bin values = null
888.777.905 Invalid BIN Value. BIN value length < 6
888.777.906 Invalid Merchant. api_id & secret not founded/matched
888.777.907 Unauthorized Merchant Merchant Blocked/terminated/rejected
888.777.908 BIN check is disabled. Bin check is disabled for merchant
888.777.909 Can not find Issuer for given BIN Number bin value not matching any issuer
000.000.000 Successful detailed response success

iyzico-bin-php's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.