Jump to content
  • 0

Is there any guide here how to implement paypal donation in a website?


Question

Posted

Hi I have a working paypal account, what I need to know is 

how to....when I click checkout button in my website what do I need to do?

like for example

I want to make an item e.g. 1 Donation Ticket = 1 USD what am I going to do to paypal to create an item? which I'm going to use when I press the check out button on my website

5 answers to this question

Recommended Posts

Posted (edited)

Hi I really don't know how to do this but what I want to happen is when I click the "Check out" button on my website it will then prompt into the paypal website with the item (e.g. donation ticket) on where the donator can input their desire quantity and then they can proceed on purchasing.

 

1 Donation Ticket = 1 USD for an example

 

Check out button > input desired quantity > then paypal check out

Edited by zmref
Posted

are you using Flux CP ? if i am not mistaken Flux CP already have this implemented by default...

 

config/application.php

	'PayPalIpnUrl'         => 'www.sandbox.paypal.com', // The URL for PayPal's IPN responses (www.paypal.com for live and www.sandbox.paypal.com for testing)
	'PayPalBusinessEmail'  => 'admin@localhost',        // Enter the e-mail under which you have registered your business account.
	'PayPalReceiverEmails' => array(                    // These are the receiver e-mail addresses who are allowed to receive payment.
		//'admin2@localhost',                             // -- This array may be empty if you only use one e-mail
		//'admin3@localhost'                              // -- because your Business Email is also checked.
	),

 

else.....................

 

if you want to do it manually...

you can try use the paypal services....or fund transfer / donate settings..

when a player donated to you...you received the money...messages..

then login game and give him the items..

 

 

@Nana

the release made by goddameit..i think it's just for tracking the donations done through paypal....

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...