Paypal integration

Hi,
Anyone know how to integrate a paypal account into iweb photo gallery?
I would like that people can click on an image to buy from my gallery and pay it with their paypal account. Do I need to also make a separate shopping cart or can I get it all through iweb or paypal?
Appreciate any help.
Thank.
Helen

Shippey,
Some people here will be able to do it (i.e. you use an IWeb gallery and with a Paypal button you can order from there, problem is it's complicate).
I had to resort to create on page per picture I wanted to sell, each page contain a "Add to Cart" button and I have in my Home page a "view Cart" button. Work fine, I wish it could be easier but it works.
This is how I did it: http://www.wesdotphotography.com/Blog/Entries/2009/3/12Create_Paypal_ADD_TO_CARTButton.html
Hope this help.
Thierry

Similar Messages

  • Paypal integration with Oracle 11g??

    I am trying to run the PayPal integration sample application under 11g and running into an issue when it tries to access the sandbox url:
    p_api_url is being passed into the module setting things up and is:
    https://api-3t.sandbox.paypal.com/nvp
    l_http_req := utl_http.begin_request(p_api_url, 'POST');Error I am getting back is :
    ORA-29273: HTTP request failed
    Cause: The UTL_HTTP package failed to execute the HTTP request.
    So trying to do a simple post the Paypal url is failing, why??
    Thank you,
    Tony Miller
    LuvMuffin Software

    There is no integration out-of-box between cache and database, and never will be, because it highly dependent not only on database type, but also on tables structure and complexity of objects and SQL queries you need for retrieving entities you need from database. First step would be to using events, as perfectly described within blog entry mentioned below.
    But it's just a tiny but of the actual work, one has to build an separate set of objects reacting on events and doing the actual data extract and do it reliably, rolling back extract data, reconnecting upon database failures and allow partial updates of the entities in cache in order to pertain high performance in case of huge amounts of extract batches.
    There exists a generic architectural approach & solution made specifically to leverage Oracle database features on this regard, having all these features, I've built it for one of our OLTP apps.

  • PayPal integration using SOAP messages

    Hello,
    for a integration scenario we want to call a PayPal SOAP API as described in https://www.x.com/docs/DOC-1244.
    The PayPal safety requirements are fullfilled by giving a Username, Password and Signature in the SOAP Header:
    <SOAP-ENV:Header>     
      <RequesterCredentials xmlns=u201Durn:ebay:api:PayPalAPIu201D xsi:type=u201Debl:CustomSecurityHeaderTypeu201D>          
       <Credentials xmlns=u201Durn:ebay:apis:eBLBaseComponentsu201D xsi:type=u201Debl:UserIdPasswordTypeu201D>                       
        <Username>api_username</Username>               
        <Password>api_password</Password>              
        <Signature>api_signature</Signature>               
        <Subject>authorizing_account_emailaddress</Subject>         
       </Credentials>    
      </RequesterCredentials>
    </SOAP-ENV:Header>
    I have given the three values as Adapter-Specific Message Attributes filled by UDF in Message Mapping.
    The filled values are also visible in monitoring in section DynamicConfiguration.
    SOAP Adapter: http://s3.directupload.net/file/d/2127/r8y4aywt_jpg.htm
    Monitoring: http://s5.directupload.net/file/d/2127/cqvfds35_jpg.htm
    But PayPal responded:
    Authentication/Authorization Failed
    You do not have permissions to make this API call
    My credentials are ok. I have tested it within the PayPal NVP API Tester: http://www.shopsandbox.de/PayPal/Refund/ .
    How do I have to manipulate the SOAP header for a successful SOAP API call?
    Is it necessary also to insert the nodes ?
    If yes, how?
    Thanks in advance,
    André

    Hi,
    I´ve created the whole SOAP message in Message Mapping and changed the SOAP receiver adapter sending the message without envelope. But the response is:
    ADAPTER.HTTP_EXCEPTION
    HTTP 500 Internal Server Error
    <?xml version="1.0" encoding="UTF-8"?>
    <Envelope>
    <Header>
      <RequesterCredentials>
       <Credentials>
         <Username>xxxxx</Username>
         <Password>xxxx</Password>
         <Signature>xxxxxx</Signature>
         </Credentials>
       </RequesterCredentials>
      </Header>
      <Body>
       <RefundTransactionReq>
        <RefundTransactionRequest>
         <Version>54.0</Version>
         <TransactionID>xxxxxxxxx</TransactionID>
         <InvoiceID>222222</InvoiceID>
         <RefundType>Partial</RefundType>
        <Amount>1</Amount>
        <Memo>memotext</Memo>
       </RefundTransactionRequest>
      </RefundTransactionReq>
    </Body>
    </Envelope>
    Have I missed sth?
    Thanks,
    André

  • With PayPal integration, can I set up "Subscription" payments?

    Currently, we can set up a fixed price with PayPal, however, I have some products available for monthly installments. Is there a procedure to change from a "Buy Now" to a "Subscription" integration with PayPal?

    Sorry, we currently do not support a subscription. You can vote on this feature request here: http://forums.adobe.com/ideas/1285
    We use this to help prioritize our work.
    Randy

  • Modify Web Gallery - Paypal Integration - Filename Extraction

    Hi Everyone,
    I'm embarking on a mission to try and create a custom web template that will integrate Paypal's "Add to Cart" buttons on the "Details" page of an exported Web Gallery. It only requires modifying a Web Gallery template file and adding the below code to the footer of the Details Page:
    <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="image" src="https://www.paypal.com/enUS/i/btn/btn_cartSM.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
    <input type="hidden" name="add" value="1">
    <input type="hidden" name="cmd" value="_cart">
    <input type="hidden" name="business" value="[email protected]">
    <input type="hidden" name="item_name" value="Purchase Standard Resolution Image">
    <input type="hidden" name="item_number" value="imagename">
    <input type="hidden" name="amount" value="3.00">
    <input type="hidden" name="shipping" value="0.00">
    <input type="hidden" name="no_shipping" value="0">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="lc" value="US">
    <input type="hidden" name="bn" value="PP-ShopCartBF">
    </form>
    The problem is, I need to substitute the image's filename for the "imagename" variable in the above code. I'm looking to extract the filename, but I'm unsure of how Aperture populates that. I'm sure there's a div name that they use that I could slip in there, but has anyone who has modified a Web Theme done this before? I know CSS modifications are easy, but I'm talking extracting certain field names that Aperture uses.

    I'm not seeing an "Add To Cart" button on your page - just a "View Cart" one.
    The reply from PayPal is correct in that there is no code that specifies the image size. The image itself dictates the size as you will discover if you use a custom button hosted on your own site.
    Here's the code:
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="Value-Code-Here">
    <input type="image" src="http://www.domain.com/Folder-Name/Button-Image.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
    However, PayPal buttons do work on iWeb built sites so I don't know about the relevance of their reference to CSS.

  • How to connect a carcheck website to paypal integration

    please reply as soon as possible.....

    ProjectWork wrote:
    Hey can u pl tell me the code or the steps to connect carcheck website with paypal because the exact
    specifications are still not known sure they are
    and i am unable to find themwell you didn't try very hard
    a simple Google search pulls up lots of stuff
    ....so any suggestion how should i proceed?Yes,
    [Read this|http://www.catb.org/~esr/faqs/smart-questions.html]
    [Then read this|http://java.sun.com/docs/books/tutorial/]
    Edited by: SoulTech2012 on Sep 2, 2008 3:18 PM

  • IPhone application PayPal Integration

    Hello,
    I want to add Paypal payment to my iPhone application in this when user make a payment successfully then we will send a music CD by courier to user? Will apple approve the app if the payment transaction will be done within application?
    Thanks

    YYes. Physical goods sold for use outside of the App Store must use your own payment system.

  • How do you implement serial number generation and/or paypal integration?

    Hi,
    perhaps this question is a bit of topic. But have you ever thought about this point or even better do you have an solution for this?
    Rgds - Wilko

    The only ways to find a serial number without having the iPhone are by looking at the iTunes backup or on the packaging. If you don't still have the box and you didn't make a backup in iTunes or it doesn't show the serial number - see:
    http://support.apple.com/kb/HT4061
    then I know of no way you'll be able to get the serial. It will not be shown in your iTunes Store nor in iCloud.
    Regards.

  • Paypal Credit Card Integration

    After following through on the white paper for setting up paypal, I have been able to successfully got the Paypal integration to work.
    Now I am trying to accept credit card using the same app, but it does not seem to like it. Has anybody ran into this problem?
    ORA-20001: Error: TIMESTAMP=2009-11-18T17:37:11Z&CORRELATIONID=fed2d97a83aa&ACK=Failure&L_ERRORCODE0=10001&L_SHORTMESSAGE0=Internal Error&L_LONGMESSAGE0=Timeout processing request
    Thanks!

    Please see this thread : Paypal White Paper setup not working It might have the answer you are looking for..
    Thank you,
    Tony Miller
    Webster, TX

  • Paypal person to person Payment Integration with PHP

    I have been searching for Paypal person to person Payment integration code with PHPI hope you can help me what PayPal Code that I can use.I already tried with normal paypal integration(transfer from personal to business) by assigning receiver paypal personal account email id as the business id.   <input type="hidden" id="amount" name="amount" value="<?= $_REQUEST['amount'] ?>" />
    <input type="hidden" name="cmd" value="_xclick">
    **<input type="hidden" name="business" value="<?= $event['donation_email'] ?>">**
    <input type="hidden" id="item_name" name="item_name" value="Contribution for <?= $event['events_name'] ?>">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="no_shipping" value="1" />
    <input type="hidden" name="return" value="<?= notices::generate_events_link($event['events_id']) ?>?notice=<?= urlencode('Thank you for your gift!') . '&from_paypal=1' ?>" />
    <input type="hidden" name="cbt" value="<?= SITE_NAME ?>" />
    <input type="hidden" name="rm" value="2">
    <input type="hidden" name="notify_url" value="<?= FULLURL . 'events/successful-payment' ?>" />But it was not giving expected result.Here is the point for my website payment.A user will type amount of fund that he want to transfer to a paypal account with email id passing with one of the hidden fieldswhen user clicks pay now button and it will redirect to Paypal Page and transfer money to paypal account with email id passed with the requestThank you!

    Dear,
    I am SAP consultant in a multinational company.
    We want to integrate SAP with Paypal to make payments because most of our vendors only are using paypal account(or are more familiar to use it), and we want to give them a second choice to receive our payments.
    We have heard and read something related to XiPAy, that links SAP to Paypal to make payments.
    Regarding to Master Data we have clear that we will have to create another field called "Paypal Id" in the vendor Master Data where we will have to write the email account related to the paypal account and select as sensitive in case it changes. As well we will have to control that when a Payment method Paypal (We will customize that) is chosen, "Paypal Id" for the vendor will be mandatory.
    The process will be like SAP-PAypal (XiPay)-Vendor Bank. We know that we process a payment in SAP in created a file, that will be XML, which is the format accepted by XiPAy. Do you know if we received a file back to SAP as it has been done successfully?
    Our client is doing around 12000 payments/month to the vendors....Any idea about bank reconciliation?
    Doe this implementation affects in some way to house banks and payment cockpit? how? what should be taken into account?
    I apologize for the inconvenience.
    I look forward to hearing from you very soon.
    Thank you very much in advance.
    Yours Sincerely,
    Javier Peris Molina

  • Error when connecting Adobe Form with PayPal

    We are trying to integrate an Adobe Form into a PayPal purchase so that after a customer has purchased something, they are directed to a form to enter some personlization information.  However, it seems that the link is getting changed in the process as you get this message when you click on the redirect link:  an error has occurred.
    The form does not exist. Please re-enter the web address as the link may be misspelled.
    The form exists and this is the link: https://adobeformscentral.com/?f=EL-oB4MmM1PfLdRv4RBmEQ
    It works fine when used alone but we really need it to work in combination with the PayPal.  It is for the purchase of pawprint ornaments and can be found at http://www.humanesocietyofmarlboro.org/
    Pleae let us know how we can get this resolved.  We need it working ASAP.
    Thanks,
    Terasa

    Hi;
    Where is it that you have a re-direct link to the form from that Paypal purchase process?  I would double check that you copy/paste the entire link properly and look at the re-direct to make sure it is going to the entire URL and not modifying it or stripping part of it.
    Are you aware that you can do the Paypal payment process through the FormsCentral form?  https://www.acrobat.com/formscentral/en/video-index/paypal-integration-setup.html
    Thanks,
    Josh

  • CFHTTP/PayPal SetExpressCheckout Api

    I am slowly but surely getting to grips with PayPal integration. I am trying to connect to their SetExpressCheckout API
    I have a CFHTTP set up as a GET (also tried post)
    It manages to authenticate me, but as soon as I give the CFHTTP a NAME="test_paypal" for example along with DELIMITER="&", it gives me a problem.
    It says that the first variable returned which is TOKEN is an invalid name, it looks like this is a reserved name in CF?
    I see this and a few other variables that I need using CFHTTP.FILECONTENT
    Is there another way to correctly read all the variables returned without running into this issue?
    Btw Any developers out there interested in working on this for me please let me know, I'll be on this for a lifetime at this rate!
    Thanks
    Mark

    Hi Ian,
    Here is the code, and the server response that I get. If I try to use NAME= , it just goes into invalid variable for TOKEN
    <CFHTTP URL="#serverURL#" METHOD="post" THROWONERROR="YES" delimiter="&" >
    <CFHTTPPARAM NAME="METHOD" VALUE="SetExpressCheckout" TYPE="FormField"
    ENCODED="YES">
    <CFHTTPPARAM NAME="USER" VALUE="#APIUserName#" TYPE="FormField" ENCODED="YES">
    <CFHTTPPARAM NAME="PWD" VALUE="#APIPassword#" TYPE="FormField" ENCODED="YES">
    <CFHTTPPARAM NAME="SIGNATURE" VALUE="#APISignature#" TYPE="FormField"
    ENCODED="YES">
    <CFHTTPPARAM NAME="VERSION" VALUE="#version#" TYPE="FormField" ENCODED="YES">
    <CFHTTPPARAM NAME="AMT" VALUE="1.00" TYPE="FormField" ENCODED="YES">
    <CFHTTPPARAM NAME="RETURNURL" VALUE="http://www.xxxxxxxxxxx.com/buy.cfm"
    TYPE="FormField" ENCODED="YES">
    <CFHTTPPARAM NAME="CANCELURL" VALUE="http://www.xxxxxxxxxxxxxx.com"
    TYPE="FormField" ENCODED="YES">
    </CFHTTP>
    <CFOUTPUT>
    #cfhttp.fileContent#
    </CFOUTPUT>
    server gives
    TOKEN=EC%2d5HNxxxxxxxxxxxxxT&TIMESTAMP=2009%2d09%2d02T20%3a50%3a33Z&CORRELATIONID=52f09a09 72424&ACK=Success&VERSION=59%2e0&BUILD=000000
    Now if I add the NAME, I get
    The web site you are  accessing has experienced an unexpected error.
    Please contact the website  administrator.
    The following information is meant for the website developer for  debugging purposes.
    Error Occurred While Processing Request
    The column  name TOKEN=EC%2d5T01xxxxxxxxxx42G is invalid.
    Column names must be valid variable  names. They must start with a letter and can only include letters, numbers, and  underscores.
    The  error occurred in D:\ACS\paypal\index.cfm: line 27
    25 : <CFHTTPPARAM NAME="RETURNURL" VALUE="http://www.xxxxxxxxxxx.com/buy.cfm" TYPE="FormField" ENCODED="YES">
    26 :
    27 : <CFHTTPPARAM NAME="CANCELURL" VALUE="http://www.xxxxxxxxxxx.com" TYPE="FormField" ENCODED="YES">
    28 :
    29 :

  • PayPal on your website

    Any suggestions for online info for new to Dreamweaver. Also,
    has anyone had experience adding PayPal to a site taking donations
    for a non-profit?

    WebAssist has a free paypal integration extension for
    Dreamweaver.
    http://www.webassist.com/professional/products/productdetails.asp?PID=18
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "KPWood" <[email protected]> wrote in
    message
    news:fnilio$nmc$[email protected]..
    > Any suggestions for online info for new to Dreamweaver.
    Also, has anyone
    > had experience adding PayPal to a site taking donations
    for a non-profit?

  • Paypal customisation checkout

    Hi,
    I want to try and customise some things in Paypal Standard Checkout. With other cart systems this is possible because you can manipulate the API integrated within the cart, however BC seems to be embedded and nothing is customisable..... so frustrating.
    Anyway, the idea and the way they did it is contained in this link: http://stackoverflow.com/questions/4283251/disable-shipping-address-option-in-paypal-expre ss-checkout
    Can this be done in BC? Does anyone know or has anyone tried it out?
    Thanks, hope to hear something.
    Garuda

    Yes, the way it was intended.  I'm well aware of all their different payment methods, and if you follow their documentation you'll see they absolutely intend for people to be able to checkout quickly, easily, and securely.  Filling out forms goes against their idea of an "express checkout".
    Maybe I'm missing something, though.  Are you saying there is indeed some way to allow people to pay through PayPal without filling out the forms on the website?  If so, please let me know and that will be just fine.  Whether it's PayPal Standard, Express Checkout, Adaptive Payments, or whatever, I don't care as long as it accomplishes that goal.  And, for the record, it's not me that really cares all that much.  It's my client(s) using BC that are requesting this functionality.
    Everything I'm seeing, though, requires that the buyer (at least the first time they buy something) has to fill out these forms on the website to create an account within the system.  People simply don't like doing that, though, especially when they already have a PayPal account, and the numbers show it. 
    Don't take my word for it, study the Analytics data for a bunch of different sites.  Of course, make sure you have data for some that are done the way I've explained so you can see the difference, and I can tell you with quite certainty the conversion rates will be higher when a true "express" checkout of some sort is offered whether it's PayPal, Google, Amazon, or anything where the user doesn't have to type everything out.
    I realize I may be coming off as sort of an a$$, and I don't mean to.  The situation is simply this.  I've got a client running numerous websites.  Some of them are on BC and some are on different platforms.  I showed them conversion rate data and explained this concept to them.  I was then hired and I got PayPal integrated the way I'm saying on some of their other sites. They've been so impressed with the improvement in conversion rates on these sites that they want to migrate to a different platform all together if we can't get this working in BC.  Of course, that's a lot more work and will cost them a lot more money, but they're willing to do so because it's that important based on their own data.
    Quite frankly, in my eyes, this is opening up a new market for developers like myself.  I could do the same thing with other BC users and many of them would probably feel the same way, especially with recommendations of previous people like this guy.  I would much rather just find a way to make this happen for people in their existing system, though.  Unfortunately, you guys really don't seem to think it's a big deal, and almost seem to be taking offense to what I'm saying..??
    BC is freakin awesome!  I'm not trying to talk it down in any way.  I'm just trying to present the idea that, hey, there's still some room for improvement here, and it wouldn't be very hard at all to get working in this fashion.  Lots of other shopping cart platforms had this same problem at one point, but they've all been kinda catching up and offering this when including PayPal.
    I think you're missing the boat on this.  BC is sweet, and Adobe products rule, but this one little thing....ugh.

  • IPHONE LAYOUT PAYPAL DROP DOWN ISSUES

    Everything in my site is working as it should.  I created a desktop version tablet version and iPhone version.  I do not have any items outside of the working space. However, when I go to the phone site as soon as I click the paypal button(which has a drop down menu) the site zooms in and then starts floating all over.  www.summitindoornx.com (must view on phone more specifically iPhone).  The site works fine in every other aspect.  I do not have any scrolling, parallax or any anchors.  No random containers?  What gives??

    Ok so I tried a different approach and there seems to be no impact.  PLEASE NOTE THIS IS THE PHONE LAYOUT AND YOU WILL NOT EXPERIENCE WHAT I AM DESCRIBING UNLESS YOU ARE ON A PHONE.
    Instead of using paypal drop down menus I created 2 separate buttons.  When the try to enter the required information in the txt box offered by paypal html buttons it does the same thing(ZOOMS IN FLYS ALL OVER THE PAGE, AND NEVER LOADS PROPERLY AFTER THAT). 
    So any drop down menu or text field you try to access ONLY on the phone layout creates this problem. You will not see this unless you are looking on a PHONE!
    Seems as tho PayPal integration hasn't been well thought out here.  Works on the tablet and on the desktop no issue.  In the case on my txt fields these are required as this is a registration which requires the persons name and the item they are registering for.  Can someone offer something?
    The site operates perfectly.....UNTIL YOU TRY TO ENTER TEXT IN THE BOX.

Maybe you are looking for

  • Jerky, laggy graphics on windows 7 on macbook pro but graphics are fine on OS X

    I installed windows 7 and all the apple support files for windows using bootcamp on my brand new macbook pro 15inch. I get very noticeable laggy, jerky graphics on videos that i play with VLC or windows media player in Windows 7.  If there is motion

  • HT201210 I've tried updating my iphone 4s to the ios6

    but every time I do so, it tells me there was an error downloading it. Why is that?

  • How come some podcasts are loud while others I can barely hear?

    I enjoy listening to podcasts while at work.  I work in a place that does not allow head phones nor does it allow for a stereo.  I use a small iHome speaker. The Red Eye Radio podcast has a perfect volume level, while the Billy Cunningham podcast, Bi

  • Zen Touch Gets The Sh

    New Zen 20gb? what is this? oo la la you can put stickers on it, what is this? Creative Stick to just afew players instead of making a bunch of others. Meet the demands of the Curent players such as Zen Touch Firmware?! Hmm ya that would be an idea!

  • Airport Printing fails after one job

    There seems to be a lot of printing issues with Airport but I can't find a solution for my problem. I have an Airport Extreme attached to a USB printer. It will print fine from my Powerbooks running Tiger or Leopard but when I try to print from the n