Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android : Paypal Preapproval API operation (Example needed)

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?

like image 604
Jomia Avatar asked Dec 27 '10 09:12

Jomia


1 Answers

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?

like image 129
avs099 Avatar answered Oct 21 '22 15:10

avs099