paypal - PayFlow Recurring Payments Refund -


is possible make refund via paypal payflow api on last transaction when i'm using payflow recurring payments. thanks, maciek

simple answer "yes".

you need credit normal transaction. parameters are:

user vendor partner pwd tender=c // c = credit card, p = paypal trxtype=c //  s = sale transaction, = authorisation, c = credit, d = delayed capture, origid=xxxx // origid pnref value returned original transaction 

then may need cancel recurring transaction stop happening again. parameters are:

user vendor partner pwd action=c // c = cancel trxtype=r //  r = recurring origprofileid=xxxx // original profile id (of recurring transaction) 

https://www.paypalobjects.com/webstatic/en_us/developer/docs/pdf/pp_payflowpro_recurringbilling_guide.pdf


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -