如何在调用 google pay API 时了解我的支付提供商名称?
Posted
技术标签:
【中文标题】如何在调用 google pay API 时了解我的支付提供商名称?【英文标题】:how to get to know my payment providers name while calling google pay API? 【发布时间】:2021-01-25 01:54:35 【问题描述】:我指的是下面的代码。
private fun gatewayTokenizationSpecification(): JSONObject
return JSONObject().apply
put("type", "PAYMENT_GATEWAY")
put("parameters", JSONObject(mapOf(
"gateway" to "example", // HOW TO GET this value
"gatewayMerchantId" to "exampleGatewayMerchantId")))
如何获取网关值?
【问题讨论】:
【参考方案1】:教程页面上的Request a payment token for your payment provider 部分包含支持的支付网关列表。您可以使用一个文本字段来搜索您的支付提供商,该字段会显示必填字段。
【讨论】:
以上是关于如何在调用 google pay API 时了解我的支付提供商名称?的主要内容,如果未能解决你的问题,请参考以下文章
通过 Google Play Services API 将会员卡添加到 Google Pay
Google Pay API - 在没有 JWT 的情况下向 Google Pay 应用程序插入通行证