2017 © Pedro Peláez
 

library spark-single-payment

Take single payments in Laravel Spark such as 'pay-as-you-go' payments

image

riclep/spark-single-payment

Take single payments in Laravel Spark such as 'pay-as-you-go' payments

  • Monday, July 9, 2018
  • by RicLeP
  • Repository
  • 1 Watchers
  • 1 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 56 % Grown

The README.md

Create single payments/invoices in Laravel Spark

Sometimes you want to be able to create single payments in Laravel Spark rather than subscription based ones such as a pay-as-you-go service or one off fee for a product., (*1)

If the user in a member of a team it will automatically charge the current team not the user., (*2)

The package implements Spark’s SendsInvoiceNotifications trait to handle sending invoices in the same manner as subscription payments. Single payments are not currently added the the KPI figures that Spark can generate., (*3)

To create a single payment simply new up a SparkSinglePayment object passing in the user then call charge passing then description and value. As it uses Laravel Cashier under-the-hood payment to Stripe should be in pence (cents) and Braintree in pounds (dollars), see: https://laravel.com/docs/5.6/billing#single-charges, (*4)

$payment = new SparkSinglePayment(Auth::user());

// Stripe Accepts Charges In Cents...
$payment->charge('A test', 100);

// Braintree Accepts Charges In Dollars...
$payment->charge('A test', 1);

Successful charges return the Stripe/Braintree response, failed charges throw an exception., (*5)

The Versions

09/07 2018

dev-master

9999999-dev

Take single payments in Laravel Spark such as 'pay-as-you-go' payments

  Sources   Download

MIT

by Richard Le Poidevin

laravel payments stripe spark braintree laravel spark

09/07 2018

1.2.3

1.2.3.0

Take single payments in Laravel Spark such as 'pay-as-you-go' payments

  Sources   Download

MIT

by Richard Le Poidevin

laravel payments stripe spark braintree laravel spark

06/07 2018

1.2.2

1.2.2.0

Take single payments in Laravel Spark such as 'pay-as-you-go' payments

  Sources   Download

MIT

by Richard Le Poidevin

laravel payments stripe spark braintree laravel spark

06/07 2018

1.2.1

1.2.1.0

Take single payments in Laravel Spark such as 'pay-as-you-go' payments

  Sources   Download

MIT

by Richard Le Poidevin

laravel payments stripe spark braintree laravel spark

16/05 2018

1.2.0

1.2.0.0

Take single payments in Laravel Spark such as 'pay-as-you-go' payments

  Sources   Download

MIT

by Richard Le Poidevin

laravel payments stripe spark braintree laravel spark

01/05 2018

1.1.1

1.1.1.0

Take single payments in Laravel Spark such as 'pay-as-you-go' payments

  Sources   Download

MIT

by Richard Le Poidevin

laravel payments stripe spark braintree laravel spark

01/05 2018

1.1.0

1.1.0.0

Take single payments in Laravel Spark such as 'pay-as-you-go' payments

  Sources   Download

MIT

by Richard Le Poidevin

laravel payments stripe spark braintree laravel spark

30/04 2018

1.0.3

1.0.3.0

Take single payments in Laravel Spark such as 'pay-as-you-go' payments

  Sources   Download

MIT

by Richard Le Poidevin

laravel payments stripe spark braintree laravel spark

18/04 2018

1.0.2

1.0.2.0

Take single payments in Laravel Spark such as 'pay-as-you-go' payments

  Sources   Download

MIT

by Richard Le Poidevin

laravel payments stripe spark braintree laravel spark

18/04 2018

1.0.1

1.0.1.0

Take single payments in Laravel Spark such as 'pay-as-you-go' payments

  Sources   Download

MIT

by Richard Le Poidevin

laravel payments stripe spark braintree laravel spark

18/04 2018

1.0.0

1.0.0.0

Take single payments in Laravel Spark such as 'pay-as-you-go' payments

  Sources   Download

MIT

by Richard Le Poidevin

laravel payments stripe spark braintree laravel spark