Jump to content
  • 0

donation problem


darking123

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

A player donated via paypal in my donation shop. but the donation credits didn't show up to the players account automatically?

how to fix.

im using personal account

 

Link to comment
Share on other sites

18 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

IPN is disabled by default on personal Paypal accounts. Upgrade to Business account.

I'm using premier.

 

I saw IPN thing.

I want to enable it. what to put in the notification URL?

2lkxixf.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

I would assume the URL to your website..

 

FluxCP's donation module adds a forced IPN notification URL so it shouldn't matter what you put in that URL.

after turning IPN. what would be the next step?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

Nothing, as long as you've set it to enabled and put a URL in there, it should work. You can check FluxCP's transaction logs to see if things are working.

we tried again. but in my IPn history it says Retrying, I'm only using premier account. the donator didn't receive any donation credits but i received the payment

 

also the 

HTTP response code 500

Edited by glemor123
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  89
  • Topics Per Day:  0.02
  • Content Count:  232
  • Reputation:   15
  • Joined:  11/02/13
  • Last Seen:  

I solved mine using this from hercules https://github.com/HerculesWS/FluxCP/commit/b1b35deedd2219a7e09e7f1a3247de5d3523331a

I receive the credits now. Better update the rathena flux now in github.

Edited by gmprestige
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  11/01/14
  • Last Seen:  

I've got the same problem. My rathena flux is updated like yours "gmprestige".

Now, the money goes to my Paypal account and the paypal transaction shows up in CP. But the player stills not receiving credits. Example:
 

Transaction ID 1GH32667P2774503U Account XXX Credits Earned 0 Amount 10.00 BRL Settle Amount 8.76 BRL Payment Date 2015-01-18 02:04:35 Date Processed 2015-01-18 02:04:37 Status Completed Item Name Donation Credits: 5 CREDIT(s) First Name XXXX Address XXXX Last Name XXXX

Edited by arteris
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  164
  • Reputation:   55
  • Joined:  11/25/11
  • Last Seen:  

I can confirm that the latest GIT revision of FluxCP does not have a working IPN setup.

I have to revert to an older version of PaymentNotifyRequest.php.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  11/01/14
  • Last Seen:  

So, what version can i use?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  89
  • Topics Per Day:  0.02
  • Content Count:  232
  • Reputation:   15
  • Joined:  11/02/13
  • Last Seen:  

So, what version can i use?

You can use the latest version but follow the diff on the link that I shared and it will work.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  11/01/14
  • Last Seen:  

Yeah, got resolved!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  6
  • Reputation:   0
  • Joined:  06/12/15
  • Last Seen:  

i have same problem like this , but i can't fix by any guide in this topic help T T

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Are you using the one from rAthena Flux repo?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  6
  • Reputation:   0
  • Joined:  06/12/15
  • Last Seen:  

Are you using the one from rAthena Flux repo?

yes sir.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

If you can tell us what steps you have done, it might be easier to see what's wrong.

And also, you can check the transaction log on your \data\logs\ folder.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  6
  • Reputation:   0
  • Joined:  06/12/15
  • Last Seen:  

If you can tell us what steps you have done, it might be easier to see what's wrong.

And also, you can check the transaction log on your \data\logs\ folder.

 

1. Yesterday , i have download fluxcp form : http://rathena.github.io/FluxCP/

2. i have config and install there form guide , and successful install without any error

3. i try to set up Donation system here is 

 

'ServerAddress'		=> 'my-domain.com:443',
'BaseURI'			=> '',

'CreditExchangeRate'		=> 0.01,
'MinDonationAmount'		=> 1.0,
'DonationCurrency'		=> 'USD',
'AcceptDonations'		=> true,
'PayPalIpnUrl'			=> 'www.sandbox.paypal.com',
'PayPalBusinessEmail'		=> '[email protected]',

 

and i go to setting IPN at Paypal Sandbox Account to this

IPN Current settings
Notification URL	https://my-domain.com:443/?module=donate&action=notify
Message delivery:	Enabled
 

after finish config now , i try to test Donation with " paypal sandbox personal account "

 

my test donation is success! my " Paypal sandbox business account " has recive a donation

 

this is IPN history

 

post-33324-0-54362100-1436569409_thumb.png

 

