Questions tagged [paykey]

6 questions
5
votes
1 answer

Workflow with PayKey using PayPal Adaptive Payment

I'm trying to implement a payment system using the new PayPal API (Adaptive Payment). So far, I have this workflow : Send a request to PayPal for : AdaptivePayments/Pay This create a Pay request, and return a payKey that is valid 3 hours…
Cyril N.
  • 38,875
  • 36
  • 142
  • 243
2
votes
1 answer

Paypal get transaction details with pay key using php curl

I get response after successful android paypal payment. The response was below. { "response": { "state": "approved", "id": "PAY-6PU626847B294842SKPEWXHY", "create_time": "2014-07-18T18:46:55Z", "intent": "sale" }, …
Hassan Raza
  • 671
  • 10
  • 27
1
vote
3 answers

How to get Paypal transaction Id after getting paykey in paypal integration in iphone?

I am going to implement paypal in my iphone native app. But I am facig an issue in that. I want to get my transaction Id regarding my PayKey. There is a direct method to get pay key in PayPal library to get PayKey but not a method to get…
Code Hunter
  • 10,075
  • 23
  • 72
  • 102
0
votes
0 answers

Adaptive Payments Pay API Personal Pay Key request

I know this question is linked to Paypal Adaptive Payments processing Personal payments where I have the same set-up - I have a website that is enabling users to send personal gifts from one personal paypal account to another personal paypal…
Allison Cairns
  • 301
  • 1
  • 7
0
votes
2 answers

Is there a way to save Paypal's payKey in Rails

Any help anyone can provide would be greatly appreciated. I am trying to use the payKey that PayPal returns on a successful payment, as a variable? so that I can use an if else statement to flag something as being paid or not paid; to tell the app…
Azketta
  • 79
  • 8
0
votes
1 answer

How do I keep track of a transaction from paykey request to IPN response?

I'm trying to implement the flow "Setting Up Web Pages to Invoke the Embedded Payment Flow Using a Lightbox" described here https://developer.paypal.com/webapps/developer/docs/classic/adaptive-payments/integration-guide/APIntro/ I'm able to get the…
Andrea Grandi
  • 925
  • 11
  • 18