list API メソッドに対する total count の拡張を廃止破壊的変更
新規情報
リスト内の total_
プロパティを展開できなくなりました。新規ユーザーは、以前のバージョンの Stripe で total_
を展開することはできません。total_
を展開しようとすると、400
エラーと property_
エラー メッセージが返されます。
この変更により互換性が失われる理由
We don’t allow requests for total_
expansion for list API methods. To use this version, you must migrate your integration to solely rely on the has_
list response field instead.
影響
ページネーションに total_
を使用し、API リクエストで include[]=total_
または exclude[]=total_
API パラメーターを送信している場合は、has_more レスポンスフィールドのみに依存するようにページネーションのシステムを更新する必要があります。
Some top-level API resources always return total_
values for some of their list fields. You might notice this if you don’t add include[]=total_
or exclude[]=total_
to your request but you still receive total_
data as a part of the response. These API resources aren’t affected by this version change.