调至内容部分
创建账户
或
登录
Stripe 文档徽标
/
询问人工智能
创建账户
登录
开始
付款
销售收入
平台和交易市场
资金管理
开发人员资源
概览
开始集成
资金与财政
Treasury
Capital
支付管理
发卡
    概览
    Issuing 工作原理
    全球可用
    管理欺诈
    银行卡
    选择银行卡的类型
    虚拟卡
      发行虚拟卡
    实物卡
    管理银行卡
    数字钱包
    换卡
    发卡计划
    项目管理
    仅限处理商的 Issuing
    定制您的发卡计划
    向银行卡计划添加资金
    Credit Consumer Issuing
    控制
    限额控制
    高级欺诈工具
    3DS
    欺诈挑战
    实时授权
    PIN 管理
    Issuing Elements
    令牌管理
    筹资
    余额
    后期投资您的 Stripe 集成
    通过动态储备金 (Dynamic Reserves) 进行后融资式集成
    购买记录
    授权
    交易
    争议
    测试
    商家类别
    ATM 的使用
    丰富的商家数据
    用 Connect 发卡
    设置 Issuing 和 Connect 集成
    更新服务条款的接受流程
    Connect 充值
    Connect 子账户,持卡人和银行卡
    不活动 Connect 子账户的停用
    嵌入银行卡管理 UI
    贷记
    概览
    设置 Connect 子账户
    管理信用条款
    报告其他信贷决策并管理 AAN
    报告信贷决策所需的监管数据
    管理账户义务
    测试贷记集成
    额外信息
    选择持卡人类型
    Issuing 和 Treasury 客户支持
    Issuing 监视列表
    营销指南(欧洲/英国)
    产品和营销合规指南(美国)
Global Payouts
管理资金
首页资金管理Issuing cards

Virtual cards with Issuing

Learn about virtual cards created with Issuing.

You can retrieve or display virtual card details through the Dashboard, the API, or by using Issuing Elements. PCI-DSS rules protect cardholder data, and not all methods of card information retrieval are PCI-DSS compliant.

Create virtual cards

You can create virtual cards using the Dashboard or the Cardholders API. For details about how to create a cardholder, create a card, and activate a card, see Create virtual cards.

After you create a virtual card, it’s generated immediately and is available for use.

Display virtual card details to cardholders

You can use Issuing Elements to display virtual card details to your cardholders without this information passing through your servers. This method is fully PCI-DSS compliant, and we recommend it for most Issuing users. Stripe offers Issuing Elements as a part of Stripe.js.

Retrieve virtual card details

For PCI-DSS compliance, we recommend limiting retrieval of virtual card information to the Dashboard or Issuing Elements. If you use the API to retrieve card information, or if you export virtual card information from the Dashboard, store it in a password manager or otherwise encrypt it.

You can retrieve both the full unredacted card number and CVC from the API. For security reasons, you can only use these fields with virtual cards in live mode, and we omit them unless you explicitly request them with the expand property. You can only retrieve these fields for physical cards in test environments. Additionally, you can only access them through the Retrieve a card endpoint.

Command Line
cURL
Stripe CLI
Ruby
Python
PHP
Java
Node
Go
.NET
No results
curl -G https://api.stripe.com/v1/issuing/cards \ -u "
sk_test_BQokikJOvBiI2HlWgH4olfQ2
:"
\ -d "expand[]"=number \ -d "expand[]"=cvc

Details about PCI-DSS

If you’re generating virtual cards for your own use, you’re not required to attain PCI-DSS compliance for Issuing activity. If you’re generating virtual cards for use by your users, you might be considered a Service Provider under PCI-DSS rules. Service Providers must be PCI-DSS compliant.

If you accept payments through Stripe, read more about your PCI-DSS obligations. These obligations are in addition to requirements noted above.

Digital wallet support

Digital wallets support Stripe-issued virtual cards. A cardholder can add a representation of your virtual card to their digital wallet for Apple Pay, Google Pay, or Samsung Pay. Because of market variations, the lead times for digital wallets vary depending on region and might require partnering with Stripe. See Stripe Support for more details.

Cost per virtual card

Virtual cards are 0.10 USD each in the US, 0.10 GBP in the UK and 0,10 EUR in the EU.

此页面的内容有帮助吗?
是否
  • 需要帮助?联系支持。
  • 加入我们的早期使用计划。
  • 查看我们的更改日志。
  • 有问题?联系销售。
  • LLM? Read llms.txt.
  • Powered by Markdoc