PayFlow定期付款退款

时间:2012-06-30 08:53:58

标签: paypal recurring payflowpro payflowlink

当我使用PayFlow定期付款时,是否可以在上次交易时通过PayPal PayFlow API进行退款。 谢谢, Maciek

1 个答案:

答案 0 :(得分:3)

对此的简单回答是“是”。

您需要像正常交易一样信贷。参数是:

USER
VENDOR
PARTNER
PWD
TENDER=C // C = credit card, P = PayPal
TRXTYPE=C //  S = Sale transaction, A = Authorisation, C = Credit, D = Delayed Capture,
ORIGID=XXXX // ORIGID to the PNREF value returned from the original transaction

然后,您可能需要取消定期交易以再次停止它。参数是:

USER
VENDOR
PARTNER
PWD
ACTION=C // C = Cancel
TRXTYPE=R //  R = Recurring
ORIGPROFILEID=XXXX // Original Profile ID (of the recurring transaction)

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