1

我正在研究输液软支付订阅 API 并且订阅工作正常。现在我需要更改用户的状态,如果在任何一个月内付款失败但没有获得任何相关的 api。我正在使用这些 api 进行订阅。

$subscriptionId =    $app->addRecurringAdv($cid,false,23,2,2.95,true,1,$ccId,$affId,0);
$invoiceID = $app->recurringInvoice($recurringOrderId);

$result = $app->chargeInvoice(16,"API Upsell Payment",2,1,false); 
4

0 回答 0