- 概述
- 定制配置
- API
- WEB
- SC
- OP
- MP
- MP Copy
- PP
- APP
- OpenApi
- 机构运营报表
- 未命名接口POST
Init
开发中
POST
/pbs/pos/momo/init
MomoPay
最后修改时间:2022-12-14 00:55:17
请求参数
Body 参数application/json
object {0}
示例
{}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/pbs/pos/momo/init' \
--header 'Content-Type: application/json' \
--data-raw '{}'
返回响应
🟢200成功
application/json
Body
code
string
错误码
msg
string
错误描述
psn
string
报文序列号
data
object
业务数据
public_key
string
加密公钥
示例
{
"code": "string",
"msg": "string",
"psn": "string",
"data": {
"public_key": "string"
}
}