您可以在移动网站上处理信用卡吗

发布于 2024-10-07 08:05:00 字数 177 浏览 0 评论 0原文

所有,

这似乎是一个愚蠢的问题,但假设我开发了一个移动网站。例如,可以在手机上查看的披萨店网站。我可以像在“普通”网站上那样处理信用卡吗?换句话说,我可以在移动网站上做电子商务吗?如果没有,为什么?如果可以的话,这是否与创建购物卡并让用户输入信用卡信息并进行处理一样,就像我们在网上购物时所做的那样?

谢谢。

All,

This might seem like a silly question, but let's say I develop a mobile website. For instance, a website for a pizza parlor which can be viewed on a mobile phone. Can I process credit cards like you do on a "normal" website. In other words, can I do e-commerce on a mobile website? If not, why? If I can, is it the same as creating a shopping card and having the user enter their credit card information and process it, like we do when we buy something on line?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

昔日梦未散 2024-10-14 08:05:00

只是为了扩展一下其他答案,是的......

您将从披萨网站重定向到由支付服务提供商托管的页面。该页面将通过 SSL 捕获卡的详细信息,确保资金可用/卡有效等,然后使用“付款已接受”类型响应或“无效卡”类型响应重定向回您的披萨网站。

如果卡被接受,那么网关通常还会返回一个“令牌 ID”,您可以根据订单存储该“令牌 ID”。如果您需要查询任何内容(例如,或执行退款),此令牌 ID 是对付款详细信息的引用。

该网站上已有大量有关与支付服务提供商集成的问答,这可能会进一步提供帮助。

Just to expand a bit on the other answers, yes...

You would redirect away from your pizza site to a page hosted by a payment service provider. That page would capture the card details over SSL, ensure funds are available / card is valid / etc, then redirect back to your pizza site with either a 'payment accepted' type response or 'invalid card' type response.

Where the card is accepted then the gateway will also generally return a 'token id' which you would store against the order. This token id is a reference to the payment details should you need to query anything, (or perform a refund for example).

There are a good number of q&a's regarding integration with payment service providers already on this site which would probably help further.

总以为 2024-10-14 08:05:00

是的,你可以。

如果移动浏览器支持 SSL,那么这是完全可行的。

Yes you can.

Providing the mobile browser supports SSL then it's perfectly doable.

本宫微胖 2024-10-14 08:05:00

您可能需要解决几个问题。

-cookie/会话可能不适用于所有手机/网络
-ssl 可能无法在某些手机/网络上正常工作。特别是那些代理用户连接到互联网的

公司,您也可以尝试像 bango.com 这样的计费公司(尽管他们每月要大量的钱!)

you may need to solve couple of problems.

-cookies/sessions may not work on all phones/networks
-ssl may not work properly on some phones/networks. especially ones that proxy users connection to the internet

you can also try billing companies like bango.com (though they ask for large amounts of money! per month)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文