English 中文(简体)
Square Apps的付费自定义url计划是什么?
原标题:What is the Pay with Square app s custom url scheme?
  • 时间:2012-05-23 16:22:57
  •  标签:
  • url

我正在寻找客户用智能手机付费的“用平方付费”应用程序的自定义 URL 计划, 而不是用商家的“平方”卡阅读器。 我知道这个自定义的 url - squa:// 。 我找到一个贴在这里的“用平方付费”应用程序的 URL - square /, 但它不起作用 。 我想通过正在建设的应用程序单独启动该应用程序 。

问题回答

square-pay://为我工作。我刚刚把它添加到发射中心,它就突然出现。

自定义 URL 计划 方位登记器 / 将直接启动 广场注册应用程序 。

The scheme that supports other details getting passed is square-commerce-v1:// But you have to get approved as a developer to use the scheme.

https://docs.connect.squareup.com/api/connect/v1/index.html#ireaking-a-paid" rel=“no follow'>https://docs.connect.squareup.com/api/connect/v1/index.html#iremining-a-paid





相关问题
Using PHP to find part of a URL

Take this domain: http://www.?.co.uk/elderly-care-advocacy/mental-capacity-act-advance-medical-directive.html How could i use PHP to find the everything between the first and second slash regardless ...

Domains & Foreward Slash

This is rather difficult to explain so please bear with me. We will be hosting 4 websites on our server and the plan is to have each site sit under its own domain: site-a.com site-b.com sub1.site-b....

Encoding of window.location.hash

Does window.location.hash contain the encoded or decoded representation of the url part? When I open the same url (http://localhost/something/#%C3%BC where %C3%BCtranslates to ü) in Firefox 3.5 and ...

Auth-code with A-Za-z0-9 to use in an URL parameter

As part of a web application I need an auth-code to pass as a URL parameter. I am currently using (in Rails) : Digest::SHA1.hexdigest((object_id + rand(255)).to_s) Which provides long strings like : ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

采用网路服务方法

我撰写了一个网络服务,期望一个参数(所谓的“hlink”)成为一种ur。 在使用网络服务之前,URLEncode 所涉参数(“hlink”)。 然后我打电话......。

热门标签