paypal-adaptive-payments

Does the PayPal Payments Pro/Express Checkout API support sending money to other receivers?

时光毁灭记忆、已成空白 提交于 2019-12-12 03:34:14
问题 Is it possible to use the "old" (Payments Pro / Express Checkout) PayPal API to send money on someone's behalf to a receiver or group of receivers? I realize this is possible with the Adaptive Payments Pay method, but it doesn't seem to be possible with the other API. 回答1: Yes, Express Checkout supports this. For only sending funds to multiple receivers with you as the sender Though it's only a parallel transaction, not chained, and it may be a little less polished than Adaptive Payments. But

Use Vault with Adaptive Payments

泄露秘密 提交于 2019-12-12 03:09:49
问题 Is it possible to store credit card information from the user then use the stored token/info with adaptive payments to payout sellers? 回答1: If you are referring to the Vault operation in the REST API, then unfortunately, no, it is not possible to use the stored credit card information in Adaptive Payment. Both operations are from different API family (REST API and Adaptive Payment API), so they are not compatible. However, in Adaptive Payment, there is Preapproval operation which allows

Does PayPal's GetVerifiedStatus `belong' to the api caller's country?

橙三吉。 提交于 2019-12-12 01:53:02
问题 I'm wanting to verify accounts for a service I have. It seems all the accounts from the USA work, but as soon as someone from overseas attempts to verify their account the api doesn't work. I am receiving the error 580022: Cannot determine PayPal account status . Is each region hidden from each other? 回答1: There is no such restriction on verifying the international PayPal accounts too . Make sure you have passed the correct email address and the first n Last name . I just tried to verify a

paypal personal credit card payment workaround

筅森魡賤 提交于 2019-12-12 01:29:50
问题 we are in Europe and actually, the guest payments (using credit/debit cards) to a friend aren't allowed. We are searching an alternative to avoid the paypal registration (we known the limitations of this payment type https://www.x.com/developers/paypal/guest-payments). We are thinking the next workaround: (using chained payment): [fee 1] [fee 2] Guest ------------> Primary receiver -------------> Secondary receiver (credit card) (business account) (personal account) So the Primary receiver

Invalid Parameter SubTotal in PayPal MPL iOS SDK

强颜欢笑 提交于 2019-12-12 00:39:14
问题 When I try to process the transaction through the PayPal MPL for adaptive payments , I am getting "Invalid Parameter SubTotal" error. It works perfectly if amount is < 10000 but not if amount is > 10000. Here is my code -(void)processSplitPaymentWithAdminPayPalId:(NSString*)adminId sellerPayPalId:(NSString*)sellerId withAdminPercentage:(NSNumber*)adminPercentage forTotalAmount:(NSNumber*)totalAmount andShippingCharges:(NSNumber*)shippingCharges { DLog(@"!!!------------------------------------

Auth / Capture using Adaptive Payment of Paypal?

孤街醉人 提交于 2019-12-11 14:15:02
问题 Is it possible to do authorization and capture using Adaptive Payment of Paypal ? How ? 回答1: Sort of, but it's not really the same. What you would do is use the Preapproval API to create a preapproval profile for the payer(s) using your app. Then you can pass the preapproval key that you get back into future Pay API calls to submit payments on their behalf without further approval. Setting up the preapproval would be similar to authorization a payment, and then running the pay call to trigger

Can I use PayPal to change product prices based on location?

谁都会走 提交于 2019-12-11 12:15:24
问题 Can I use PayPal as currency conversion. I run a global site, and am introducing multiple currency - USD, GBP, EUR, AUD, YEN. When a user selects their selected currency I need the prices to reflect the conversion across our web and mobile platform 回答1: You can use PayPal to charge buyers in all these currencies, but unfortunately you cannot use PayPal for all your currency conversion and display the prices on your site. However, if you're selling in GBP and your buyer's funding sources are

Adaptive payments flow is broken

早过忘川 提交于 2019-12-11 07:27:13
问题 Since few days the adaptive payments (both preapprovals and chained) seems to be broken. When we send the user to paypal to complete the order (chained) or to authorize the preapproval (preapprovals), they get a generic "invalid transaction" error. Tested the flow, we get the same error and looking to the console we can see this error on the checkout.js file in the paypal object directory: Uncaught TypeError: PAYPAL.AP.Subflow is not a constructor at checkout.js:11 (anonymous) @ checkout.js

Magento marketplace with vendor payment

泄露秘密 提交于 2019-12-11 06:43:05
问题 I'm using marketplace extension from magentoconnect in my store. This extension is really good and works exactly what i needed it to do but there is 1 particular requirement I need which it doesn't provide. For vendors, I want payments of each product sale to go directly to vendor's account ( through their credit card etc which they need to add before their product becomes visible ) and commission amount ( some percentage which is set by marketplace through admin panel ) to go to site owner's

Adaptive Payments Paypal : return url without data?

守給你的承諾、 提交于 2019-12-11 05:09:40
问题 I'm testing Adaptive Payments of PayPal but I can't understand how I can have some valid data info from PayPal when user is redirect after success payment. PayPal not return data to this URL ? I am forced to use IPN ? The fact that it is called "ReturnUrl" is in itself a reliable information? I have to make do by sending data via GET? The only alternative is to use standard button with notify_url and redirect parameters with the PND ? I'm so confused... :( 回答1: When the user returns the