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)
Comments
Post a Comment