Skip to content

ComputingForces/mobile-payment-android-sdk

Repository files navigation

Android Webmoney Mobile Payment SDK V1

First Release 02.12.2016


Compatibility Notice

  • Supports API level 7+ for library.
  • Supports API level 11+ for sample.

Requirements

You need to register on the https://merchant.webmoney.ru

Installation

  1. Include library --

The library is available in jCenter / BinTray:

compile 'ru.webmoney.android:mobilepaymentsdk:1.0.1'

  1. Android Manifest --
<manifest>
    <!-- Include following permission if you load images from Internet -->
    <uses-permission android:name="android.permission.INTERNET" />
    ...
</manifest>
  1. Using the example

Open Settings.java file and set the payment information

License

Android Webmoney Mobile Payment SDK is licensed under Apache V2 license, so feel free to use it in any open-source or commercial project.

Contact

Please post all bugs, feature requests, etc into the issues section. As usual, pull requests are welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages