调至内容部分
创建账户
或
登录
Stripe 文档徽标
/
询问人工智能
创建账户
登录
开始
付款
销售收入
平台和交易市场
资金管理
开发人员资源
概览
关于 Stripe 支付
升级您的集成
支付分析
线上付款
概览查找您的用例Managed Payments
使用 Payment Link
构建结账页面
构建高级集成
构建应用内集成
支付方式
添加支付方式
管理支付方式
用 Link 更快结账
支付接口
Payment Links
结账
Web Elements
应用内 Element
支付场景
处理多种货币
自定义支付流程
灵活收单
编排
线下支付
Terminal
超越支付功能
成立公司
加密货币
    概览
    稳定币支付
    法币兑加密货币入金
      概览
      开始
      嵌入式入金集成快速启动
      可嵌入的入口小部件扩展指南
      无代码独立入金集成
      独立入金集成指南
      集成扩展
      使用 Onramp Quotes API
      集成移动端加密货币
      安装 Stripe 加密货币 SDK ES 模块
      参考
      Onramp API 参考
      后端集成最佳实践
    稳定币提现
    稳定币金融账户
Financial Connections
Climate
了解欺诈
Radar 欺诈保护
管理争议
验证身份
首页付款CryptoFiat-to-crypto onramp

Stripe-hosted, standalone onramp quickstart公开预览

Customize and generate a redirect URL to the Stripe-hosted, standalone onramp.

Direct users can purchase crypto with a link to the Stripe-hosted, standalone onramp at https://crypto.link.com. The standalone onramp redirect URL supports parameter customization and lets you prefill fields such as the destination currency and the source amount or destination amount. Share the link by sending it directly to users or by displaying it with a button, as in the following demo.

You can also generate a redirect URL with code using the Standalone function and passing in the desired fields. See the standalone onramp extended guide to add more capabilities or customize parameters.

Pre-populate the wallet address or embed the onramp

Submit an application to try the embeddable version of the onramp.

来源金额(美元)
输入您要兑换为加密货币的法币的金额
$

将用户直接发送到此 URL

https://crypto.link.com
复制到剪贴板

带有重定向 URL 的示例按钮

Buy Crypto

用代码生成重定向 URL

const standaloneOnramp = window.StripeOnramp.Standalone(); const redirectUrl = standaloneOnramp.getUrl(); return ( <a href={redirectUrl}> Buy Crypto </a> );
此页面的内容有帮助吗?
是否
  • 需要帮助?联系支持。
  • 加入我们的早期使用计划。
  • 查看我们的更改日志。
  • 有问题?联系销售。
  • LLM? Read llms.txt.
  • Powered by Markdoc