- 概述
- 定制配置
- API
- WEB
- SC
- OP
- MP
- MP Copy
- PP
- APP
- OpenApi
- 机构运营报表
- 未命名接口POST
balance-enquiry
开发中
POST
/pbs/pos/momo/v1/balance-enquiry
MomoPay
最后修改时间:2022-12-14 00:55:17
请求参数
Body 参数application/json
senderIdentifier
string
senderIdentifier
pin
string
pin
sessionId
string
sessionId
quoteId
string
quoteId
示例
{
"senderIdentifier": "string",
"pin": "string",
"sessionId": "string",
"quoteId": "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 '/pbs/pos/momo/v1/balance-enquiry' \
--header 'Content-Type: application/json' \
--data-raw '{
"senderIdentifier": "string",
"pin": "string",
"sessionId": "string",
"quoteId": "string"
}'
返回响应
🟢200成功
application/json
Body
code
string
错误码
msg
string
错误描述
psn
string
报文序列号
data
object
业务数据
balance
string
balance
committedBalance
string
committedBalance
totalReservation
string
totalReservation
totalPositiveReservation
string
totalPositiveReservation
currencyOfTransaction
string
currencyOfTransaction
loyalty
object
loyalty
示例
{
"code": "string",
"msg": "string",
"psn": "string",
"data": {
"balance": "string",
"committedBalance": "string",
"totalReservation": "string",
"totalPositiveReservation": "string",
"currencyOfTransaction": "string",
"loyalty": {
"amountConsumed": "string",
"newBalanceAmount": "string",
"loyaltyAmountGenerated": "string"
}
}
}