User Tools

Site Tools


faq:can-t-receive-payments

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
faq:can-t-receive-payments [2015/01/13 12:28]
Alia
faq:can-t-receive-payments [2015/01/14 04:54] (current)
Line 4: Line 4:
  
 Open Admin Panel >> Dashboard >> Finance page. Direct URL: www.sitename.com/​admin/​finance. ​ Open Admin Panel >> Dashboard >> Finance page. Direct URL: www.sitename.com/​admin/​finance. ​
 +
 +Presense of payment information on this page indicates that your site and your payment gateway are able to send/​receive trasnaction data succesfully. ​
  
 {{:​faq:​screenshot-228.png?​600|}} {{:​faq:​screenshot-228.png?​600|}}
  
-Presense of payment information on this page indicates that your site and your payment gateway are able to send/​receive trasnaction data succesfully. ​ 
  
 Absense of payment information,​ in turn, means that communication between your website and your gateway is either broken or has not been established at all. As a result user doesn'​t get purchased service automaitcally. ​ Absense of payment information,​ in turn, means that communication between your website and your gateway is either broken or has not been established at all. As a result user doesn'​t get purchased service automaitcally. ​
  
-image from Yan here.  
  
-====== Checking your configurations====== ​+====== Checking your configurations======
  
 Make sure that you have configured your gateway account in accordance with our user guides: ​ Make sure that you have configured your gateway account in accordance with our user guides: ​
  
-  * PayPal Billing ​+  * [[https://​hello.skadate.com/​docs/​faq/​site_configuration/​paypal-plugin|PayPal Billing]] 
  
 |**Important!**:​IPN must be set within your PayPal account. Click the link from above for more information about IPN.| |**Important!**:​IPN must be set within your PayPal account. Click the link from above for more information about IPN.|
Line 23: Line 23:
 |**Important!**:​merchant email (not ID) should be used in  Admin Panel >> Installed Plugins >>​PayPal Billing >> Settings.| |**Important!**:​merchant email (not ID) should be used in  Admin Panel >> Installed Plugins >>​PayPal Billing >> Settings.|
  
 +  * [[https://​hello.skadate.com/​docs/​faq/​site_configuration/​ccbill-plugin|CCBill Billing ]] 
  
-  * CCBill Billing ​+===== Using correct Site URL =====
  
-Checking Database+Within both CCBill and PayPal Billing plugin configuration guides you are asked to use your site URL
  
-SkaDateX stores available payment related data in ow_base_log database table. This includes both successfull transaction and ones that failed due incorrect configruations of plugin/gateway account+PayPal example: ​ The IPN URL should be: http://sitename.com/​billing-paypal/​order/​notify
  
-Open ow_base_log table +CCBill example: ​ Click the Advanced link in the menu on the left and enter your website URL. For example: http://www.my-sitename.com/​billing_ccbill/​order/​postback/ ​
-Find the entry related to the payment you are interested ​in. +
-Check what you have under "​message"​ column for found entry+
  
-If payment ​is processed successfully you will see payment date there+Using correct site URL is very importantYour site URL might or might not contain "​www"​ part. If you are not sure what your site URL is make sure to check this within the source code: 
  
-{{:faq:screenshot-230.png?​300|}}+  * Open ow_includes/​config.php file via FTP or your Control Panel 
 +  * Find following linedefine('​OW_URL_HOME',​ 'http://​your_URL_will_be_here/'​);​
  
-In all other cases you will see the error message.In most of the cases messages are self explanatory+This is your site URL. When configuring your payment gateway account make sure to use the exact same URL as you see in your config.php 
  
-{{:​faq:​screenshot-229.png?​300|}}+====== Checking Database======  
 + 
 +SkaDateX stores available payment related data in ow_base_log database table. This includes both successfull transactions and ones that failed due incorrect configruations of plugin/​gateway account.  
 + 
 +  * Open ow_base_log table 
 +  * Find the entry related to the payment you are interested in. 
 +  * Check what you have under "​message"​ column for found entry.  
 + 
 +If payment is processed successfully you will see payment data there:  
 + 
 +{{:​faq:​screenshot-230.png?​600|}} 
 + 
 +In all other cases you will see the error message. Most of the times messages are self explanatory:​ 
 + 
 +{{:​faq:​screenshot-229.png?​600|}}
  
 If you are nore sure what particular message means, you can always get assistance from SkaDate support team.  If you are nore sure what particular message means, you can always get assistance from SkaDate support team. 
  
-Reporting payment related issues to SkaDate Support. ​+====== ​Reporting payment related issues to SkaDate Support ​======  
 + 
 +Don't hesitate to contact SkaDate Support team by creating support ticket from your client Area ( if support service is active) or by submitting your problem to our [[https://​hello.skadate.com/​forum/​index.php|public forum ]]if you face any issues while reading this manual or will stuble upong the error message you can't understand.
  
-Don't hesitate to contact SkaDate Support team by creating support ticket from your client Area ( if support service is active) or by submitting your problem to our public forum if you face any issues while reading this manual or will stuble upong the error message you can't understand. 
  
 Keep in mind that the more informaiton you provide to us the faster your issue will be resolved. ​ Keep in mind that the more informaiton you provide to us the faster your issue will be resolved. ​
-Here is a quick check list you can send to us+Here is a quick check list you can send to support operator
  
-I have checked "​Finance"​ area in my Admin Panel and I can't see my payment ​ there.  +  * I have checked "​Finance"​ area in my Admin Panel and I can't see my payment ​ there.  
-I have checked settings of my gateway plugin and can confirm that information entered there is correct.  +  ​* ​I have checked settings of my gateway plugin and can confirm that information entered there is correct.  
-I did check ow_base_log database table and found my payment there, but I don't understand what this particular error message means+  ​* ​I did check ow_base_log database table and found my payment there, but I don't understand what this particular error message means.
  
 If you are using PayPal Billing Plugin: ​ If you are using PayPal Billing Plugin: ​
  
-I am using "​PayPal Billing"​ plugin and I have made sure that I used my merchant email ( not ID)  within plugin'​s settings.  +  *  ​I am using "​PayPal Billing"​ plugin and I have made sure that I used my merchant email ( not ID)  within plugin'​s settings.  
-I did set IMN within my PayPal account. IPN URL I used is: __________ +  ​* ​I did set IPN within my PayPal account. IPN URL I used is: __________ 
-I am attaching screen shot of the page were you can see that IPN has been added. ​ +  ​* ​I am attaching screen shot of the page were you can see that IPN has been added. ​
- +
-If you are using CCBill Billing Plugins: ​+
  
-- I have confirgued my CCbill ​account ​following the guide at ____+If you are using CCBill Billing Plugin you might be asked to send screen shots of your gateway ​account.
  
 |**Important!**:​If you are submitting your issue in private ticket make sure to provide your admin panel and Control Panel access details| |**Important!**:​If you are submitting your issue in private ticket make sure to provide your admin panel and Control Panel access details|
faq/can-t-receive-payments.1421152082.txt.gz · Last modified: 2015/09/15 09:10 (external edit)