paypal

Can you cancel a PayPal automatic payment via API? (Subscription created via Hosted button)

Can you cancel a PayPal automatic payment via API? It's a "Subscription" created via Hosted button. I have the "Automatic payment number" and the "Transaction ID". ...

Paypal IPN Acknowledge Failing Only On Live Site (Not In Sandbox)

We're trying to get IPN working with the Paypal gem (Paypal::Notification). Everything works fine in the sandbox, but against the live site paypal returns INVALID every time for acknowledge. Here is the code: def ipn # Create a notify object we must notify = Paypal::Notification.new(request.raw_post) logger.info "ORDER_CREATE:RAW_R...

Can't get PayPal Encrypted Website Payments to work in Rails

Hi all, I am having problems getting PayPal Encrypted Website payments to work on a Rails site. I am getting two different error messages when posting to the PayPal URL - on my staging site, which uses the sandbox, I am getting: The certificate has been removed. Please use a valid certificate. Whereas on the production site, I ge...

Why doesn't my WWW::Mechanize submit a PayPal form work?

Nothing I've tried can get my code to submit correctly. Can anyone else figure this out? #!/usr/bin/perl use WWW::Mechanize; my $user = '[email protected]'; my $pass = 'hackswipe'; # Test account; don't worry my $browser = WWW::Mechanize->new(); $browser->get("https://www.paypal.com/"); $browser->form_with_fields("login_e...

Paypal express payment

Does anyone can give any sample on using the paypal express payment feature with asp.net mvc2? thanks ...

How Online Payment Gateways Works now a days?

Guys, Can you tell be the basic architecture of a online payment gateway. But it supposed to be for credit card holder only, i.e how payment gateways responded to credit card? How gateways recognize the credit card issuer? ...

Where is a proper place to get SMALL programming task performed for pay?

Stackoverflow is a terrific and valuable resource for learning from others how to solve problems. I can get good answers to questions fairly fast. But, sometimes, I don't really want an answer, I want a simple solution, a small task performed and it would not be etiquette to ask the community to perform task as it is to ask for answers...

PayPal IPN Stopped Working 422 Error

I was using PayPal Web Standard and receiving IPN notices from my payments perfectly fine for a couple months. Earlier this week it stopped working. I have not changed any of the code for the function in sometime. I figured I would try here as a last resort as PayPal support pretty much just said, "not our problem". I'm using ruby 1....

Step-By-Step To Create A Checkout Form (PHP) Using Paypal Sandbox

Good day, everyone! Currently I'm working with my school project. I need to create a checkout form using Paypal and the website is written in php/apache/localhost. After a little research I know that we can use Paypal Sandbox (not the real paypal) to simulate payment. But I've no clue how to do it. I've read some tutorial, but just make...

Need example code for PayPal NVP api request code for parallel payment.

I can use successfully the PayPal NVP api for SetExpressCheckout. But the problem with this is, I can't pay two merchant on a single payment. So, going through PayPal, I found that I can use the parallel payment. I need to know how can I use the parallel payment. I have request code for the SetExpressCheckout like following, <form meth...

Adaptive Paypal

I am trying to use this gem for using the paypal adaptive payments and it calls for the development: environment: "sandbox" username: "sandbox_username" password: "sandbox_password" signature: "sandbox_signature" application_id: "sandbox_app_id" test: environment: "sandbox" username: "sandbox_username" password: "sandbox_password" sig...

How to get a user's PayPal account using the PayPal API?

My application needs to pay some users regularly and automatically via PayPal. I'm planning to do this using Adaptive Payments APIs. To use the API I need to know the user's PayPal account. Of course I can simply ask the user for his account name, but without validation it's quite possible that he will make a typo or some other mistak...

Processing third party payments (using PayPal) while taking a percentage

I know it's possible to sit between a payer and payee using PayPal by just storing payee's PayPal account information. Is it possible to take a percentage of the that transaction and pay it to a different PayPal account. Basically acting as a service fee for using our website? If it helps, I would probably be using Active Merchant f...

Paypal checkout and mass payment integration with cakephp

I'm dealing with a problem when starting with a project evolving cakephp and paypal. I never used paypal in my life and I have a lot of questions about it. I want to know if any of you have ever seen a really starter tutorial to paypal development and a good cakephp plugin to perform this. The project consists of a payment system by cre...

Making pPayments with PayPal

Hello everybody, I want to process PayPal payment to PayPal user from my account. I fetch form details with PHP script from my server, however, I am not able to process the payment using PHP script only (I suppose PayPal website requires user to have JavaScript on the client side to login and complete payment, so it is not possible to do...

paypal payment intergration problem

hi to all, i am using joomla with acl component. when i am subscribe for any plan according to my project and when i am at paypal site for payment (developer.paypal.com) there is error occured "An error occurred during processing. Please try again." i am provideing a active email and password for developer account of paypal any on...

PHP Split PayPal Charge

Hello, Is there a way I can split a paypal charge with PHP? Im looking for 90% going to one account and 10% going to another account, but when the person is charged it should look like it is just going to the 10% account. I'd like the person to be charged using IPN. Anyway to do this with PHP? Thanks ...

Flow for: fill form, make paypal payment, create account

I've implemented a paypal transaction before but this one has a twist that I'm not quite sure what's the best way to handle it. The basic idea is I want to create an account for the user when he provides some details and makes a payment via PayPal. Until BOTH the user details are filled out correctly AND the payment is made correctly, ...

How do I automatically pay users using paypal in my rails app?

Hey all, I'm trying to write a marketplace style application. Maybe E-Bay style in which the app connects buyers / sellers and then takes some commission. I cannot use Amazon FPS as I don't have a US credit card. So my best option is probably paypal. Unfortunately, most of the material out there is all about telling me how the app can ...

Will use of the paypal ios library get my app rejected?

I'm developing an iPhone app with a subscription model, and I saw this ios paypal library: apple takes 30% of revenue of everything, but Paypal takes significantly less for micropayments (maxing out at 10%). Naturally, I became interested. I guess what I'm confused about is this: if apple wants everyone to use the in-app purchase librar...