OpenApi
  1. TransferIn API
OpenApi
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • PayIn-MX API
    • PayIn-onlineBanking
      POST
    • PayIn-queryList
      POST
  • PayIn-NG API
    • PayIn-initialize
      POST
    • PayIn-query
      POST
  • PayOut API
    • PayOut-bankSubmit
      POST
    • PayOut-query
      POST
  • TransferIn API
    • TransferIn-detail
      POST
  • Bank API
    • Query bank list
      POST
  • BankAccount API
    • Query account name
      POST
  • Merchant Api
    • updateStatus
      POST
    • openSubMerchant
      POST
    • queryMerchantBalance
      POST
  • notify
    • PayOut result notification
    • PayIn result notification
    • Recharge result notification
  1. TransferIn API

TransferIn-detail

sandbox
sandbox
POST
/openapi/transferIn/order/detail
Maintainer:Not configured

Request

Header Params
Content-Type
string 
optional
Default:
application/json
Body Params application/json
transId
string 
required
Transaction serial number
<= 32 characters
Example:
B6864C218481468FBEB2640DB11078AD
Example
{
    "transId": "B6864C218481468FBEB2640DB11078AD"
}

Responses

🟢200OK
*/*
OK
Body
merchantNo
string 
required
Merchant No
<= 32 characters
Example:
00000002
status
integer <int32>
required
Order status, 1: Successful, 2: Failed, 3: Pending
Example:
1
businessAmount
integer <int64>
required
Business amount
Example:
10000
payAmount
integer <int64>
required
Pay Amount
Example:
10000
fee
integer <int64>
required
Fee
Example:
100
payeeAmount
integer <int64>
required
Payee Amount
Example:
9900
countryCode
string 
required
Country Code
currency
string 
required
currency
accountNo
string 
required
virtual account no
payerAccNo
string 
required
Payer's Acc No
payerName
string 
required
Payer's name
bankName
string 
optional
Bank Name
transId
string 
required
Transaction serial number
<= 32 characters
Example:
B6864C218481468FBEB2640DB11078AD
errorCode
string 
optional
Error Code
errorMessage
string 
optional
Error Message
endTime
string <date-time>
optional
Transaction completion time
createTime
string <date-time>
required
Creation time
updateTime
string <date-time>
required
update time
Example
{
    "merchantNo": "00000002",
    "status": 1,
    "businessAmount": 10000,
    "payAmount": 10000,
    "fee": 100,
    "payeeAmount": 9900,
    "countryCode": "string",
    "currency": "string",
    "accountNo": "string",
    "payerAccNo": "string",
    "payerName": "string",
    "bankName": "string",
    "transId": "B6864C218481468FBEB2640DB11078AD",
    "errorCode": "string",
    "errorMessage": "string",
    "endTime": "2019-08-24T14:15:22Z",
    "createTime": "2019-08-24T14:15:22Z",
    "updateTime": "2019-08-24T14:15:22Z"
}
Previous
PayOut-query
Next
Query bank list
Built with