All Projects → culturekings → afterpay

culturekings / afterpay

Licence: MIT license
PHP Afterpay Integration exposing the Merchant and InStore APIs - Unsupported since April 2021

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to afterpay

Braintree java
Braintree Java library
Stars: ✭ 129 (+975%)
Mutual labels:  payments
Invoiceneko
An Open Sourced Invoice System developed for anyone who needs to generate out an invoice and manage clients
Stars: ✭ 204 (+1600%)
Mutual labels:  payments
Eclair Mobile
An Android wallet for the Lightning Network
Stars: ✭ 231 (+1825%)
Mutual labels:  payments
Card
💳 make your credit card form better in one line of code
Stars: ✭ 11,365 (+94608.33%)
Mutual labels:  payments
Killbill
Open-Source Subscription Billing & Payments Platform
Stars: ✭ 2,396 (+19866.67%)
Mutual labels:  payments
Braintree python
Braintree Python library
Stars: ✭ 217 (+1708.33%)
Mutual labels:  payments
Ngx Stripe
Angular 6+ wrapper for StripeJS
Stars: ✭ 128 (+966.67%)
Mutual labels:  payments
awesome-bitcoin-cash
Bitcoin Cash projects & resources
Stars: ✭ 28 (+133.33%)
Mutual labels:  payments
Alipay
Alipay Node.js SDK 基于最新版蚂蚁金服 支付宝开发文档
Stars: ✭ 203 (+1591.67%)
Mutual labels:  payments
Breezmobile
Lightning Network mobile client
Stars: ✭ 225 (+1775%)
Mutual labels:  payments
Raiden
Raiden Network
Stars: ✭ 1,825 (+15108.33%)
Mutual labels:  payments
Stripe Billing Typographic
⚡️Typographic is a webfont service (and demo) built with Stripe Billing.
Stars: ✭ 186 (+1450%)
Mutual labels:  payments
Easyupipayment Android
📱Android Library to implement UPI Payment integration easily in Android App 💳💸
Stars: ✭ 219 (+1725%)
Mutual labels:  payments
Laravel Paddle
Paddle.com API integration for Laravel with support for webhooks/events
Stars: ✭ 132 (+1000%)
Mutual labels:  payments
Pay Gateway
pay gateway. support alipay,wechatpay,unionpay,jdpay etc.
Stars: ✭ 247 (+1958.33%)
Mutual labels:  payments
Hanzo.js
🚀 Hanzo JavaScript SDK. Develop cutting-edge decentralized applications.
Stars: ✭ 128 (+966.67%)
Mutual labels:  payments
Quilt
Hyperledger Quilt - An implementation of the Interledger Protocol
Stars: ✭ 212 (+1666.67%)
Mutual labels:  payments
pos-android-sdk
A selection of APIs and associated samples that enables developers to build applications for different stages of the point of sale journey
Stars: ✭ 18 (+50%)
Mutual labels:  payments
ShareLoginPay
ThirdParty login,share and pay lib
Stars: ✭ 16 (+33.33%)
Mutual labels:  payments
Ledgersmb
Repository for the LedgerSMB project -- web app for accounting & ERP
Stars: ✭ 222 (+1750%)
Mutual labels:  payments

Afterpay API

PHP library to interface with the Afterpay API

Coverage Status CircleCI Scrutinizer SensioLabsInsight

Installation

The recommended way to install is via Composer.

composer require culturekings/afterpay

Don't forget to include Composer's auto-loader if you haven't already:

require 'vendor/autoload.php';

Merchant API

API Documentation

InStore API

API Documentation

Known Afterpay Issues

  1. Passing in a Money value with more than 2 decimal places will result in an error from Afterpay saying 'The request contains improperly formated JSON'. Issues #33 outlines this problem. This library will not provide rounding or manipulation of values as it's is the responsability of the project to provide accurate values. Thanks @rudolfl for the report.

Special Thanks

JMS Serializer

Guzzle

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].