Difference between revisions of "Integration:gateways"

From PrometheusIPN Wiki
Jump to: navigation, search
Line 7: Line 7:
  
 
====== PayPal ======
 
====== PayPal ======
* Visit your Paypal account(Both sandbox and not sandbox) at [https://www.paypal.com/cgi-bin/customerprofileweb?cmd=_profile-ipn-notify this] link. Go to "My selling tools" and find "Instant Payment Notification". Set the URL to the same as your Prometheus' IPN URL(Admin->General Settings->Payment Gateways->PayPal) and activate IPN URL on Paypal.
+
* As long as the IPN URL in General Settings -> Payment Gateways -> PayPal is correct, then you're good to go!
 
 
Like the following:
 
 
 
[[File:paypal1.png|900px]]
 
 
 
[[File:paypal2.png|900px]]
 
 
 
* Test your system with PayPal Sandbox and if everything works fine turn off sandbox and you're good to go :)
 
  
 
====== Paymentwall ======
 
====== Paymentwall ======

Revision as of 19:35, 22 March 2016

Payment Gateways

Current payment gateways:

  • PayPal
  • Paymentwall
  • Credits (Purchased using any other Payment Gateway)
  • Stripe
PayPal
  • As long as the IPN URL in General Settings -> Payment Gateways -> PayPal is correct, then you're good to go!
Paymentwall

In order to use paymentwall you need to modify a few things on your PaymentWall controlpanel:

Paymentwall.png

You need to add four custom pingback parameters

  • goodstype -> own
  • price -> own
  • cur -> own
  • coupon -> own - THIS ONE IS NEW AS OF 1.6.2

You also need to set your pingback url to http://yourprometheus.com/donate/paymentwall.php

The secret key and project keys are found on your Paymentwall "My projects" page. Review key should be left blank and widget key is by default p10

Now submit your project for review and hope that they accept you and don't tell you that I haven't set up some user API bullshit they want to enforce.

Credits

Credits is a virtual currency within Prometheus. The only setting you'll be able to set in the credits options is the ability to only use credits as payment for packages / raffles.

Stripe

The first thing you need to do is sign in to your Stripe account. Now make sure your account is set to live, and properly set up. Then go to your user in the top right and click account settings.

Stripe1.png

You will now be greeted with this screen. Click "API Keys" and retrieve your live secret key and your live publishable key

Stripe2.png

They have to be copied and pasted into Prometheus' Payment Gateways -> Stripe settings.

API Key is the secret key, publishable key is the publishable key

Stripe3.png