Android : Paypal Preapproval API operation (Example needed)
Asked Answered
H

1

14

Is there any working example for PayPal preapproval API operation. I went through some tutorials,. But they are specifying some preapproval key for the transaction. How will we get this key?

Hold answered 27/12, 2010 at 9:50 Comment(0)
E
2

if you talk about Preapproval API Operation then the preapproval key is something the OTHER party returns to uniquely identify the transaction - for example, in their Order table they might have uniqueidentifier PayPalPreapprovalKey = newguid() field specifically for this purpose (if Order is the entity of the transactions).

does it make sense?

Exegetics answered 10/12, 2013 at 22:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.