Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. ccBill plugin setup
  2.  
  3. NOTE: If you are using this plugin, you don't need ccBill script to manage
  4. .htpasswd file for protected area. aMember will handle all these things for
  5. your site.
  6.  
  7. 1. Login into your ccBill account https://webadmin.ccbill.com/
  8. 2. Click QuickLinks: Account Setup : Account Admin
  9. 3. Choose an existing Subaccount, or create new one, then return to this step.
  10. 4. Create the same subscription types as you have in aMember control panel,
  11. make sure that all settings are the same.
  12. 5. Create a form for your subscription types.
  13. 6. Goto Modify Subaccount - Advanced.
  14. Set Background Post Information:
  15. Approval Post URL:
  16. http://x-token.com/base/payment/ccbill/ipn
  17. Denial Post URL:
  18. http://x-token.com/base/payment/ccbill/ipn
  19. Click "save" button.
  20.  
  21. Goto Modify Subaccount - Basic
  22. Set Approval URL:
  23. http://x-token.com/base/payment/ccbill/thanks?customVar1=%%customVar1%%&id=%%invoice%%
  24.  
  25. 7. Click on "User Management" link and scroll down to "Username settings". Set:
  26. "Username Type" : "USER DEFINED"
  27. "Collect Username/Password" : "Display Username, Show Password Text Field"
  28. "Min Username Length" : 4
  29. "Max Username Length" : 16
  30. "Min Password Length" : 4
  31. "Max Password Length" : 16
  32. Click "update" button.
  33.  
  34. 8. Click "View Subaccount Info" in left menu to return to subaccount review
  35. screen.
  36. Remember or write down the following parameters:
  37. In top left menu, you will see number, like "911399-0001"
  38. Here, 911399 - is your Account ID, and 0001 - is SubAccount ID.
  39. Have a look to "Forms" square: you will see form numbers.
  40. Write down form numbers with type "CREDIT". "Form name" looks like "22cc"
  41. and "Sub. Type ID" looks like "19".
  42.  
  43. 9. Return back to aMember CP admin panel (most possible you're already here).
  44. Go to aMember CP -> Setup -> ccBill
  45. Enter your account and subaccount id. Click Save.
  46. Then go to aMember CP -> Edit Products, create or edit your products
  47. and don't forget to enter neccessary ccBill configuration parameters
  48. (form ID, ccbill Product ID) for each your aMember Product.
  49.  
  50. 10. Try to run test payments.
  51. You may setup a testing account here:
  52. https://webadmin.ccbill.com/tools/accountMaintenance/testSignupSettings.cgi
  53. And you may find test credit card numbers here:
  54. http://ccbillhelp.ccbill.com/content/test_numb_card_tls.htm
  55.  
  56. 11. Contact suport@ccbill.com to obtain username and password for CCBill
  57. Data Link System. You will need to send them IP address of your site. If you
  58. don't know it, ask your hosting support.
  59.  
  60. CCBill has two options when you create a datalink user. You can make one
  61. for a specific subaccount OR for "ALL" sub accounts.
  62. They need to make the datalink user for the
  63. specific subaccount, and not use the "ALL" option.
  64.  
  65. 12. Enter datalink username and pasword into ccBill plugin settings.
  66.  
  67. 13. To test datalink you can click on the following link
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement