473,396 Members | 2,111 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

using moneybookers[dot]com gateway

omerbutt
638 512MB
hi all has any one configured a site with moneybookers.com gateway i have been searching long time on their site but could not get any idea that how am i going to configure it with my site.any help in this regards would be appreciated
regards,
Omer aslam
May 26 '09 #1
14 3088
Dormilich
8,658 Expert Mod 8TB
do you mean this resource?
May 26 '09 #2
omerbutt
638 512MB
sorry extremely sorry it is'nt monkeybookers its moneybookers :( just misspelled and see what it came out with ...lol....no body books monkeys i am sure :D
May 26 '09 #3
Dormilich
8,658 Expert Mod 8TB
@omerbutt
maybe except a circus where all the monkeys have left in search for bananas?

(did that link help?)
May 26 '09 #4
omerbutt
638 512MB
lollllllllzzzzzzzzzz....................good 1 .....yeah tha was it that i was searching for thanks alot dormilich for that link i am working on it and will call you for help again most probably as i havent configured this gate way
regards,
Omer Aslam
May 26 '09 #5
Dormilich
8,658 Expert Mod 8TB
@omerbutt
I'll see what google tells me, when I look for troubleshooting monkeybookers ;)
May 26 '09 #6
Ciary
247 Expert 100+
@omerbutt
are you really sure? this world is full of sick people you know O_O
May 26 '09 #7
omerbutt
638 512MB
well cant be sure that much as you people dont let any one go like that :D
regards,
Omer Aslam
May 26 '09 #8
omerbutt
638 512MB
@Dormilich
:D........................
regards ,
Omer Aslam
May 26 '09 #9
Ciary
247 Expert 100+
srr, couldn't resist ^^

well good luck with mon_eybookers.com (somehow it feels like i'm missing something) :)
May 26 '09 #10
omerbutt
638 512MB
please spare me .......lemme go ...........i promise i wont do that TYPO mistake again lolzzz
May 26 '09 #11
Markus
6,050 Expert 4TB
It was possibly my fault, when I renamed the title, but you have no proof so the finger of embarrassment and blame remains directed at yourself, Omer. ;)
May 26 '09 #12
omerbutt
638 512MB
ooo ma Goshhhhhhhhhhhhhhh .....i was thinking when did i wrote this title ........uuuuuuuuu naughty boi :D
May 26 '09 #13
omerbutt
638 512MB
hi
i have configured it but one thing that if i want the name and price description of eachproduct what should i do here is a test form that is generated from the test page but is for 1 product and it post all the price description and product name on the gateway but what if there are more than one product and i want to display the name and prices of all of them what should be the field name for the second product if for 1 product it is detail1_description which shows the PRODUCT ID title and detail1_text shows the value 110024 what shoud be for 2nd product
please help in this regard

Expand|Select|Wrap|Line Numbers
  1. <form action="https://www.moneybookers.com/app/payment.pl" target="_blank">
  2. <input type="hidden" name="pay_to_email" value="id@domain.com">
  3. <input type="hidden" name="return_url_target" value="1">
  4. <input type="hidden" name="cancel_url_target" value="1">
  5. <input type="hidden" name="dynamic_descriptor" value="Descriptor">
  6. <input type="hidden" name="language" value="EN">
  7. <input type="hidden" name="confirmation_note" value="Samplemerchant wishes you pleasure reading your new book!">
  8. <input type="hidden" name="merchant_fields" value="field1">
  9. <input type="hidden" name="title" value="Mr">
  10. <input type="hidden" name="firstname" value="John">
  11. <input type="hidden" name="lastname" value="Payer">
  12. <input type="hidden" name="address" value="11 Payerstr St">
  13. <input type="hidden" name="address2" value="Payertown">
  14. <input type="hidden" name="phone_number" value="0207123456">
  15. <input type="hidden" name="postal_code" value="EC45MQ">
  16. <input type="hidden" name="city" value="Payertown">
  17. <input type="hidden" name="state" value="Central London">
  18. <input type="hidden" name="country" value="GBR">
  19. <input type="hidden" name="amount" value="39.60">
  20. <input type="hidden" name="currency" value="EUR">
  21. <input type="hidden" name="amount2_description" value="Product Price:">
  22. <input type="hidden" name="amount2" value="29.90">
  23. <input type="hidden" name="amount3_description" value="Handling Fees:">
  24. <input type="hidden" name="amount3" value="3.10">
  25. <input type="hidden" name="amount4_description" value="VAT (20%):">
  26. <input type="hidden" name="amount4" value="6.60">
  27. <input type="hidden" name="detail1_description" value="Product ID:">
  28. <input type="hidden" name="detail1_text" value="4509334">
  29. <input type="hidden" name="detail2_description" value="Description:">
  30. <input type="hidden" name="detail2_text" value="Romeo and Juliet (W. Shakespeare)">
  31. <input type="hidden" name="detail3_description" value="Seller ID:">
  32. <input type="hidden" name="detail3_text" value="123456">
  33. <input type="hidden" name="detail4_description" value="Special Conditions:">
  34. <input type="hidden" name="detail4_text" value="5-6 days for delivery">
  35. <input type="hidden" name="rec_period" value="1">
  36. <input type="hidden" name="rec_grace_period" value="1">
  37. <input type="hidden" name="rec_cycle" value="day">
  38. <input type="hidden" name="ondemand_max_currency" value="EUR">
  39. <input type="submit" name="Pay" value="Pay">
  40. </form>
  41.  
regards
Omer Aslam
May 29 '09 #14
Dormilich
8,658 Expert Mod 8TB
you probably need to contact them to ask for this.
May 29 '09 #15

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Franck | last post by:
Does anyone know how I can export my data from a database and put it into a predefined Word template document. I'm using C#.NET and have datasets with all the data I need. I would like to add...
9
by: yezanxiong | last post by:
Hello all, I am new in asp.net developer,I would like to ask a simple question. how to display a message box in web application using asp.net? If I just use Private Sub btnOK_Click(ByVal...
13
by: Andrew | last post by:
I use conditional compiler constants, set through the VBA IDE in Tools, <projectname> Properties, that I refer to throughout my code to control which code is used during development, and which...
44
by: Darryl Kerkeslager | last post by:
I once did all my control references with the bang (!) operator. All my controls were referenced as Me!txtInput, etc. I have now discovered that doing this loses much more than Intellisense. ...
5
by: Michael Fitzpatrick | last post by:
I have an access 2000 database form and need an image control that will display a PNG file. The PC's all run Windows 2000. The image control in access 2000 does not support PNG so I tried to create...
3
by: Rob | last post by:
Hi all, I am having trouble converting the code below (found on http://vbnet.mvps.org/index.html?code/core/sendmessage.htm) into a format that will work using vb .NET. Can anyone have a look...
7
by: aaj | last post by:
Hi all Would anyone be able to offer any unbiased thoughts or advice on reasons to switch to .Net. I have read some of the literature and read other stuff on google, but a so much of it seems to...
0
by: Nalla | last post by:
Hi, I have a requirement to call webservices from my old C++ application.So first I tried with Vc++.net as follows.....There are 2 approach Dotnet frame work and soaptoolkit 3.0 I am not able to...
7
by: zahy[dot]bnaya[At]gmail[dot]com | last post by:
Hi all, Since I am always confusing this, I want to know once and for all what is the right way of doing this. I've noticed that some programs use: std::cout<< "yadayada"<<endl;
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.