Giter Club home page Giter Club logo

qiwiapi's Introduction

DOCUMENTATION

Official QIWI developer page: https://developer.qiwi.com/ru/qiwi-wallet-personal/#intro
Source: https://github.com/Shnapik/Qiwi-Api-Class-PHP/blob/master/src/Qiwi.php
Official QIWI API page (without send...() functions): https://github.com/QIWI-API/bill-payments-php-sdk

Connection:
require_once 'path to file Qiwi.php';

$qiwiData = [
    'phone' => 'qiwi phone number without +',
    'token' => 'qiwi api token'
];

$qiwi = new Qiwi($qiwiData['phone'], $qiwiData['token'], false);

Basic function:

$walletBalance = $qiwi->getBalance();
var_dump($walletBalance);

FUNCTIONS

getProfile() - Information about account
getIdentification() - Information about account identification
getLimits() - Active limits, that account has
getRestrictions() - Shows if there are any restrictions and information about them
getPaymentsHistory() - Payment history
getPaymentsStats() - Payment statistics between chosen dates
getPaymentInfo() - Information about current payment
getCheque() - Cheque of current payment JPG/PDF
getBalance() - Current balance
getTax() - Tax, that you will pay by sending moneyy to a current account
getBills() - Check your bills
getMyNickName() - Shows account nickname
sendIdentification() - Sends identification to QIWI (didnt check it though)
sendMoneyToQiwi() - Send money without confirmation to someone
sendConverted() - Transferring funds to a foreign currency account QIWI Wallet with conversion from your ruble account.
sendMoneyToOther() - Send money by card num.
sendBillPayment() - Pay summ by bill number

qiwiapi's People

Contributors

dhorman avatar

Stargazers

 avatar  avatar

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.