YoboPay
    YoboPay
    • 接入说明
    • Introduction
    • Webhook接入
    • Webhook Introduction
    • Test Card
    • Embedded Checkout
    • Checkout
      • Create Session
        POST
      • Expire Session
        POST
      • Retrieve Session
        GET
    • PaymentIntents
      • Retrieve PaymentIntent
        GET
      • List all paymentIntent
        GET
    • Charges
      • List all charges
        GET
    • Customers
      • Create Customer
        POST
      • Update Customer
        POST
      • Retrieve Customer
        GET
    • Events
      • The Event object
      • Types of Events
      • Data Object
        • PaymentIntent
        • Charge
    • Refunds
      • Create Refund
        POST
      • List all refunds
        GET

    接入说明

    1、https://dashboard.yobopay.com 注册账号,提交企业认证信息#

    image.png
    image.png

    2、审核通过后,在开发者页查看api key#

    image.png
    image.png

    3、对接API接口#

    1
    创建session
    调用创建Session接口,获得支付链接,跳转至支付链接,等待用户支付。
    2
    查询Session
    调用查询Session接口,判断用户是否支付完成
    沙箱api地址:https://sandbox-api.yobopay.com
    沙箱商户后台:https://sandbox.yobopay.com
    生产api地址:https://api.yobopay.com
    商户后台:https://dashbord.yobopay.com

    4、Card支付保存用户支付方式用于未来付款(限部分渠道)#

    为了方便用户下次支付时不在重复输入卡信息,接口提供了保存用户支付方式的参数
    创建Session接口传递的customerId,paymentMethodOptions.card.setupFutureUsages设置为on_session
    customerId通过创建Customer接口获得
    Modified at 2025-04-30 12:21:22
    Next
    Introduction
    Built with