Download the PHP package abwebdevelopers/pin-payments without Composer
On this page you can find all versions of the php package abwebdevelopers/pin-payments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download abwebdevelopers/pin-payments
More information about abwebdevelopers/pin-payments
Files in abwebdevelopers/pin-payments
Package pin-payments
Short Description Facilitates communication between your PHP app and the Pin Payments API.
License MIT
Homepage https://github.com/ABWebDevelopers/pin-payments
Informations about the package pin-payments
Pin Payments API
This library facilitates the communication between a PHP application and the Pin Payments API.
We recommend using this library if you would like to use the full suite of the Pin Payments API. If you are intending to just charge a credit card as part of a payment or checkout process, we recommend the use of the Omnipay library instead, which has support for Pin Payments among many other payment gateways.
Requirements
- PHP 7.1 or above
Installation
Include this library in your application through Composer:
Currently supported API endpoints
- Balance
- GET /balance
- Bank Accounts
- POST /bank_accounts
- Cards
- POST /cards
- Charges
- POST /charges
- GET /charges/
charge-token
- POST /charges/
charge-token
/refunds
- Customers
- POST /customers
- GET /customers/
customer-token
- Recipients
- POST /recipients
- GET /recipients
- GET /recipients/
recipient-token
- PUT /recipients/
recipient-token
- GET /recipients/
recipient-token
/transfers
- Transfers
- POST /transfers
How to use
Details will be forthcoming once we have some more API endpoints supported.
All versions of pin-payments with dependencies
php-http/client-implementation Version ^1.0
icanboogie/inflector Version ^1.4
respect/validation Version ^1.1