Getting Response Pending from paypal [closed] - paypal

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 9 years ago.
Improve this question
I am trying to integrate paypal account to my portal it was working well but now its showing me paypal response Pending. Please help me if i am doing something wrong or forgot. and tell me why its showing pending when every thing looks fine.
Thanks in Advance

You should be able to go into your transaction details in your seller account, and see why the transaction is pending. If you are using IPN, you should also be seeing it displayed as pending for the transaction status, but you should also be getting a pending reason back that will tell you why it is pending. I can take a look at it on my side if you would like but I would need a transaction id.

Related

Why create app button is disabled in paypal? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I create an account on paypal developper and a business account but I can't create a rest api app because create app button is disabled could you please help me to solve this problem
Dudes
I tried with Firefox and it worked fine.
I spent 3 hours trying with Chrome and couldn't do that.
Try to use firefox!
Source : https://www.paypal-community.com/t5/Getting-started-with-PayPal/Unenable-the-quot-Create-App-quot-in-Rest-Api-app/td-p/1180188
This error also occurs , when you have not yet confirmed your Email address with paypal
Had the same problem. Had to log out of the account and log back in and then the button was enabled.
However, the button itself doesn't seem to do anything. Get a spinner animation but nothing happens.

Discounts via PayPal REST API? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this question
I'm attempting to integrate PayPal with a registration system I'm working on, and I'd like to give them multi-line transaction descriptions. I looked through PayPal docs and I couldn't find anything about discounts. I tried to put it as an item, but PayPal won't except negative value items. Does anyone have any ideas or know what I could do? Might I be stuck making transaction information through a database on the registration system? Thanks in advance!

creditcard processing from iphone app [closed]

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 9 years ago.
Improve this question
I have an iphone app, i need to implement payment gate way on it.customers need to purchase item using their credit card number.I have checked paypal service , but it supports paypal to paypal transactions,
anybody knows paypal have any library for creditcard transaction from iphone?
help is highly appreciated.
Thanks,
VKS
Is it for some kind of in app purchase? As im sure that's against apples guidelines and your app will be rejected.

Do refunded in-app purchase subscriptions show as expired? [closed]

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 5 years ago.
Improve this question
When validating an in-app purchase with Apple servers, if the user has received a refund, do the expires_date and status code reflect the cancellation?
I would expect a status code of 21006 (expired) and an expiration date in the past.
Relevant Apple docs are here.
There's a related question here, asking about whether Apple will provide explicit notification of refunds. I know they don't, but it could be inferred if a subscription expired early.
I have yet to test this, but I have it on very good authority that when a refund occurs, the receipt will show up as expired on subsequent validation. Will update with confirmation.

PayPal IPN Listener URL [closed]

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 11 years ago.
Improve this question
I would like to configure my IPN Listener URL but unfortunately, I can't find where to set the URL from. I have tried to search in the documentation of PayPal but all in vain. When I log in to PayPal, I have got only two tabs i.e. My Account and Send Payment.
Where are the IPN settings located? I will be very grateful.
Thanks,
Matrich
It's cause they're moving everything over to x.com, it's kinda annoying.
In the final step of "Create PayPal payment button" you have a TextArea for "Advanced Variables" you can then set the IPN in a querystring variable named: notify_url:
notify_url=https://www.mywebsite.com/PayPal_IPN
Here's more information for Website Payments Standard