now i go to my flux panel again and check " Credit Balance " is not have anything change is still current 0

 

i go to \data\logs\ folder. in transactions folder is empty.

 

and this is form my paypal.log.php

 

[2015-07-10 22:50:02] Received notification from 173.0.82.126 (ipn.sandbox.paypal.com)
[2015-07-10 22:50:02] Query string: cmd=_notify-validate&mc_gross=1.00&protection_eligibility=Eligible&address_status=confirmed&payer_id=N727DYF4C5DKS&tax=0.00&address_street=1+Main+St&payment_date=15%3A49%3A56+Jul+10%2C+2015+PDT&payment_status=Completed&charset=windows-1252&address_zip=95131&first_name=xxRemovexx&mc_fee=0.33&address_country_code=US&address_name=xxRemovexx&notify_version=3.8&custom=YToyOntzOjExOiJzZXJ2ZXJfbmFtZSI7czoxNToiRlJFRUxJRkUtUk8uQ09NIjtzOjEwOiJhY2NvdW50X2lkIjtzOjc6IjIwMDAwMDEiO30%3D&payer_status=verified&business=xxRemovexx%40outlook.com&address_country=United+States&address_city=San+Jose&quantity=0&verify_sign=AyPYlQ8Oa6oGsLhFw3LOipLJYfWnATV7riJCS3mBnGfVRmKbyXFvtS2q&payer_email=xxRemovexx%40hotmail.com&txn_id=9CB45083U8973135R&payment_type=instant&last_name=Balde&address_state=CA&receiver_email=xxRemovexx%40outlook.com&payment_fee=0.33&receiver_id=VTFSP87LCH6AS&txn_type=web_accept&item_name=Donation+Credits%3A+100+CREDIT%28s%29&mc_currency=USD&item_number=&residence_country=US&test_ipn=1&transaction_subject=YToyOntzOjExOiJzZXJ2ZXJfbmFtZSI7czoxNToiRlJFRUxJRkUtUk8uQ09NIjtzOjEwOiJhY2NvdW50X2lkIjtzOjc6IjIwMDAwMDEiO30%3D&payment_gross=1.00&ipn_track_id=7c4441b37f13b
[2015-07-10 22:50:02] Establishing connection to PayPal server at www.sandbox.paypal.com:80...
[2015-07-10 22:50:02] Connected. Sending request back to PayPal...
[2015-07-10 22:50:02] Sent 1175 bytes of transaction data. Request size: 1328 bytes.
[2015-07-10 22:50:02] Reading back response from PayPal...
[2015-07-10 22:50:02] Notification failed to verify. (recv: )
[2015-07-10 22:50:02] Transaction invalid, aborting.

please help me solve this T T

* i using Comodo Positive SSL And Cloudflare

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  164
  • Reputation:   55
  • Joined:  11/25/11
  • Last Seen:  

Cloudflare is probably interfering.

Try bypassing Cloudflare and see if it works.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  6
  • Reputation:   0
  • Joined:  06/12/15
  • Last Seen:  

Cloudflare is probably interfering.

Try bypassing Cloudflare and see if it works.

 

i try to use by server ip = http://xx.xx.xx.xx:80/?module=donate&action=notify

it don't work same 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  164
  • Reputation:   55
  • Joined:  11/25/11
  • Last Seen:  

I would recommend turning off Cloudflare complete when testing.

Perhaps also try a live donation test instead of using Paypal's sandbox?

 

Double check to make sure you are, indeed, using the latest Flux from our GIT repository, as the previous revisions did not process Paypal transactions properly.

 

Also, make sure you are testing with the default theme.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  6
  • Reputation:   0
  • Joined:  06/12/15
  • Last Seen:  

I would recommend turning off Cloudflare complete when testing.

Perhaps also try a live donation test instead of using Paypal's sandbox?

 

Double check to make sure you are, indeed, using the latest Flux from our GIT repository, as the previous revisions did not process Paypal transactions properly.

 

Also, make sure you are testing with the default theme.

 

1. Now i try with other domain don't use cloudflare

2. i use = rathena-FluxCP-fe131a7 with the default theme.

3. with paypal sandbox it not solve

now i'm looking for live donation after i'm try to test with there i will come back to report again 

Link to comment
Share on other sites

×
×
  • Create New...