How to use pay Pal payment method?

Hello there! i was trying to buy a movie using my pay pal account, but after clcking on the pay pal option asks to click on the link to validate pay pal account, but nothing happens when i click on the link! thanks

Liam is correct.
You have to make sure that you have IPN enabled with the return URL in there and also return URL added to Website Selling preferences.
Your return URL would be http://www.colinpearce.com/PaymentProcess.aspx
Cheers,
-mario

Similar Messages

  • Pay pal payment problem still unsolved

    Just wanted to say that customer support service in POLAND is a joke. They hired foreigners who probably use translator to communicate with their clients in Poland and they are pretty much useless.I had problem with pay pal payment this month, they charged me money, but I got the same message as everyone saying that there was a problem with my payment and that I should update my payment info, which I did and then got charged AGAIN. Those ladies from "customer support" downgraded my account to free, even though the payment was taken from my account (TWICE) and I presented them with transaction number or whatever. I just wish Spotify would take their clients EVERYWHERE equally seriously and actually hire people that can solve problems.I just don't know who else I could message, as I'm done talking to the Polish customer support service because they are clearly unable to solve my problem and expect me to sign up for the premium account ONCE AGAIN (they actually said that) and pay again, I guess? And I'm not doing that. Omg, I haven't been this annoyed with a customer service in a long time lol.

    Hi MMyers719 -
    Thanks for reaching out to us here. I am sorry to hear that you are running into this. This is something we would have to take a look into your account regarding though. You can click 'contact us' at the bottom of any of our pages to get a number to call into us directly. You can also reach out to us on Twitter or facebook. We would be happy to take a look.
    - Adam

  • How can I change the payment method to None with gift card balance.

    How can I change the payment method to None with gift card balance?
    I already have an Apple ID account with no credit card but when I try to log in download free app it says Apple ID has not been used in iTunes store please review your account and it appears the billing info and there's no none in the option..how can I solve this so that I can used my Apple ID and can download free apps?

    Hi ..
    Help here >  Why can’t I select None when I edit my payment information?HHi

  • How to use two split this method in my code

    How to use two split this method in my code
    if i got one string line which like this
    ("aa!bb!cc~ab!bc!cd") a
    nd want to use two split to spare ! and ~ this seal for my spare point how that output
    has come diff ?
    public static void main(String[] args) {
        String str = "aa!bb!cc~ab!bc!cd";
        String strs[]= str.split("~");
        String strE[]= str.split("!");
        int count =0;
        for(int j=0; j < strs.length; j++){
          for (int i = 0; i < strE.length; i++){   
              System.out.println(count + " " + strE);
    count++;
    the output how can it be like this
    0 aa
    0 bb
    0 cc
    1 ab
    1 bc
    1 cd

    Move your second slit inside the first loop, so you are splitting the substring, not the entire string.

  • Can iTunes Gift cards and iTunes Gifts be used as a payment method when setting up family sharing as an organizer ?

    i want to set up family sharing and i will be the organizer when setting up family sharing i am asked to use a valid payment method and i don't want to use any credit or debit cars so can i use iTunes Gift cards and iTunes Gifts as a payment method ?
    Thanks in advance

    Have you worked through the guidance on Family Sharing given in:Family Sharing

  • Need help!! How to use super in equals() method and makeCopy() method?

    This is my Name class:
    class Name {
        private String title;
        private String name;
        public Name(){
             title=" ";
             name=" ";
        public Name(String title){
             setTitle(title);
             name=" ";
        public Name(String title,String name){
             setTitle(title);
             setName(name);
        public void setTitle(String title){
             this.title=title;
        public String getTitle(){
             return title;
        public void setName(String name){
             this.name=name;
        public String getName(){
             return name;
        }   This is my Person Class
    class Person extends Name{
        private String address;
        private String tel;
        private String email;     
        public Person(){
             super();
             address=" ";
             tel=" ";
             email=" ";
        public Person(String name){
             super(name);
             address=" ";
             tel=" ";
             email=" ";
        public Person(String title,String name,String addressStr){
             super(title,name);
             setAddress(addressStr);
             tel=" ";
             email=" ";
        public Person(String title,String name,String addressStr,String phoneNum){
             super(title,name);
             setAddress(addressStr);
             setTel(phoneNum);
             email=" ";
        public Person(String title,String name,String addressStr,String phoneNum,String emailStr){
             super(title,name);
             setAddress(addressStr);
             setTel(phoneNum);
             setEmail(emailStr);
        public void setAddress(String add){
             address=add;
        public String getAddress(){
             return address;
        public void setTel(String telephone){
             tel=telephone;
        public String getTel(){
             return tel;
        public void setEmail(String emailAdd){
             email=emailAdd;
        public String getEmail(){
             return email;
         public boolean equals(Person inputRecords){
             boolean equalOrNot=false;
             if(inputRecords.super(getTitle()).equals(title))         //this is wrong
                  if(inputRecords.super(getName()).equals(name))           //this is wrong
                       if(inputRecords.getAddress().equals(address))
                            if(inputRecords.getTel().equals(tel))
                                 if(inputRecords.getEmail().equals(email))
                                      equalOrNot=true;
             return equalOrNot;   
            public void makeCopy(Person copyInto){
                 copyInto.super(setTitle(title));             //this is wrong
                 copyInto.super(setName(name));           //this is wrong
                 copyInto.setAddress(address);
                 copyInto.setTel(tel);
                 copyInto.setEmail(email);
    }How can I correct the wrong part?
    I don't understand how to use super in equals() method and makeCopy() method.

    Try something like this ...
    public boolean equals(Object other) {
      if (other==null || !(other instanceof Person)) return false;
      Person that = (Person) other;
      return getTitle().equals(that.getTitle())
          && getName().equals(that.getName())
          && getAddress().equals(that.getAddress())
          && getTel().equals(that.getTel())
          && getEmail().equals(that.getEmail())
    Notes:
    * This overrides Object's public boolean equals(Object other), which is (probably) what you meant.
    * You don't need to call "super.getWhatever" explicitly... just call "getWhatever" and let java workout where it's defined... this is better because if you then override getTitle() for example you don't need to change your equals method (which you would otherwise probably forget to do, which would probably have some interesting side effects.
    Cheers. Keith.

  • Pay Pal payment Group not saved to order if Gift Card is being used.

    In my application I have credit card, pay pal and gift card payment types.
    Each of these types work just fine on their own.
    I can get credit card and gift card payment groups to show up on a single order, but for some reason when doing a pay pal and gift card combo, only the gift card is showing up. The pay pal processor chain is not being kicked off. No errors are being thrown.
    Here is the chain if that helps:
    <pipelinemanager>
         <pipelinechain name="payPalProcessorChain" transaction="TX_REQUIRED" headlink="createPayPalInfo">
         <pipelinelink name="createPayPalInfo" transaction="TX_MANDATORY">
         <processor jndi="/atg/commerce/payment/processor/ProcCreatePayPalInfo"/>
         <transition returnvalue="1" link="processPayPal"/>
         </pipelinelink>
         <pipelinelink name="processPayPal" transaction="TX_MANDATORY">
              <processor jndi="/atg/commerce/payment/processor/ProcProcessPayPal"/>
              </pipelinelink>
         </pipelinechain>
         <pipelinechain name="giftCardProcessorChain" transaction="TX_REQUIRED" headlink="createGiftCardInfo">
              <pipelinelink name="createGiftCardInfo" transaction="TX_MANDATORY">
                   <processor jndi="/atg/commerce/payment/processor/ProcCreateGiftCardInfo"/>
                   <transition returnvalue="1" link="processGiftCard"/>
              </pipelinelink>
              <pipelinelink name="processGiftCard" transaction="TX_MANDATORY">
                   <processor jndi="/atg/commerce/payment/processor/ProcProcessGiftCard"/>
              </pipelinelink>
         </pipelinechain>
    </pipelinemanager>

    The problem here was the way the PayPal logic is created and used. So a rewrite of the logic to use OTB ATG best practices - piepline processors was done to address the issue

  • Help please: Issue setting up collecting payments using Pay Pal

    Our form is created, our Pay PAL account is created and banking info confirmed.  Pay Pal account was registered and permissions granted.
    Defined the purchased filelds(1) tied to total amount due...and added a fixed 2.00 handling charge.  Basically everything appears okay.
    When I do the test the submit button is changed to proceed to checkout(and i see mc, visa, discover logos as well), but instead of going to screen where I can enter Credit card information it goes to pay pal login screen for our account.  Something is obviouslly set up wrong.  Can you help me with what could be the issue?  I was hoping to finish form setup soon.

    Hi;
    I would be happy to take a look.  You can share your form with me following these instructions http://forums.adobe.com/docs/DOC-2462 with [email protected]
    I don't' know what exactly you are seeing on the Paypal page, but the correct behavior after clicking "Proceed to checkout" is to be taken to a Paypal login page, it sounds like it is working correctly
    Since you are on your own computer where you sign into Paypal it would show your Paypal account/login like this:
    In the upper right it shows the amount of the transaction and if you sign in with a different Paypal account (can't sign in with the same account you registered) it will continue with the transaction, alternatively to test you can click the "Check out as guest" next to "Don't have an account" where you would enter payment information.
    If something else is happening your can share your form and I'll take a look.
    Thanks,
    Josh

  • Promise to pay and payment method

    Hi all,
    The following is the case in Collections Management. When you use the payment method in AR you will find that you will run into problem logging a P2P on items that have a payment method filled in. Now for direct debit it would be under discussion if this is correct or not since a direct debit goes thru F110 however when you have other payment method filled in (like banktranfer, payment by check or BoE) then you have a problem. Personnally i think this is a bug or conflicting functionality so i already discussed this with SAP.
    You can manually bypass the above by setting the payment block on the invoice (from the worklist) but that is a lot of work. Now my question:
    How difficult is it to create a user exit on the BSID table to fill in the payment block on the customers/ company codewith all documents that have a certain payment block?
    I was thinking to use the following variable fields in the UE:
    BSID-BUKRS u2013 Company Code
    BSID-KUNNR u2013 Customer Number
    BSID-ZLSCH u2013 Payment Method
    BSID-ZLSPR u2013 Payment Block
    Does any of you have experience with this, is it possible? Might there be another way?
    Thanks in advance
    Richard

    Hello James,
    Following are the major differences in promise to pay and installment plans
    1)When you create installments, new statistical items are created by the system using the main transaction of installments in the table of open items DFKKOP. However, new statistical items are not created in the case of promise to pay. Just a new promise to pay document is created from where you can see individual items and amount due to date etc
    2)When you create an installment, you have the option of viewing installment amounts in the account balance display or the original document(against which the installment was created). Incase of promise to pay, you cannot see individual promise to pay items in account balance display(FPL9). you only see the original document
    3)When you create an installment against a recievable, the ABWBL field in DFKKOP is updated with the document number of the installment plan created. Same is true for promise to pay documents as well
    4) Installments nt possible for items that have been sent to coll agencies. This is not true for P2P
    In my perspective, installments is a very flexible way of deferring due dates and breaking line items. If you use the functionality for doing it you will have much wider options in terms of clearing control and reporting. However, P2P(as i see it) is just an agreement with consumer and is not as flexible as installments and might make you life a little difficult
    I hope this will help. I'd suggest you also take input from other experts here. Thanks!

  • Inconsistent interface cause unintentional use of wrong payment method with worthless CS

    I don't forsee anything coming from this, but I will put my experiences on here. I use Paypal quite a bit, and I use the same sites a lot.  I have credit cards, and I usually want to pay by credit cards.  But because I also have bank accounts attached, Paypal forces me to use a bank account as default payment source and credit card as backup.  Because of this, everytime I buy something, I have to change payment sources. Over the years, I got used to the interface where you first enter username and password, and then it shows you how much you're paying, and what payment method you're using, and a button to actually buy it.  Since last year or so, on some sites I would see a different interface where you enter a password and it immediately charges the default payment method.  Because I got used to entering username and password and then reviewing payment information, I accidentally used my default method multiple times, but on relatively small things. What really got me though, was a recent transaction that I made for a website that charged a different currency.  Because the website switched to the one-page checkout, I entered password and it instantly used my bank.  I tried to close the page but the transaction already went through.  I looked at the paypal transaction and the exchange rate paypal was giving was 3% off market rate and I lose out on 1.5% rewards, costing me about $10.  I called Paypal customer service, but it was not open at the time.  I called the next morning, and the guy said that because the transaction went through, I would have to contact the merchant.  I asked him if there were other ways, and he said I could do a stop payment at the bank, which would cost more money than it was worth.  I asked to talk to a manager, and the manager said that he could do nothing.  I then told him that the unintuitive interface was costing me money and he squarely blamed me for the mistake and did not want to acknowledge that there could be anything bad about the UI setup, and did not provide any help.  The manager blaming me for a mistake caused by inconsistent experience is what finally made it obvious that Paypal is fine with playing dirty and tricking customers.  I called a different department and asked if the interface could be disabled for my account so that I can have a consistent experience, and it was declined.  I then checked what causes the different interface, and noticed that it only happens if you have already paid on the website before and it remembers you.  I contacted the merchant, but on the next business day when they got back to me, they said they could not because they already shipped the stuff, which is pretty much what I expected. From the fact that Paypal stands to make much more from a bank transaction than from a credit card transaction (2.x% vs 0.x%) and what I have experienced, I have lost trust in Paypal and I believe that Paypal is using sneaky tactics to trick customers into using bank payments, costing people card rewards and hoping that that people do not notice.  With my customer service experience, it is obvious that Paypal does not care about customers enough to go beyond what all the other payment services provide with customer service. Luckily for me, even though I am out of luck on the transaction that already happened, I noticed that I could just remove all of my bank accounts and it will force the default to be a credit card.  With that, the one-page payment actually will work well if my default is what I want.  Once I can remove the bank account used for my latest transaction, I will hopefully be able to set my default to the credit card I want to use.  If it has some odd rules about selecting defaults, I might just have to reduce my wallet to a single credit card, at which point I will probably slowly migrate off of Paypal.

    Step by step, how did you arrive at seeing this agreement?

  • HT201079 Am i able to use a different payment method if i am in family sharing?

    I am in a family sharing group through iTunes store and app store. I do not want to charge the shared payment method, but instead pay with my own payment method. Am I able to do so? If so, How?

    mcdonald1943 wrote:
    I am in a family sharing group through iTunes store and app store. I do not want to charge the shared payment method, but instead pay with my own payment method. Am I able to do so? If so, How?
    McDonald,
    Yes.  If you are not the Family Organizer, just put some credit on your own account by redeeming a gift card.  Then purchases made by you will be charged against your credit rather than to the Organizer's credit card.

  • How to fix reset your payment method for your apple id

    Hi ,
    In December my company gave me permission to use their credit card to make a purchase of a laptop , i had however to use the accountant email's address to verify the account.
    Now when i try to make purchases on my own with my initial credit card it keeps saying that the payment method is not valid and no matted how many times i have tried to renter my initial payment method.
    This is very frustrating and i am not sure what else to do.
    please help.

    Thanks , but i tired that several times and it still appears to be pulling the company credit card information

  • How do I change my payment method. I put in debit card info. It now says security code invalid, but it isn't. I understand that might be the wrong type of payment. But now it won't let me edit this info. It is also blocking me from updates and free dlds.

    How to change payment method or delete improper info.?

    Try signing out of your account, Reset the iPad [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release. When the screen goes blank then power ON again in the normal way.] It is absolutely safe..... And sign back in again!

  • How to use JFrame's setLayeredPane() method?

    I want to custom JFrame's LayeredPane by setLayeredPane() method,but it does't work.
    Anyone who can help me?
    The code as follows:
    import javax.swing.*;
    import java.awt.*;
    public class LayeredTest{
        public static void main(String[] args){
            SwingUtilities.invokeLater(new Runnable(){
                public void run(){
                    new MyFrame().setVisible(true);
    class MyFrame extends JFrame{
        public MyFrame(){
            super("LayeredTest");
            setLayeredPane(new JLayeredPane());           //this line, I want to set the LayeredPane myself;
                                                          //but it doesn't work.
            JPanel panel =new JPanel();
            panel.setPreferredSize(new Dimension(320,240));
            panel.add(new JLabel("Label"));
            panel.add(new JButton("Button"));
            add(panel);
            setDefaultCloseOperation(EXIT_ON_CLOSE);
            pack();   
    }

    Thanks!
    But the very thing I want to know is "How to set Layered Pane(by setLayeredPane() method)",
    not "How to use Layered Pane".

  • How to use results of ejbfind methods when it is a collection ?

    How to use ejbFind methods result , when it is a collection ?
    Hi thank you for reading my post.
    EJB find methods return a collection , i want to know how i can use that collection ?
    should i use Collection.toArray() and then use that array by casting it?
    what is DTOs and ho i can use them in this case?
    How i can use the returned collection is a swing application as it is a colection of ejbs ?
    Should i Cast it back to ejb class which it comes from or some other way ?
    for example converting it to an array of DTO (in session bean) and return it to swing application ?
    or there are some other ways ?
    Thank you

    Hi
    pleas , some one answer
    Collection collection = <home-interface>.<finderMethod>;
    Iterator iter = collection.iterator();
    while (iter.hasNext()) {
    <remote-interface> entityEJB = (<remote-interface>) iter.next();
    } what if i do the above job in session bean and convert the result to a DTO and pass the dto back ?
    thank you

Maybe you are looking for

  • Replacing default namespace in OSB message flow

    I'm in the process of setting up a simple OSB proxy and could use some help figuring out how to change a default namespace in the response from the business service. The proxy and business service use different namespaces which we'll call "http://foo

  • Plot dynamic data with time stamp

    Hi All I would like to create a plot of dynamic data, (Voltage readings taken with an In 6008) versus time. When the loop starts taking voltage data I would to plot the data versus elapsed time. Voltage versus time elapsed. I have read many examples

  • Demo users for BPM in Oracle BPM Suite 11.1.1.4 (Patchset 3)

    Hello, In the previous release a utility was made available to insert demo users for BPM (demo-community.zip) See also http://blogs.oracle.com/middleware/2010/07/installing_seeded_users_for_bpm_11113_on_linux.html Could I (re)use this utility in orde

  • FM 6.0: Text appears in FM, but not in final PDF

    Hi all, I've done some poking around, but have not been able to find any information about what's happening. I have a document that has side heads for a 'Heading4' type, which is just a caption for certain paragraphs (e.g. "Parameters", "Description"

  • Problem Publishing Handouts to Word 2003

        I am having a problem publishing from Adobe Captivate 4 to Word 2003.  I have followed all steps to create the file: Open an Adobe Captivate project. Select File > Publish. In the Publish dialog box, select Print. In Project Title, enter the desi