Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I want to implement paypal in my app(because i can not use in-App purchase for physical goods).
I want to know the initial process to implement the paypal. i.e any app_key, money receiver account info etc.
I want to know what kind information will be required(which paypal will require) to start the paypal integration
How it will know that to whom account money to transfer.
There are two ways to integrate Paypal with the iOS application i.e. 1) MPL - Mobile payments library : Launces Paypal window on the top of application window. 2) MECL - Mobile express checkout library : Launces in a webview
You can use MECL to implement PayPal. PayPal has provided sandbox inputs to be used. Once you develop the app, you need to submit it to paypal. Paypal will verify and test your application for various payment scenarios and security as well. Once they approve, they(Paypal) will provide you with a production env id number. USe that number in the app and upload it to app store.
And here is the link to PayPal Dev center which has all the details you need.
https://developer.paypal.com/webapps/developer/docs/integration/mobile/ios-integration-guide/
Related
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 2 years ago.
Improve this question
Sorry, we couldn't set up your subscription using the payment method you selected. Please try another payment method.
Dears i have this issue with all customers no paypal customers service available to answer me i am losing money and customers due this issue. PLEASE ANY ONE HELP.
Sorry, we couldn't set up your subscription using the payment method you selected. Please try another payment method.
i am sure no issue with banks accounts only from paypal side.
This is a decline message. If all payments are being declined, it may have something to do with your business type or other account settings, but only someone on PayPal's end would be able to look at your account and research these declines.
It is not an integration nor a programming problem for Stackoverflow.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I have signup test account for PayPal Payment Pro/PayFlow (at this url https://manager.paypal.com). and now I want to test Recurring Billing Service on PayFlow, but it need to pay $99 for setup fee and another fee regarding monthly fee and transaction fee.
I just want to get this Recurring Billing Service for testing mode, without pay it first. how can i get this? or maybe enable this recurring feature without paying it?
how to get this service for testing only without pay it first?
Thanks in advanced.
In order to test the recurring billing there is no need to purchase it . Once you login to your manager account just click on the advertisement to sign up for the recurring billing and click on continue and that's it . Recurring should be added in the test mode .
You can check whether the recurring billing is added or not by clicking on the "Home" and then it should something like below :
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 4 years ago.
Improve this question
I am using PayPal Express checkout using WooCommerce I send the information to PayPal from my checkout page and after return to My Site after Payment was completed. I don't know how was my order status is change pending to processing?
When using Woo's Plugin you have to define an IPN for the orders to update automatically. Here's some info to help.
You can do one or the other here.
Use AngellEye's Plugin for IPN
OR
Walkthrough in setting it up manually for WooCommerce
View this guide as it is very thorough using AngellEye
Hope this helps 8^)
To integrate PayPal Express Checkout, 2 best plugins to use are
PayPal for WooCommerce by Angell EYE
WooCommerce PayPal Checkout Gateway by WooCommerce
NOTE: Before these plugins are installed, make sure that you have backup of your website so if these plugins cause any issues on the website/ crash the website, we still have a backup.
This will take care of the order status when the order is placed.
Above plugins are reliable and used by most of the Merchants on their website.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am building a website where people join and create an account to sell music to visitors and receive money through Paypal. The steps would be.
Persons buy music and send money to members Paypal account, then a response from Paypal should be sent to website, to verify payment and then insert results into database and send link to buyer to download music.
I basically have everything else, but not sure which Paypal service to use in order to achieve the above results. I was looking at IPN but that involves the member(seller) setting a response URL in their Paypal account in order for the response to be send to the website.
Any help in this regard would be greatly appreciated.
You can use Website Payments Standard, Website Payments Pro, or Express Checkout to do this. You are also correct about the variable "notify_url", this will allow you to pass over the IPN URL in the button code so that it does not need to be set in the PayPal account.
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
I want to add paypal payment to my iphone application what is the best way of doing it? will apple approve the app if the payment transaction will be done within application?
Thanks!
There are two ways to integrate Paypal with the iOS application i.e.
1) MPL - Mobile payments library : Launces Paypal window on the top of application window.
2) MECL - Mobile express checkout library : Launces in a webview
You can use MECL to implement paypal.
For dev purpose, they have provided with sandbox inputs to be used. Once you develop the app, you need to submit it to paypal. Paypal will verify and test your application for various payment scenarios and security as well. Once they approve, they(Paypal) will provide you with a production env id number. USe that number in the app and upload it to app store.
Apple uses In app purchase to sell digital goods. So it does not allow to use any other payment gateway for selling digital content.
Paypal has provided an SDK for iOS. Simple Google should have got you this.
And as far your other question is concerned. This statement should clarify things:
Hello, Apple policy restricts from using our library for accepting digital goods. Use our library should be for hard goods, donations, personal payments and services only.