paypal-sandbox

PayPal Sandbox API endpoint returning 503 “Internal Service Error” error

狂风中的少年 提交于 2019-12-11 00:26:48
问题 I'm working with the PayPal REST API on the sandbox endpoint at https://api.sandbox.paypal.com/v1/ and nearly every single time I try to POST to payments/payment with a valid request (taking care not to be flagged as a duplicate attempt) it keeps returning a 503 error. Only very occasionally does the request go through but it only did that earlier and now every request is failing with a 503 response. Even when I use PayPal's REST Playground at https://devtools-paypal.com/hateoas/index.html

Can't create paypal rest app, missing sandbox developer account

两盒软妹~` 提交于 2019-12-11 00:01:47
问题 On the create app page I can't proceed as the dropdown of the sandbox developer account appeared blank to me: But I already have sandbox accounts: http://imgur.com/a/cpl2s Is this a bug or what? It's confusing. 回答1: This is kind of forcing users to upgrading to Pro account with $30/month. I've found a work around different from old suggestion: Can't create app for paypal REST API, it doesn't work anymore, looks like paypal have fixed this hack instead of fixing the actual issue :( Login to

Cannot create a business-pro account in sandbox?

情到浓时终转凉″ 提交于 2019-12-10 20:59:29
问题 I am unsure if the sandbox developer site has a problem. I tried to create a new pro account [mikev-facilitator-pro]. Even though it appears to save with a success message, the account does not appear in my list of accounts. So then I decided to clone my existing business account [mikev-facilitator]. That worked, however, when accessing the profile of the new account [mikev-facilitator-pro] I get the following message. We experienced some issues on our end while creating this Sandbox account.

Paypal payflow link setup no “PayPal Express Checkout” feildset

耗尽温柔 提交于 2019-12-10 20:41:46
问题 I'm trying to learn and setup embedded payments. I'm following the tutorial at : https://www.youtube.com/watch?v=qyiv3ndRcZI In part of that tutorial in paypal manager there is an "PayPal Express Checkout" feildset where you can set a live account email and sandbox account email. When I login to my manager I do not have this feildset to enter this information. It's not there at all. any ideas on what I'm doing wrong or what I have to do to get the Express Checkout fieldset to show up? The end

PayPal IPN returns invalid in sandbox

感情迁移 提交于 2019-12-10 17:49:13
问题 I'm creating a payment gateway using PayPal IPN. After submitting the payment, I retrieve PayPal's response. Here is what I receive (PHP var_dump): array(45) { ["mc_gross"] => string(4) "1.00" ["protection_eligibility"] => string(10) "Ineligible" ["address_status"] => string(9) "confirmed" ["item_number1"] => string(1) "1" ["payer_id"] => string(13) "KUN39T5E6UA3W" ["tax"] => string(4) "0.00" ["address_street"] => string(14) "1 Main Terrace" ["payment_date"] => string(25) "14:01:20 Oct 24,

Paypal reports email address already taken when trying to import test accounts into Paypal Developer tools [closed]

时光毁灭记忆、已成空白 提交于 2019-12-10 17:29:10
问题 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 6 years ago . In paypal developer I created a sandbox account for testing and then deleted it. If I try to create another account using that same email the system seems to think the email I used to create it is still in use? Now I can't use any of the emails that I have used before. Is this a bug or a feature? I reset my

Paypal payment failure

淺唱寂寞╮ 提交于 2019-12-10 17:11:18
问题 for getting IPN post to my website i have changed some settings in my sandbox account. After when i;m trying to buy in paypal side this error occured each time Rapids::Exception (N6Rapids5Tools13PimpExceptionE): Pimp RC: 3514 Failure log: Use of pimp_rc (3013), Use of pimp_rc (14816), Use of pimp_rc (9449), Use of pimp_rc (9445), Use of pimp_rc (3198), Use of pimp_rc (3011), Use of pimp_rc (10021), Use of pimp_rc (3199), Use of pimp_rc (3015), Use of pimp_rc (3014), Use of pimp_rc (3200), Use

GetBasicPersonalData returns error 570058: “Authentication failed. User account is not confirmed”

人走茶凉 提交于 2019-12-10 16:53:53
问题 I'm making a request to the Permissions Service's GetBasicPersonalData method in Sandbox mode. I am passing in an access token that was returned by the GetAccessToken method. I receive the following error 570058: "Authentication failed. User account is not confirmed" I did some Googling and it seems the reason might be that the user has to confirm their email address by actioning the email they receive from PayPal. The problem is I'm not receiving such an email. I've created two different

Paypal sandbox 'Pending' multicurrency

吃可爱长大的小学妹 提交于 2019-12-10 16:35:16
问题 Im currently using PayPals rest api. When executing payment it is returning as 'Pending' and the reason its stating is 'Multi Currency'. The reason behind this is because the default 'facilitators' account is set to US i need it to all be in GB. The problem is I can login to user-facilitators@email.co.uk's account on sandbox.paypal.co.uk. I'm entering the email and password (which is 100% correct) and It wont let me login to sandbox so I can change the currency preferences back to GBP. Does

Paypal PDT - unable to get transaction ID

不羁的心 提交于 2019-12-10 16:21:41
问题 After a customer pays from Paypal, he can be auto-redirected back to my website with auto-return and pdt features switched on. Everything works fine when the customer waits 10 seconds for the auto-redirect, transaction id is sent via a get, but when the customer chooses to "click here" instead of waiting for 10 seconds for the auto-redirect, the transaction id is not sent. Anyone knows of a way to fix this? Thanks! 回答1: First, are you just trying to display the transaction ID or are you