1. Pay In(代收)
Boost
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • Pay In(代收)
    • Pay In Result Notification
    • Initiate Pay In
      POST
    • Query Pay In Result
      POST
  • Pay Out(代付)
    • Pay Out Result Notification
    • Initiate Pay Out
      POST
    • Query Pay Out Result
      POST
  • Institution List
    • Bank List
      POST
  • Validate
    • Name Enquiry(尼日利亚)
      POST
  • Merchant Api
    • queryMerchantBalance
      POST
  • Virtual Account(尼日利亚)
    • Virtual Account Collect Notification
    • Confirm Notification Result
      POST
    • Create Virtual Account
      POST
    • Update Virtual Account Status
      POST
    • Query Virtual Account Detail
      POST
    • Query Virtual Account List
      POST
    • Update Virtual Account Name
      POST
  1. Pay In(代收)

Pay In Result Notification

代收结果通知
Parameters
FieldTypeWhether RequiredLengthExampleDescription
transIdstringNo32B6864C218481468FBEB2640DB11078ADTransaction serial number
transTypeStringYes3203Trans Type;03:PayIn
merchantOrderIdStringYes32AC71EC46019F49BBA7B61176E96843B4External merchant's order ID
merchantNoStringYes3200000002Merchant number
statusintYes21Order status, 0: Initialized, 1: Success, 2: Failure, 3: Pending
requestAmountLongYes-10000Requested amount
payAmountLongNo-10000Actual payment amount, 0 if payment has not been initiated
feeLongNo-100Handling fee, 0 if payment has not been initiated
payeeAmountLongNo-9900Actual received amount, 0 if payment has not been initiated
payerAccNoStringNo32-Payer's account number, in the channel payment account
payerNameStringNo32-Payer's name
accountNoStringYes329900592334Virtual account number for collection
narrationStringYes--narration
countryCodeStringYes-NGCountry code
currencyStringYes-NGNCurrency type
beginTimeTimestampNo-1732672968000Transaction time
endTimeTimestampNo-1732672968000Transaction completion time
errorCodeStringNo--Error code
errorMessageStringNo--Error message
createTimeTimestampYes-1732672968000Creation time
updateTimeTimestampYes-1732672968000Update time
Success
{
	"transType": "03",
	"merchantOrderId": "NG62202508290813111",
	"merchantNo": "00000028",
	"status": 1,
	"requestAmount": 1000000,
	"payAmount": 1000000,
	"fee": 9500,
	"payeeAmount": 990500,
	"payerAccNo": "8107943600",
	"payerName": "LIANG FANG",
	"accountNo": "9900000090",
        "narration": "Transfer from RISIKAT TITILOPE AIGORO",
	"countryCode": "NG",
	"currency": "NGN",
	"beginTime": 1756451631000,
	"endTime": 1756451643000,
	"transId": "0E738AE8B77C47FE8F23DED40257FDE8",
	"sessionId": "100033250829071350928138509554",
	"createTime": 1756451592000,
	"updateTime": 1756451643000
}
Failure
{
	"transType": "03",
	"merchantOrderId": "NG62202508290809311",
	"merchantNo": "00000028",
	"status": 2,
	"requestAmount": 9150000,
	"payAmount": 0,
	"fee": 0,
	"payeeAmount": 0,
	"payerAccNo": "9900000088",
	"accountNo": "9900000088",
	"countryCode": "NG",
	"currency": "NGN",
	"endTime": 1756453200000,
	"errorCode": "MO_07",
	"errorMessage": "Order has been closed",
	"createTime": 1756451372000,
	"updateTime": 1756453200000
}
上一页
安全规范
下一页
Initiate Pay In
Built with