Git Product home page Git Product logo

paystack.net.sdk's Introduction

Paystack.Net.SDK

Version Downloads

Paystack.Net.SDK is a library for using the Paystack API from .Net, .Net Core & .Net Standard.

It is written entirely in C#, with no external dependencies. Paystack.Net.SDK is released under the permissive MIT License, so it can be used in both proprietary and free/open source applications.

Donation Donate

If this project help you reduce time to develop, you can give me a cup of coffee (or a Beer of course) :)

Support via PayPal

Features

  • Transactions:

    • Initialize a transaction from your backend
    • Verify Transaction
    • List Transactions
    • FetchTransaction
    • ChargeAuthorization
    • TransactionTimeline
    • TransactionTotals
    • ExportTransactions
    • CheckAuthorization
    • RequestReAuthorization
  • Subscriptions:

    • CreateSubscription
  • Transfers:

    • CreateTransferRecipient
    • ListTransferRecipients
    • InitiateTransfer
    • FetchTransfer
    • ListTransfers
    • FinalizeTransfer
  • Charge:

    • ChargeCard
  • Customer:

    • CreateCustomer
    • FetchCustomer
    • ListCustomers

Releases

Stable binaries are released on NuGet, and contain everything you need to collect money via Paystack in your .Net/CLR application. For usage see the Documentation wiki

Paystack.Net.SDK works on .NET and .NET Standard/.NET Core.

Platform Binaries Folder
.NET 2.0 net20
.NET 3.5 net35
.NET 4.0 net40
.NET 4.5 net45
.NET 5.0 net50
.NET Standard 1.4 netstandard1.4
.NET Standard 1.6 netstandard1.6
.NET Standard 2.0 netstandard2.0
.NET Standard 2.1 netstandard2.1

Paystack.Net.SDK is also supported on these platforms: (via .NET Standard)

  • Mono 4.6
  • Xamarin.iOS 10.0
  • Xamarin.Android 10.0
  • Universal Windows Platform 10.0

Binaries for all platforms are built from a single Visual Studio 2019 Project. You will need VS 2019 to build or contribute to Paystack.Net.SDK.

Documentation and FAQs

Check the Wiki.

paystack.net.sdk's People

Contributors

developerslearnit avatar eaba avatar simplexng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

paystack.net.sdk's Issues

Remove dependency on Microsoft.Net.Http

Sort of related to the .NET standard issue that was recently closed. Microsoft.Net.Http is a library from 2015, it brings along with it BCL dependencies. Is there any way to remove this?

Problem With Getting List Of Customers.

Hi.

I'm using this code https://github.com/developerslearnit/Paystack.Net.SDK for Listing customers, but I can't get the response to see or iterate through, is there a type that I need to convert to or what? what do I change the void to, so that response can be something like List thereabout so I can access it? When it's void, like Create Customer, it worked fine, but when I need the response to see the data, that seems to be the hassle.

public static async void ListCustomers() { var paystackCustomerAPI = new PaystackCustomers(sk___xxx); var response = await paystackCustomerAPI.ListCustomers(); }

Any additional usings I should include? It looks a lot like Paystack thing to me. Thanks in advance.

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.