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?
Asked
Active
Viewed 799 times
1 Answers
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?

avs099
- 10,937
- 6
- 60
- 110