–Hidden comment

Use attributes in format region_from and region_to= to change the languages showing in language switcher.
Available regions are:
europe_from europe_to
asia_from asia_to
mideast_from mideast_to
america_from america_to

Example:
europe_from=0 europe_to=22 will put all languages (ordered in language switcher settings) from 1 to 21 to Europe region:
asia_from=22 asia_to=25 will put all languages from 23 to 24 (so only 2) into Asia region.

Skrill (former MoneyBookers)

An e-commerce business that allows payments and money transfers to be made through the Internet.

Integration with Skrill (former MoneyBookers).

Activate the “MoneyBookers integration plugin”

First you have to activate the MoneyBookers integration plugin inside the merchant panel of Post Affiliate Pro (Network) in the ‘plugins‘ section.

Skrill (MoneyBookers) configuration

  1. Log into your Skrill (MoneyBookers) account
  2. Go to My Account > Merchant Tools and set a Secret Word
  3. Go back to the merchant panel of Post Affiliate Pro (network) to the ‘plugins‘ section, click Configure next to the MoneyBookers integration plugin plugin and enter the Secret Word into the corresponding field.

Creating Buy buttons

Edit your Skrill (MoneyBookers) button by adding these lines to it:

<input type="hidden" name="status_url" value="https://URL_TO_PostAffiliatePro/plugins/MoneyBookers/moneybookers.php">
<input type="hidden" name="merchant_fields" value="field1">
<input type="hidden" name="field1" value="" id="pap_dx8vc2s5">

<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php" type="text/javascript">
</script>

In case your ‘status_url‘ param is already used for something else, please do not change it and follow the step 5.

If you already use field1 too, set it to field2 (and so on…). In that case make sure your plugin (from step 2.) is configured to work with that field.

An example button

After adding the extra code, you button code might look like this:

<form action="https://www.skrill.com/app/payment.pl" target="_blank">
<input type="hidden" name="pay_to_email" value="your_moneybookers@email.com">
<input type="hidden" name="return_url_target" value="1">
<input type="hidden" name="cancel_url_target" value="1">
<input type="hidden" name="confirmation_note" value="Confirmed!">
<input type="hidden" name="dynamic_descriptor" value="Descriptor">
<input type="hidden" name="language" value="EN">
<input type="hidden" name="title" value="Mr">
<input type="hidden" name="firstname" value="John">
<input type="hidden" name="lastname" value="Payer">
<input type="hidden" name="address" value="11 Payerstr St">
<input type="hidden" name="address2" value="Payertown">
<input type="hidden" name="phone_number" value="0207123456">
<input type="hidden" name="postal_code" value="EC45MQ">
<input type="hidden" name="city" value="Payertown">
<input type="hidden" name="state" value="Central London">
<input type="hidden" name="country" value="GBR">
<input type="hidden" name="amount" value="0.01">
<input type="hidden" name="currency" value="EUR">
<input type="hidden" name="amount2_description" value="Product Price:">
<input type="hidden" name="amount2" value="0.01">
<input type="hidden" name="amount3_description" value="Handling Fees:">
<input type="hidden" name="amount3" value="0.01">
<input type="hidden" name="amount4_description" value="VAT (20%):">
<input type="hidden" name="amount4" value="0.01">
<input type="hidden" name="detail1_description" value="Product ID:">
<input type="hidden" name="detail1_text" value="4509334">
<input type="hidden" name="detail2_description" value="Description:">
<input type="hidden" name="detail2_text" value="Romeo and Juliet (W. Shakespeare)">
<input type="hidden" name="detail3_description" value="Seller ID:">
<input type="hidden" name="detail3_text" value="123456">
<input type="hidden" name="detail4_description" value="Special Conditions:">
<input type="hidden" name="detail4_text" value="5-6 days for delivery">
<input type="hidden" name="rec_period" value="1">
<input type="hidden" name="rec_grace_period" value="1">
<input type="hidden" name="rec_cycle" value="day">
<input type="hidden" name="ondemand_max_currency" value="EUR">
<input type="submit" name="Pay" value="Pay">

<!-- Post Affiliate Pro integration snippet -->
<input type="hidden" name="status_url" value="https://URL_TO_PostAffiliatePro/plugins/MoneyBookers/moneybookers.php">
<input type="hidden" name="merchant_fields" value="field1">
<input type="hidden" name="field1" value="" id="pap_dx8vc2s5">
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php" type="text/javascript">
</script>
<!-- /Post Affiliate Pro integration snippet -->

</form>

When status URL param is used

In case your ‘status_url‘ param is already used for something, you only have to set the merchant field. Do not change ‘status_url‘. Save your changes in the button, and then edit the script which is set in ‘status_url‘ right now. At the beginning of the file, or processing function, place this code:

/* Post Affiliate Pro integration snippet */
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://URL_TO_PostAffiliatePro/plugins/MoneyBookers/moneybookers.php");
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $_POST);
curl_exec($ch);
/* /Post Affiliate Pro integration snippet */

That’s it. Save your work. You are now integrated.

Back to Integrations Create account for FREE
Learn about the Skrill Affiliate Program's key details, campaign restrictions, rules, commissions, and more before you join.

Skrill Affiliate Program

Learn about the Skrill Affiliate Program's key details, campaign restrictions, rules, commissions, and more before you join.

Would you like to improve your affiliate software even more? Check out the PaySimple integration for Post Affiliate Pro.

PaySimple

The article discusses the integration with PaySimple, a provider of small business merchant accounts and payment processing services. It explains the steps required to integrate PaySimple into an existing payment form, including creating a return page URL with tracking code and integrating click tracking. The article also lists related resources for integrating other payment services with Post Affiliate Pro.

How to integrate coupons with your payment processor or e-shop

How to integrate coupons with your payment processor or e-shop

How to integrate coupons with your payment processor or e-shop

Would you like to improve your affiliate software even more? Check out the RoboKassa ​integration for Post Affiliate Pro.

RoboKassa

The text provides information on PostAffiliate Pro, an affiliate marketing platform. It includes details on categories, partners, and integrations, specifically with RoboKassa for electronic payments. The text also outlines steps to activate the RoboKassa plugin and add a pay form to a website. A code example is provided for adding the pay form. The text concludes with an invitation to try PostAffiliate Pro for free.

Our website uses cookies. By continuing we assume your permission to deploy cookies as detailed in our privacy and cookies policy.

×

Schedule a one-on-one call and discover how Post Affiliate Pro can benefit your business.

We’re available on multiple dates

Schedule a call