# 更多支付场景 找一个能支持您的用例的支付集成。 [Payment Intents](https://docs.stripe.com/api/payment_intents/create.md) 和 [Setup Intents](https://docs.stripe.com/api/setup_intents/create.md) API 可为您处理任何不断变化的法规和银行行为。告知 Stripe 您打算如何使用支付方式,我们将以可以提高付款接受率的方式安排付款。 [暂停某一支付方式](https://docs.stripe.com/payments/place-a-hold-on-a-payment-method.md): 确定最终金额后,捕获资金。 [忽略音忽略银行验证](https://docs.stripe.com/payments/without-card-authentication.md): 将验证请求当做付款被拒绝处理。 [构建两步确认](https://docs.stripe.com/payments/build-a-two-step-confirmation.md): 添加一个在用户输入付款详情后的可选审核页面 [收集支付详情后再创建 Intent](https://docs.stripe.com/payments/accept-a-payment-deferred.md): 构建一个集成,在此呈现 Payment Element,不用先创建 Intent。 [在服务器上确认付款](https://docs.stripe.com/payments/finalize-payments-on-the-server.md): 构建一个集成,然后可以在客户端收集支付详情,并从服务器确认付款。 [动态支付方式上的支付方式配置](https://docs.stripe.com/payments/payment-method-configurations.md): 从管理平台启用支付方式,始终向客户显示转化率最高的支付方式。 [将银行卡详情转发给第三方 API 端点](https://docs.stripe.com/payments/vault-and-forward.md): 将存储在 Stripe 的银行卡详情转发给第三方 API 端点。