de-vraag
  • 質問
  • タグ
  • ユーザー
通知:
報酬:
登録
登録すると、質問に対する返答やコメントが通知されます。
ログイン
すでにアカウントをお持ちの方は、ログインして新しい通知を確認してください。
追加された質問、回答、コメントには報酬があります。
さらに
ソース
編集
 Tyssen
Tyssen
質問

PayPal APIエンドポイントの更新

CartThrobとExpresso Storeの皆さんには、今朝PayPalからこのメールが届きました:


次回のシステムアップグレードでは、次のAPIエンドポイントが更新されます:

  • api.paypal.com
  • api-3t.paypal.com
  • svcs.paypal.com

PayPalの統合を担当する技術チームまたは個人と相談して、このイベントの準備が整っていることを確認してください。

これはいつ起こるのですか?

このアップグレードは、2014年3月26日午後5:00(オーストラリア東部夏時間)に行われます。

* If you are integrated with a partner or a cart, please view our FAQs for more information.

私は何をする必要がありますか?

PayPal統合を担当する技術チームまたは個人は、現在の統合を検討し、以下に概説するように必要な変更を行う必要があります。

あなたのサイトが:

  • Calling our APIs with a hardcoded PayPal API endpoint IP address, rather than using DNS resolution:

    • Impact of upgrade: API calls will timeout or your will encounter an internal error from your system.

    • You need to: Use DNS resolution to access our API endpoints and/or open your firewall to the new IP addresses which will be communicated later.

  • Using HTTP methods other than GET, POST, DELETE and PUT:

    • Impact of upgrade: API calls will return HTTP/1.0 400 Bad Request or HTTP Error 405 Method not allowed.
    • You need to: Send the API requests using one of the allowed methods. Heartbeat calls using the HEAD method won’t be allowed.
  • Using the HTTP 1.0 protocol:

    • Impact of upgrade: API calls will return HTTP/1.0 400 Bad Request.
    • You need to: Update your code to HTTP 1.1 and include the Host header in the API request.
  • Needing firewall changes to allow new IP addresses:
    • Impact of upgrade: API calls will error out if your system responsible for making API calls to PayPal is behind a firewall that uses Access Control List (ACL) rules and limits outbound traffic to a limited number of IP addresses.
    • You need to: Update your firewall ACL to allow outbound access to a new set of IP addresses we will be publishing. Test your integration on Sandbox (see the IP addresses for Sandbox API endpoints). The list of new IP addresses for our Live API endpoints will be posted here when available in January.

これにはアドオンの更新が必要ですか?もしそうなら、バージョン1のソフトウェアにも影響を及ぼしますか?

1 2014-02-09T23:54:18+00:00 2
ExpressionEngine
expresso-store
cartthrob
ESV
10日 2月 2014 в 12:26
2014-02-10T00:26:24+00:00
さらに
ソース
編集
#56794060

これは、Expresso Store(バージョン1.xおよび2.xの両方)には影響を与えません。私たちはDNS解決と標準HTTP動詞を使用しているので、上記の変更はStoreに影響しません。

(また、私たち自身のサイトでPayPalを使用しています。何か問題が起きた場合は、まずそのことを知ることになります)。

2
0
deadprogrammer
12日 2月 2014 в 5:10
2014-02-12T05:10:23+00:00
さらに
ソース
編集
#56794061

これは、CartThrob ...バージョン1xまたは2xのいずれにも影響しません。

1
0
質問の追加
カテゴリ
すべて
技術情報
文化・レクリエーション
生活・芸術
科学
プロフェッショナル
事業内容
ユーザー
すべて
新しい
人気
1
Денис Анненский
登録済み 1日前
2
365
登録済み 5日前
3
True Image
登録済み 6日前
4
archana agarwal
登録済み 1週間前
5
Maxim Zhilyaev
登録済み 1週間前
© de-vraag :年
ソース
expressionengine.stackexchange.com
ライセンス cc by-sa 3.0 帰属