Integration with Zombaio payment gateway

  1. Login to Zombaio merchant control panel at https://merchant.zombaio.com/

  2. Click on WebSites -> Pricing and add Dynamic pricing (credits). Copy your 7 digit Pricing Number

  3. Click on Website -> website link and:

    • set Site name

    • Insert Postback URL (ZScript) value: http://YOURDOMAIN/exec/zombaiocallback and click on Validate & Save

    • Set Member URL: http://YOURDOMAIN/exec/models

    • Copy your Site ID and Zombaio GW Pass

  4. Leave Zombaio merchant panel opened and login into Webvideo as Administrator

  5. Click on the Payment Engines

  6. Add new payment Engine:

    1. Name: Zombaio

    2. Short Name: Zombaio

    3. Description: Pay with Zombaio by Credit Card

    4. URL: https://secure.zombaio.com/get_proxy_credits.asp?SiteID=<SITEID>&PricingID=<PRICINGID>&!ZombaioGWPass=<ZOMBAIO_GW_PASS>&identifier=%customer_id%:%package_id%&extra=%customer_id%:%package_id%&approve_url=https://%current_domain%/exec/account&decline_url=https://%current_domain%/exec/account&FirstName=%customer_first_name%&LastName=%customer_last_name%&Address=%customer_address%&Postal=%customer_zip%&Region=%customer_state%&City=%customer_city%&Country=%customer_country%&Email=%customer_email%&DynAmount_Hash=MD5(%{!ZombaioGWPass}%{DynAmount_Value})

      IMPORTANT!!! Replace <SITEID> with your Site ID, <PRICINGID> with your Pricing Number and <ZOMBAIO_GW_PASS> with your Zombaio GW Pass.

    5. Cancel URL: http://www.zombaio.com/

    6. After Adding set Callback Handler: org.softservice.web.ZombaioCallbackPage

  1. Add Payment Packages in WebVideo:

    1. Name: Zombaio

    2. PackageID: amount of funds (usually in USD) customer would spend (for example 10) without decimal point.

    3. Price (Credits): amount of credits customer will receive (for example, 10.00)

    4. Description: $10 – 10 credits

    5. Additional parameters: DynAmount_Value=10.00

    6. Membership: One time.

  1. In Zombaio merchant panel in Tools -> Website management -> Settings set ZScript URL to https://YOUR_DOMAIN/exec/zombaiocallback

  2. Switch “Production mode” to Live state.