chargify

    2熱度

    2回答

    我試圖對Chargify API上的簡單GET請求進行身份驗證。我可能錯過了關於如何將憑證傳遞給服務的細節。 我得到了以下錯誤: "The underlying connection was closed: An unexpected error occurred on a send." "Authentication failed because the remote party has clo

    1熱度

    1回答

    $ch = curl_init("https://test.chargify.com/subscriptions/10441751.json"); $data = array( 'subscription' => array( 'customer' => array( 'address' => "test123" ) ) ); $dat

    -2熱度

    1回答

    我想在android和ios平臺上將chargify與firebase連接起來。我無法找到任何免費工具來執行此操作。或者向我建議一些免費的工具,通過它我可以連接(集成)與firebase的chargify或者我怎樣才能以相同的方式進行編程?

    1熱度

    1回答

    這是我ChargifyCoupon.php public function create($product_family_id = null, $details = []) { $details = array_replace_recursive([ "name" => "15% off", "code" => "15OFF", "descri

    5熱度

    2回答

    我有一個GRAILS 3控制器,它從webservice(Chargify)接收這個格式的HTTP POST(有效負載部分有大約100個子字段) : POST/HTTP/1.1 Accept: */*; q=0.5, application/xml Accept-Encoding: gzip, deflate Content-Type: application/x-www-form-urle

    1熱度

    1回答

    更新 - 我試圖使用API​​文檔來改變使用PUT方法在Laravel中的Http和Guzzle中的開票日期,但是,JSON文件將返回,但它不會更改在所有。 參考文獻1:關於changing the billing date的官方文檔。 定2:詳細的示例代碼(約壞格式不好意思): <?php $request = new HttpRequest(); $request->setUrl('ht

    0熱度

    1回答

    在Chargify Direct集成中使用它時,我在哪裏可以找到我的API ID,而不是API密鑰或API密鑰? Direct表單的描述在https://docs.chargify.com/chargify-direct-introduction中,但我找不到API ID從哪裏獲得的明確指示。 謝謝。

    0熱度

    1回答

    我正在使用chargify插件。我想在使用XML保存數據的chargify帳戶中添加一個自定義字段。 目前XML就像它用於將數據發送到chrgify: - <?xml version="1.0" encoding="UTF-8"?> <subscription> <product_id>' . $_POST["submit"] . '</product_id>

    0熱度

    1回答

    The doc說,您可以在發送請求時使用cancellation_message參數/字段。我已經嘗試了兩個URL參數和JSON正文中的一個字段,但沒有一個將cancellation_message設置爲對null以外的任何響應。 curl -H "authorization":"Basic somelongkeybase64=" -X DELETE https://myapp.chargify.

    1熱度

    1回答

    我的訂閱控制器中有一個公共函數,用於從chargify中刪除訂閱的掛起狀態。 從他們的文檔,使用PECL/HTTP1方法的代碼應該是這樣的: $request = new HttpRequest(); $request->setUrl('https://subdomain.chargify.com/subscriptions/$subscriptionId/delayed_cancel.json