简体   繁体   English

Woocommerce的Stripe SDK

[英]Stripe SDK with Woocommerce

I am trying to setup stripe iOS SDK in my app to integrate with my woocommerce site which has been configured with stripe as a payment method 我正在尝试在我的应用程序中设置条纹iOS SDK以与已配置有条纹作为付款方式的woocommerce网站集成

I am confused as the sdk requires a baseurl which seems integrate with a separate host service. 我很困惑,因为SDK需要一个baseurl,它似乎与单独的主机服务集成在一起。

SO if integrating with a woocommerce enabled site. 如果与支持woocommerce的站点集成,那么也是如此。 do I need a separate baseurl service ? 我需要单独的baseurl服务吗? or should I be setting some other configuration options. 还是应该设置其他配置选项。

You'd need a fully separate service (outside of a WooCommerce hosted site) that can accept certain request arguments. 您需要一个完全独立的服务(在WooCommerce托管站点之外),可以接受某些请求参数。 You need to have something that can build ephemeral keys for you. 您需要具备一些可以为您构建临时密钥的东西。 As far as I know, WooCommerce sites don't support this feature out of the box. 据我所知,WooCommerce网站不支持此功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM