問題タブ [recurly]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Recurly js v3 Uncaught TypeError: 未定義のプロパティ 'config' を読み取れません
私は Recurly を初めて使用します。ここでビルドするための簡単な実装をセットアップしましたhttp://unzipped.wpengine.com/recurly-integrate/ (すべてを見ることができます。html と recurly-integration.js という名前の js ファイルです)メインの recurly.js ファイルの直後に追加されます。
次のエラーが表示されます:
Uncaught TypeError: Cannot read property 'config' of undefinedrecurly.js から - Pricing.reset 関数から来ているようです ???
私は何年もの間それを修正しようとしてきたので、感謝して受け取った助け。ありがとう。
recurly - recurly を使用して 1 回限りのトランザクションの付加価値税額をプレビューする
Recurly を使用して、サブスクリプションの支払いと 1 回限りのトランザクションを管理します。
RecurlyJS V3 は、新しい (2015 年) EU VAT 規制に従って、サブスクリプション プランの税込み合計金額のプレビューをユーザーに提供する方法を提供します。1回の取引で合計金額(税込み)をプレビューする方法はありますか?
ruby-on-rails - rubyで実装するRecurly APIキーの生成方法
Rubyを介して実装する、Recurly APIキーを生成する方法は? 請求機能に recurly API を使用したい。私はRecurlyが初めてなので、何か提案してください
アカウントを作成しているとき、アクセスが拒否されました:
php - Recurlyv3 API が有効なトークン ID に関連付けられたデータを見つけられない
これは、PHP の本質的な部分です。
このコードが実行されると、recurly.token (...) への以前の呼び出しによって請求情報が作成されます$token。tokenID
アカウントは Recurly に既に存在します -- アカウント ID、姓名はありますが、請求情報はありません。これは、購読前に無料サービスにサインアップできるようにするためです。したがって、現存するアカウントでサブスクリプションを作成したいと考えています。最初は、コード例に従って、create()呼び出しはsubscription->account->create(). しかし、アカウントが既に存在していたため、それは失敗しました。
python - account.number が必要です (繰り返し)
Python API を使用して Recurly アカウントを作成しようとしていますが、同じエラーが発生し続けます。
私が得ているエラーは次のとおりです。
手動で追加する
問題を解決しません。
何か案は?
recurly - Preview taxes for Recurly
I'm using the Recurly v3 JavaScript API to fetch pricing info for a subscription plan: https://docs.recurly.com/js/
Specifically, I'm using the Pricing API .attach (https://docs.recurly.com/js/#pricing) to resolve the price and tax information.
Here's the problem: using the Recurly test gateway, I get estimated taxes of 0.00 for a plan using the Recurly v3 JS API. However, when I actually purchase the plan, and then if I check in the Recurly management portal, I can see my 'estimated taxes' as 17 cents. So, seeing the taxes in the Recurly management website confirms that I've configured things correctly... in other words my plan has 'collect taxes' checked, and the billing address that I'm testing with matches a state that I have configured my Recurly account to collect taxes for.
Regardless of all that, the Recurly JS API does not report the correct taxes (0.00 instead of 0.17)!
Any suggestions or insights?
stripe-payments - Chargify と Recurly
Chargify または Recurly を使用して定期的な請求を処理した起業家または開発者からのフィードバックを探しています。
より具体的には、コンパニオン アプリケーションと連携して動作するハードウェア デバイスを販売し、コンパニオン アプリケーションの機能に対してサブスクリプションを請求します。B2B と B2C の両方を販売しています。したがって、1 単位の購入だけでなく、10 ~ 20,000 の卸売購入を処理でき、販売数量を追跡できる定期請求プラットフォームが必要です。Chargify には数量を追跡する機能がないことに気付きました。さらに、HubSpot には高度にターゲットを絞ったカスタマイズされたランディング ページがあり、2 つのプラットフォームをうまく統合する必要があります。
これらのプラットフォームのいずれかを使用した経験のある人はいますか? 機能と機能について、好きなところと嫌いなところは何ですか? 達成するために必要なことに基づいて、どれをお勧めしますか? または、お勧めの別のプラットフォームはありますか?