Skip to main content

Response

smilepayz teamsLess than 1 minute



Tips

This endpoint retrieves a specific smilepayz.

Response



Tips

API header format structure for disbursement response :

AreaFieldAttributeTypeDescription
HeaderContent-TypeMandatoryStringString represents indicate the media type of the resource (e.g. application/json, application/pdf)
X-TIMESTAMPMandatoryStringMerchant's current local time in yyyy-MM-ddTHH:mm:ssTZD format

Tips

Example Header – Transaction Request:

Content-type: application/json
X-TIMESTAMP: 2020-12-17T10:55:00+07:00

Body Parameters



AreaFieldAttributeTypeDescription
codeMandatoryStringString Response code success = "00"
messageMandatoryStringString Response message
BodyresponseCodeMandatoryString(32)String Response code. success= "2009100". difference between it and code is that it will be more detailed
responseMessageMandatoryString(64)String Response description
orderNoMandatoryStringString Disbursement identifier on service provider system. Must be filled upon successful transaction
tradeNoOptionalStringString Disbursement identifier on service consumer system
statusOptionalStringString Disbursement status: PROCESSING, SUCCESS, FAILED... Refer to Data TransactionStatus
merchantMandatoryMerchantJson String Net amount of the transaction. Refer to Data Merchant
disbursementTimeMandatoryMerchantString Disbursement time
moneyMandatoryMoneyJson String Net amount of the transaction. Refer to Data Money
channelMandatoryPayerJson String Disbursement initiator. Refer to Data CashChannel

Tips

Example Body – Transaction Request:

Content-type: application/json
X-TIMESTAMP: 2020-12-17T10:55:00+07:00
{
  "code": "00",
  "message": "successful",
  "responseCode": "2009100",
  "responseMessage": "Success, trade request is successful",
  "orderNo": "2020102900000000000001",
  "tradeNo": "20231032432400001",
  "status": "PROCESSING",
  "disbursementTime": "2020-12-17T10:55:00+07:00",
  "merchant": {
    "merchantId": "10002",
    "merchantName": "Betty",
    "accountNo": "2033924234782342"
  },
  "money": {
    "currency": "IDR",
    "amount": 10000
  },
  "channel": {
    "paymentMethod": "BRI",
    "cashAccount": "78120011629261665",
    "accountName": "Betty"
  }
}
Last update: