PayPal IPN Listener URL [closed] - paypal

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I would like to configure my IPN Listener URL but unfortunately, I can't find where to set the URL from. I have tried to search in the documentation of PayPal but all in vain. When I log in to PayPal, I have got only two tabs i.e. My Account and Send Payment.
Where are the IPN settings located? I will be very grateful.
Thanks,
Matrich

It's cause they're moving everything over to x.com, it's kinda annoying.
In the final step of "Create PayPal payment button" you have a TextArea for "Advanced Variables" you can then set the IPN in a querystring variable named: notify_url:
notify_url=https://www.mywebsite.com/PayPal_IPN
Here's more information for Website Payments Standard

Related

PayPal online payments [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I am an individual, not a company.
I need to start receiving payments online via PayPal.
Is that possible? Can I integrate paypal 'Buy Now' button? Will they ask details about my bussiness?
Thank you!
edit: What kind of membership do I need - standart,premier or business?
You don't need to be a business to use PayPal. They will probably require your SSN at some point. Creating a Buy Now button on your site is 100% allowed, and they won't ask you any questions other than your tax information.
Go to Tools, PayPal Buttons, Create a Button to make your first Buy it Now button. Then take that source code and paste it in your site.

Email technology that allows users to respond by clicking yes or no or other actions [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Is there any email technology that allows users to respond by clicking yes or no or other actions?
Must preferably work with Microsoft Outlook and Novell Groupwise.
So basically a manager would get an email for say an approval of an employee's bonus. The manager can then just click Approve or Decline; and a return email will be sent with action that the manager clicked on.
In the email body you can send two links:
Something like this:
example.com/question?verificationCode=...&answer=yes
example.com/question?verificationCode=...&answer=no
There can be two images linked to these links.
This would be the method I am thinking.

Getting Response Pending from paypal [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am trying to integrate paypal account to my portal it was working well but now its showing me paypal response Pending. Please help me if i am doing something wrong or forgot. and tell me why its showing pending when every thing looks fine.
Thanks in Advance
You should be able to go into your transaction details in your seller account, and see why the transaction is pending. If you are using IPN, you should also be seeing it displayed as pending for the transaction status, but you should also be getting a pending reason back that will tell you why it is pending. I can take a look at it on my side if you would like but I would need a transaction id.

Paypal sandbox test credit card numbers [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Paypal support forums keep mentioning about getting a credit card number automatically. However, it does not show any credit card information automatically anymore - I tried 100 times.
I searched on internet, a famous link paypalobjects.com popups and all the credit card numbers have been linked to the maximum accounts.
How and where do I find a fake Visa/Master Credit card number that I can use for sandbox paypal account?
I am so screwed up! Please help!
The fake CC numbers used in the sandbox are displayed in the test accounts setup.
See the top half of page 22 here: https://cms.paypal.com/cms_content/TR/tr_TR/files/developer/PP_Sandbox_UserGuide.pdf

creditcard processing from iphone app [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have an iphone app, i need to implement payment gate way on it.customers need to purchase item using their credit card number.I have checked paypal service , but it supports paypal to paypal transactions,
anybody knows paypal have any library for creditcard transaction from iphone?
help is highly appreciated.
Thanks,
VKS
Is it for some kind of in app purchase? As im sure that's against apples guidelines and your app will be rejected.