当我使用PayFlow定期付款时,是否可以在上次交易时通过PayPal PayFlow API进行退款。 谢谢, Maciek
答案 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)