2017 © Pedro Peláez
 

elgg-plugin payments_stripe

Stripe payments integration

image

hypejunction/payments_stripe

Stripe payments integration

  • Tuesday, November 29, 2016
  • by hypeJunction
  • Repository
  • 2 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Stripe Payments for Elgg

Elgg 2.3, (*1)

Features

  • API for handling payments via Stripe

Acknowledgements

  • Plugin has been sponsored by [Social Business World] (https://socialbusinessworld.org "Social Business World")

Notes

Example

See actions/payments/checkout/stripe.php for usage example., (*2)

Payment Status

You can use 'transaction:<status>', 'payments' hooks to apply additional logic upon payment status changes. Payments are synchronous and do not require a user to be forwarded to another location., (*3)

Web hook events

Make sure to setup the webhooks via your Stripe dashboard. Webhook URL is listed in plugin settings. Charge-related hooks will be digested by the plugin automatically. Other web hook event data can be digested with 'digest:webhook', 'stripe' plugin hook., (*4)

SSL

  • Your site must be served over HTTPS for the API requests and webhooks to work as expected

Credentials

  • Login at https://stripe.com and create an account
  • Copy secret and publishable keys from Stripe Account settings > API keys to plugin settings
  • Add webhook endpoints via Stripe Account settings > Webhooks > Add endpoint (the endpoint URL is listed in plugin settings)

Testing

  • You make test payments using card numbers listed here: https://stripe.com/docs/testing#cards
  • You can see test payments by toggling your Stripe dashboard to Test mode

Forms/Actions

To display card information input form, use:, (*5)


// in your form echo elgg_view('input/stripe/card'); // in your action $token = get_input('stripe_token');

The Versions

29/11 2016

dev-master

9999999-dev http://hypejunction.com

Stripe payments integration

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin payments stripe elgg

29/11 2016

1.0.2

1.0.2.0 http://hypejunction.com

Stripe payments integration

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin payments stripe elgg

24/11 2016

1.0.1

1.0.1.0 http://hypejunction.com

Stripe payments integration

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin payments stripe elgg

16/11 2016

1.0.0

1.0.0.0 http://hypejunction.com

Stripe payments integration

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin payments stripe elgg

15/11 2016

0.1.0

0.1.0.0 http://hypejunction.com

Stripe payments integration

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin payments stripe elgg