カードの製品コード
カードの製品コードについてご紹介します。
Product codes exist as a way to identify the specific program or product associated with a credit card.
製品コードを取得する
When using the Payment Intents API for e-commerce payments, Stripe stores the product code on the PaymentMethod object, in the brand_
field within the card_
hash. After successfully confirming a PaymentIntent, the brand_
field also includes the product code in the payment_method_details for the corresponding charge in the API response for card_present payments (using Terminal).
brand_
フィールドは、製品コードがまだ収集されていない場合 (カードの作成時など) や、特定のカードネットワーク向けの製品コードに対応していない場合は、null
になることがあります。現在、Visa と Mastercard の商品コードにのみ対応しています。
製品コード
次の表は、各カードブランドの製品コードの値のリストです。
テスト
テスト環境で、以下のテストカードを使用して、特定のカードの製品コードで購入をシミュレーションします。これらのコードは brand_
フィールドで返されます。各テストカードでは、有効期限として将来の日付、CVV として任意の 3 桁の値、および郵便番号を使用できます。
説明 | 番号 | 製品コード |
---|---|---|
Mastercard スタンダードデビット | MDS | |
Mastercard プラチナデビット | MDP | |
Mastercard ワールドクレジット | MCW | |
Mastercard ワールドエリートクレジット | MWE | |
Mastercard World Elite for Business Credit | MAB |