Difference between revisions of "Integration:gateways"

From PrometheusIPN Wiki
Jump to: navigation, search
(Created page with "====== Payment Gateways ====== Current payment gateways: * PayPal * Paymentwall * Credits (Purchased using any other Payment Gateway) * Stripe ====== PayPal ======...")
 
Line 1: Line 1:
 
====== Payment Gateways ======
 
====== Payment Gateways ======
 
Current payment gateways:
 
Current payment gateways:
  * PayPal
+
* PayPal
  * Paymentwall
+
* Paymentwall
  * Credits (Purchased using any other Payment Gateway)
+
* Credits (Purchased using any other Payment Gateway)
  * Stripe
+
* Stripe
  
 
====== 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.
+
* 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.
  
 
Like the following:
 
Like the following:
Line 15: Line 15:
 
[[File:paypal2.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 :)
+
* 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 00:18, 30 July 2015

Payment Gateways

Current payment gateways:

  • PayPal
  • Paymentwall
  • Credits (Purchased using any other Payment Gateway)
  • Stripe
PayPal
  • Visit your Paypal account(Both sandbox and not sandbox) at 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.

Like the following:

Paypal1.png

Paypal2.png

  • Test your system with PayPal Sandbox and if everything works fine turn off sandbox and 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 three custom pingback parameters

  • goodstype -> own
  • price -> own
  • cur -> own

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

THIS PAGE IS STILL A MASSIVE DRAFT!!!