Giter Site home page Giter Site logo

omnipay-pin's Introduction

Omnipay: Pin Payments

Pin Payments driver for the Omnipay PHP payment processing library

Build Status Latest Stable Version Total Downloads

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Pin support for Omnipay.

Pin Payments is an Australian all-in-one payment system, allowing you to accept multi-currency credit card payments without a security deposit or a merchant account.

Installation

Omnipay is installed via Composer. To install, simply add it to your composer.json file:

{
    "require": {
        "omnipay/pin": "~3.0"
    }
}

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

Basic Usage

The following gateways are provided by this package:

  • Pin

For general usage instructions, please see the main Omnipay repository.

Support

If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.

If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.

If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.

omnipay-pin's People

Contributors

aderuwe avatar amacneil avatar barryvdh avatar damienjbyrne avatar delatbabel avatar greydnls avatar jordanhenderson avatar justinjones avatar philsturgeon avatar victorgarcia avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

omnipay-pin's Issues

Should be able to createCustomer or purchase with a card token but no card

The API should allow purchase or createCustomer requests with no credit card, instread using a credit card token. The Pin API allows for this but the CreateCustomerRequest and PurchaseRequest classes assume a card is present because they try to obtain the email address from the card. It should be a simple matter to allow the classes to accept an email address as a separate parameter, along with a card token.

I will submit a PR for this once the PR for adding class documentation is merged (otherwise there would be conflicting changes).

Omnipay v3?

Hi,

Are there any plans to update this gateway to support Omnipay v3?

/bank_accounts

Is there any plan to add other features of the API to this library? In particular creating a recipient and creating a transfer? Or is that beyond the scope of this library?

Thanks!

AbstractRequest sendRequest should call httpClient->createRequest

AbstractRequest sendRequest currently calls httpClient->post instead of (like most other Omnipay gateways) calling httpClient->createRequest. httpClient->post is shorter if you're only doing POST requests, but many of the requests in the Pin API gateway use other HTTP methods including GET, PUT and DELETE. Forcing everything to POST is probably why no messages to implement such things as list customers / list transactions has not been implemented.

I am working on a PR for adding some class documentation at the moment, I will work on this issue next after the class documentation is done.

Recipient registration not supported

Following API's are not supported regarding Pin Payments:

Recipient registration
Bank Account registration
Fund transfer to a bank account

If it is supported then there is not documentation of the same on the Omnipay-pin readme doc.

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.