- 全球收单
- 域名说明
- 集成流程说明
- 生产账户启用
- UseePay出口IP说明
- 签名指导
- 沙盒测试资源
- 跳转式收银台接口
- 内嵌式收银台接口
- 订单通用接口
- 本地化支付
- 本地化汇总
- 本地化接口
- 便利店支付
- 分期付款Pay Later
- 电子钱包
- Alipay
- Wechat-HK
- Google Pay
- applepay
- ApplePay 扩展
- ApplePay API
- applepay cashier
- applepay&googlepay内嵌
- 银行转账
- 本地化Card
- Cash(Ticket)现金支付
- 支付方式(国家/地区)
- 通用对象参数和规范说明
- 通知接口说明
- 物流接口
- 拒付接口
- SFTP
- 常见问题
- demo
- 插件安装指导
- 订阅
- 产品说明
- FAQ
ApplePay商户Session
全球收单-SandBox环境
全球收单-SandBox环境
POST
/applepay/merchantSession
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
carrierId
string
自定义显示的名称
amount
string
当前交易的金额
currencyCode
string
必需
initiativeContext
string
必需
merchantNo
string
商户号
signType
string
加签类型
sign
string
加签后的签文
示例
{
"carrierId": "string",
"amount": "string",
"currencyCode": "string",
"initiativeContext": "string",
"merchantNo": "string",
"signType": "string",
"sign": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://pay-gateway1.uat.useepay.com/applepay/merchantSession' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
applePaySessionResp
object
必需
code
string
必需
desc
string
失败原因描述
merchantSession
string
必需
示例
{}
🔴500服务器错误
修改于 2025-03-07 02:16:03