PayPal Adaptive Payments: ExecutePayment returns payKey AP-XXXX has already been used to make a payment -


i first call pay api actiontype=create , after user has been redirected returnurl i'm calling executepayment api pay_key received @ first pay call.

pp returns error message: paykey ap-xxxx has been used make payment

does know trigger error , how solve it?

thanks

you doing explicit payment (redirecting user papal website) , therefore confirmation of user leads execution of payment. take here: https://stackoverflow.com/a/29473433/1536921


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -