我们怎样才能在支付流程中获得ORIGPROFILEID以取消定期付款:paypal

时间:2016-11-14 05:39:44

标签: php paypal payflowpro

我的担忧是:

  1. 当我们通过付款流程提前时,它不会返回个人资料ID。
  2. 根据我的时间安排,它会在一天后重复出现。
  3. 我需要个人资料ID才能重复取消。

1 个答案:

答案 0 :(得分:0)

   1. Go with payflow advance 
   2. then make profile with below parameters, it worked awesome 

   "TRXTYPE" => "R",        "TENDER" => "C",        "ACTION" => "A",        "PROFILENAME" => 'profileName',         "ORIGID" => $orgId,         "START" => 'startDate',         "PAYPERIOD" => 'paymentPeriod',         "TERM" => 0,        "COMMENT2" => "transcationId:$orgId",       "AMT" => 'payment',         "PAYMENTHISTORY" => "Y"