登录 注册
当前位置:主页 > 资源下载 > 5 > PayPal JavaScript SDK中的资金组件:paypal-funding-components

PayPal JavaScript SDK中的资金组件:paypal-funding-components

  • 更新:2024-10-09 21:01:57
  • 大小:29KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

贝宝资金构成 PayPal JavaScript SDK模块可处理资金来源和资格。 记住来自客户端的资金来源 注意:您的客户ID和域必须获得批准才能调用此函数 paypal . rememberFunding ( [ paypal . FUNDING . VENMO ] ) ; 记住服务器端的资金来源 import { rememberFunding } from '@paypal/funding-components' ; import { FUNDING } from '@paypal/sdk-constants' ; rememberFunding ( req , res , [ FUNDING . VENMO ] ) ; 从服务器端检查记住的资金来源 import { isFundingRemembered } from '@paypal/funding-components'