Code Monkey home page Code Monkey logo

x-perfectmoney's Introduction

X-PerfectMoney

github star

Jetbrains

简介

X-PerfectMoney——一套基于Java实现的PerfectMoney在线支付接口第三方SDK,旨在屏蔽底层逻辑提供一套简单的API方便调用。

Maven

<dependency>
  <groupId>com.github.xuchengen</groupId>
  <artifactId>X-PerfectMoney</artifactId>
  <version>1.0</version>
</dependency>

Sample

PerfectMoneyClient perfectMoneyClient = new PerfectMoneyClient.Builder()
                .setHost("https://perfectmoney.com")
                .setAccountID("your login account")
                .setPassPhrase("your login password")
                .setAlternatePassPhrase("your passphrase")
                .build();

Date startDate = DateTool.toDate("2020-01-01", "yyyy-MM-dd");
Date endDate = DateTool.toDate("2020-01-01", "yyyy-MM-dd");
HistoryBillResponse response = perfectMoneyClient.getHistoryBillList(startDate, endDate);

特别鸣谢

以上排名不分先后。

友情捐赠

您的捐赠将用于购买JetBrains旗下IDEA开发工具正版序列号,并进行共享。

银联支付 微信支付 支付宝

x-perfectmoney's People

Contributors

xuchengen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.