- Has been a member for 3-4 years
- Interviewed on the Envato Notes blog
- Exclusive Author
- Sold between 10 000 and 50 000 dollars
- Bought between 10 and 49 items
- Philippines
- Referred between 100 and 199 users
wow looks very interesting..
wow looks very interesting..
Looks good looks good. Can I ask what happens after making a payment? Are they redirected back to this payment terminal so we can record when a payment was made?
Thanks
Customers will have option to return to your “thank you page” by clicking on a link which is passed to moneybookers server (you set it in config.php file).
Optionally by adding 1 line of code you can show your own logo on moneybookers gateway page, and you can also change text of redirect link which customers will see after paying you.
$moneybookers->add_field(‘logo_url’, “http://your_logo_url”);
$moneybookers->add_field(‘return_url_text’, “click here to return to mycompany.com”);
these 2 lines must be added somewhere between lines 31 to 39 in index.php (this is totally optional)
Advanced Stuff:
Moneybookers will post a special variable “status” to your page when customer will pay you, which can be -2 (failed), 2 (processed), 0 (pending), -1 (cancelled) – So if you need to process some stuff upon receiving payment from customer you need to edit line 32 on index.php and put there link to page which will handle POST from moneybookers instead of ”$admin_email” variable.
Also if you need even more advanced options – they all can be found on this pdf manual on page 7 (what you can pass to moneybookers) http://www.moneybookers.com/merchant/en/moneybookers_gateway_manual.pdf and on page 19 – variables which moneybookers will pass to your “status_url” page during transaction.
and it is done the same way like i wrote above.
Nice one again! I did buy both, PayPal and MoneyBroker! This is time saver solution for me! 
Thank you xemmex, I’m glad you like it 
Can someone make a payment by credit card? Is it necessary to create an account with moneybookers to make a payment ?
Fantastic. Took me 5 minutes to instigate rather than 5 weeks reading through their monster brochure.
Hi!
Is there a possibility to pay with all kinds of credit cards? `cause i couldn`t choose credit card in the demo..
Thank you..
You have to have moneybookers account. After you login to your moneybookers account you will be able to pay with different options, bank transfer, credit cards, etc … It also depends on what your merchant accepts, I for example don’t use moneybookers that often so I have there only bank transfer enabled.
but when i raise credit here at themeforest i can pay through moneybookers and i don`t need to have a moneybookers account.. i just fill out the form, choose credit card and just pay.. thats it.. thats why im asking.. i need a terminal where u can pay by credit cards without the need of being registered in the system..
I double checked with moneybookers manual and here what it says: Moneybookers Direct allows customers to make payments directly to the Merchant without having to pre-fund their e-wallet. Current payment options include credit/debit cards (international & local), direct debit and instant bank transfers such as Giropay, Sofortüberweisung,, Przelewy24 (Poland), POLi (Australia) and iDEAL (The Netherlands). Please contact merchantservices@moneybookers.com to start accepting Moneybookers Direct
my account dont have moneybookers direct
this is why it is not available on demo. If you have direct – you will be able to pay instantly.
Hi,
I just want to add my received payments to database, how can i capture received payments.
Regards, Prashant
Can this script be used to sell digital downloads or items using Moneybookers? Ive been dying to find a script I can use to secure my digital downloads and deliver them via Moneybookers
Hi wa7edsoori,
You can use this script to sell your products (read this tutorial http://www.rxnk.com/scripts/paypal/tutorials.html#tut2 ) The only problem is that script doesn’t have option to store files or to secure them, and deliver by moneybookers. Script will give you option to sell stuff, but delivering and storing – would be a manual thing, or you’d need to modify the script.
By the way, I saw somewhere here on themeforest a script which allows you to do what you described, only with paypal. You can combine two scripts – and you will get what you want 
Thanks for the reply, yes I saw the script which handles digital products with paypal, but I think that uses the paypal IPN , you would need the moneybookers IPN , I wouldn’t know how to combine the scripts to get it to do what I want as I’m not a programmer, in any case i’ll look into it. Thanks
Hi,
I bought this script but after a client has made a transaction, i would like to add a transaction line into my database to track all the payments. Where I can put my INSERT INTO lines ? And where I can put the code the ensure that the transaction as been processed correctly.
Thanks
Hi SuperFlash,
thank you for purchasing our script.
Please take a look on this link http://www.moneybookers.com/merchant/en/moneybookers_gateway_manual.pdf on page 8, particularly on description of field “status_url”
Now open index.php of the script. Go to line 32 and change
$moneybookers->add_field(‘status_url’, $admin_email); into
$moneybookers->add_field(‘status_url’, url_to_transaction_checker_script.);
url_to_transaction_checker_script should be file (with correct location ofcourse) which will get $_POST array from moneybookers. In this array they will pass all necessary info which you might need to input into your database. You can find more info on what parameteres moneybookers will send to that page on their website.
Dose it come with free updates in case moneybookers changed the system ?
as I notice they going to change it
Hi,
Thank you for your interest in our script.
If moneybookers will change something on their part and our script will stop working – we would need to update the script, sure. However we cannot guarantee prompt update for the script, there’s just too many things which we promised to our codecanyon clients which are still pending completion. Script modification would go to queue line of the development for codecanyon.
This was truly timesaver. I was happy to buy your script. Got me 15 minutes to integrate it into my order system.
I really liked it, i will soon probably buy your paypal script as well.
hi i want to user selct the amount from menu not he type the amount and i want te select the service fro menu like (hosting,designe) lile this and thanks
please help me when i buy any thing i dont see any notification mail come to me
yes it allow
We wanted to let everybody know that we are going on vacation and will not be available for any requests ( including support ) from September 16 to September 24. All requests will be taken care of as soon as we will be back. Thank you for your understanding.
Great script CONVERGINE , i was looking this from last 2 weeks as i got merchant status approved and i wanted to setup this type of terminal in my CMS , you really made my work EASY 
Thanks ALOOOOT .
Do change Moneybookers Logo to SKRILL
as its changed on thier website also 
Thanks Anyways 
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
Actually you have to have a merchant account for processing credit cards with ANY credit card processing company. In any other case your client has to have an account with any third party company (in the case of this script – with moneybookers.com )