paypal

How to integrate Paypal Payment Method in iOS App Swift 4?

生来就可爱ヽ(ⅴ<●) 提交于 2021-02-20 05:14:07
问题 I'm working on an app in which PayPal payment gateway is to integrate. As such I have gone through several blog but did not found it helpful. So if any can suggest something that would be very helpful. 回答1: For integrating Paypal payment into your swift ios application, you would need to use Braintree SDK which provides all the inbuilt functions for implementation. Its always better to implement client-server architecture for payment where the server would have the business logic and client

Paypal Adaptive API return URL mapping with token

喜你入骨 提交于 2021-02-20 04:23:45
问题 I have been trying to solve the following issue from using Paypal Adaptive API. I have integrated Paypal Adaptive chained payment API with my website. When the user clicks on the "pay with paypal" button, it takes to paypal website for payment. My issues starts from here Paypal return to my returnURL, but how do i tie the original request for payment after the return. The returnURL is a HTTP GET with no query parameters from paypal. If i want to use IPN, this wont allow me to test in local

Paypal Buyer Transaction Number and Seller Transaction Number Different

筅森魡賤 提交于 2021-02-17 20:32:23
问题 I am testing payments via paypal sandbox and I noticed that the txn_id passed via the ipn is different from the transaction number the "buyer" gets. I also noticed that the transaction number for both buyer and seller is different. Is it a bug on the sandbox site? or just the way it is? How am I able to track transactions pertaining to specific buyers later if both the transaction numbers are different? Thanks in advance. 回答1: It's intended functionality -- the buyer and seller will have

Paypal Buyer Transaction Number and Seller Transaction Number Different

ε祈祈猫儿з 提交于 2021-02-17 20:28:21
问题 I am testing payments via paypal sandbox and I noticed that the txn_id passed via the ipn is different from the transaction number the "buyer" gets. I also noticed that the transaction number for both buyer and seller is different. Is it a bug on the sandbox site? or just the way it is? How am I able to track transactions pertaining to specific buyers later if both the transaction numbers are different? Thanks in advance. 回答1: It's intended functionality -- the buyer and seller will have

Getting UIWebview api deprecation message after adding PayPal pod in my iOS app

核能气质少年 提交于 2021-02-17 05:25:43
问题 I was building an iOS app and on a specific build version I added PayPal pod. Then when I submitted that app for test-flight, I got a UIWebview API Deprecation message ITMS - 90809 I am using pod 'PayPal-iOS-SDK' for paypal integration So what can I do to resolve this, and will it create any problem for successful app submission? 回答1: It appears you are using a deprecated PayPal mobile SDK that is no longer supported for new integrations If you need a native SDK, PayPal Express Checkout via

Paypal Marketplace Seller

匆匆过客 提交于 2021-02-16 14:27:09
问题 I'm struggling to pick the right Paypal solution for a small marketplace website. The site has a number of vendors and customers buy directly from them. There is no commission or complication - payment is direct, buyer to vendor. It crosses my mind that although I'm the merchant, I'm not the final funds recipient - so I can't see how I can make this work. I'd like to use Express, but I'm not sure that I can set the funds recipient to a third party account. I don't want to use Adaptive. I've

How to get transaction details in notify_url page in paypal

筅森魡賤 提交于 2021-02-11 14:58:42
问题 In paypal notify_url page I am not getting any values when I use cmd value as _cart.How can I get the transaction details in notify_url page <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="POST" name="_xclick" id="paypal_form"> <input type="hidden" name="upload" value="1" /> <input type="hidden" name="cmd" value="_xclick" /> <!-- The business email address, where you want to receive the payment --> <!--<input type="hidden" name="business" value="yesidealpayment@gmail.com"

Revoke Paypal Access within Paypal and from our App

心已入冬 提交于 2021-02-11 14:56:58
问题 I have implemented Connect with PayPal for our Vendors to connect their Paypal Account to our apps. I was able to successfully receive the access token. I, however, do not see our app in the Merchant's account : https://www.sandbox.paypal.com/businessmanage/account/accountAccess on the Front End I am using Paypal Checkout to collect the payments for our Merchants by using the 'payee' object while creating the order id. Where can I find our app in the Merchant Paypal account to revoke. What is

Paypal - Payouts issue on live paypal envirnment

六眼飞鱼酱① 提交于 2021-02-11 13:54:50
问题 We are using paypal payout to send money to users from our business paypal business account. We have tested our code on sandbox and it is worked as expected. But with live paypal and real paypal account it is not working. Is there any issue with payouts on live site. As per my understanding everything that works on sandbox should be working on live site. How I can debug this issue. I have already posted to support but did anyone have similar issue ? 回答1: Once you switched from sandbox to live

How do Integrate eWay Payment System in PHP

房东的猫 提交于 2021-02-11 13:48:25
问题 I have followed the document site https://eway.io/api-v3/ to integrate the Payment system into my PHP application. And I run the command composer require eway/eway-rapid-php from terminal in the application. After that I load autoload.php . Now I want to send customer into eWay payment site for choose payment method(paypal, CC) as well as paypal/CC information. So that customer can feel that they are paying by eWay payment gateway. I have the following code into my controller method ::