paypal-adaptive-payments

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

Is it possible to have PayPal standard expand the 'Guest Payments' tab by default?

社会主义新天地 提交于 2020-01-23 02:05:14
问题 I am using PayPal Standard to process orders. I have the "Paypal Account Optional" feature set to on, which makes it possible to accept payments from customers who dont have paypal accounts. OpenCart is the shopping system that i am using. This is the screen that is displayed when a customer want to purchase goods: When you click the "Don't have a PayPal account?" link, the tab is expanded: Is it possible to have this tab expanded by default, perhaps through the code that is sent to the site

Embedded payments and 'This function is temporarily unavailable' error

佐手、 提交于 2020-01-22 02:04:46
问题 I am trying to implement Embedded chained payments. I have downloaded PHP PayPal SDK and it works fine without embedded option. The problem comes when I try to do it embedded: I get my payKey with sdk. It returns something like: Pay - Response responseEnvelope.timestamp: 2012-09-30T16:30:09.512-07:00 responseEnvelope.ack: Success responseEnvelope.correlationId: 297f1e4a38b63 responseEnvelope.build: 3779320 payKey: AP-9EB01133M3012281Y paymentExecStatus: CREATED * Redirect URL to Complete

PayPal Adaptive Payments - description field

ぐ巨炮叔叔 提交于 2020-01-19 06:01:28
问题 I'm using paypal adaptive payments for my website. I have different sellers and different products but the problem is that when a user buy something from my website in the payment summary there is the name and surname of the seller instead of the product name! I'm looking for a parameter to pass to display the product name instead of my name and the seller's name. I use PHP to redirect to the paypal's page. Thank you!! 回答1: Here is an official reply from PayPal I got today: You can display

implicit paypal payment - PAY - You do not have permission to execute this payment implicitly

半腔热情 提交于 2020-01-11 10:13:33
问题 I want to perform an implicit payment from my account (the paypal api signed one) into another (or multiple as parallel payment). I decided to use Adaptive Payments and have implemented the function to call the Pay action as follows $bodyparams = array ( "requestEnvelope.errorLanguage" => "en_US", 'actionType' => 'PAY', 'currencyCode' => 'USD', 'receiverList.receiver(0).email' => 'receiver@domain.com', 'receiverList.receiver(0).amount' => '1.00', 'senderEmail' => 'myaccount@domain.com', 'memo

Using API calling account as receiver account

久未见 提交于 2020-01-09 11:53:31
问题 I'm trying to integrate Paypal Adaptive checkout using Active Merchant and active_paypal_adaptive_payment gem. During User registration, User needs to register his/her paypal account in order to receive the payment during the transaction. I've setup all the credentials for activemerchant. While registering user Account in paypal I got the following error. You are logging into the account of the API caller of this transaction. Please change your login information and try again. Is it possible

Send money to any PayPal account and receive payment notification

╄→гoц情女王★ 提交于 2020-01-05 12:32:17
问题 We are developing a website where people can use our tools to fundraise for their organization or cause. I was wondering if with paypal IPN I can send money directly to the person's PayPal account doing the fundraising. For example. User John Doe signs up on our website Website.com. As part of the signup process John Doe enters his PayPal email address he accepts payments with. He now has the page Website.com/JohnDoe to accept payments/donations from. Using IPN & PayPal payments pro can I

Send money to any PayPal account and receive payment notification

老子叫甜甜 提交于 2020-01-05 12:32:12
问题 We are developing a website where people can use our tools to fundraise for their organization or cause. I was wondering if with paypal IPN I can send money directly to the person's PayPal account doing the fundraising. For example. User John Doe signs up on our website Website.com. As part of the signup process John Doe enters his PayPal email address he accepts payments with. He now has the page Website.com/JohnDoe to accept payments/donations from. Using IPN & PayPal payments pro can I

Utilizing “Send Money to Friends and Family” functionality via our app

夙愿已清 提交于 2020-01-05 04:31:10
问题 Our app needs to utilize the functionality "send money to friends and family". Now we can perform PERSONAL payments using AdaptivePayments without any fee (as expected) but this type of transaction seems to be purchasing transaction rather than "send money to family and friends" transaction. Looking at the payment details instead of seeing the information which is related to "send money to friends and family" type of transfers we see the following details: "Payment/Payment received" instead

Error #520009 - Account is restricted

拥有回忆 提交于 2020-01-03 11:46:14
问题 I get a 520009 error (Account xx@xx.com is restricted) when trying to make a parallel payment. My code worked fine using the sandbox but I switched to the live endpoint and it began failing. The account in question is a valid paypal account and I am using "feespayer=SENDER". Am I missing something? Shouldn't the pay call go through even if the payee is a basic account? Why would this occur? Here is my code for reference function deposit($config) { try { if (isset($config['return_url'])) $this