...
Login into admin backend of your WebVideo website and open Payment Engines page
Add new Payment Engine or replace existing with following values from screenshot
Name: CCBill Flex form
Short name: CCBill
Description: Pay by Credit Card
URL: https://api.ccbill.com/wap-frontflex/flexforms/YOUR-FLEX-FORM-ID-VALUE?clientAccnum=123456&!salt=YOUR-SALT-VALUE&clientSubacc=1234&initialPrice=%package_ext_id%&initialPeriod=3¤cyCode=840&formDigest=MD5(%{initialPrice}%{initialPeriod}%{currencyCode}%{!salt})&language=English&customer_fname=%customer_first_name%&customer_lname=%customer_last_name%&address1=%customer_address%&city=%customer_city%&state=%customer_state%&zipcode=%customer_zip%&country=%customer_country%&email=%customer_email%&x_customerid=%customer_id%&x_packageid=%package_id%
asd
Replace bold values with your actual values for YOUR-FLEX-FORM-ID-VALUE, YOUR-SALT-VALUE, client account number 123456 and sub-account number 1234.
If you want to change payment currency replace three‐digit currency code 840 in the configurational URL with a value of your choice:Cancel URL: https://www.google.com/
(put any URL it is unused here)Required Params: leave empty
Callback Handler: org.softservice.web.CcBillCallbackPage
Screenshot of how it should be looking
Click Add/Update button to save values
Open Admin → Payment Packages section of WebVideo
Set up Payment packages - this is a pricing options available for your customers.
Choose Payment System using short name selection from previous step
Select amount to charge the customer’s credit card in selected currency (USD by default).
The PackageID must contain a decimal part, for example, 10.00 and not just 10.Insert amount to credit user (in credits or tokens). For example you can add 100 credits in WebVideo for the payment of 10.00 which mean a user will receive 100 credit by paying $10.
Click Add button
See screenshot:
Repeat the same for each payment options
...