Skip to main content

Query Authentication Record

API used to query and view all the authentication records.
*This API is only available for Technical Service Provider (TSP), for more information please contact us at: merchant@binance.com

EndPoint#

POST /binancepay/openapi/service/provider/record

Request Parameters#

AttributesTypeRequiredLimitationDescription
pageintYmaximum length 32page
rowsintYmax 10rows
merchantIdstringNmerchant id

Sample Request Body#

{"page":1,"rows":10}

Response Parameters#

AttributesTypeRequiredLimitationDescription
statusstringY"SUCCESS" or "FAIL"status of the API request
codestringY-request result code, refer to
dataDataObjectN-response body, refer to
errorMessagestringNmaximum length 256

Child Attribute#

DataObject#

AttributesTypeRequiredLimitationDescription
totallongYtotal record number
rowsList[RecordObject]Yrecord object list, refer to

RecordObject#

AttributesTypeRequiredLimitationDescription
authorizationIdStringYAuthorization ID
merchantNameStringYMerchant's Name
authorizationTokenStringYAuthorization Token
merchantIdStringYMerchant's ID
statusStringYStatus
scopesListYScopes
ipWhitelistListYIP Whitelist

Sample Response#

{  "status": "SUCCESS",  "code": "000000",  "data": {    "total": 2,    "rows": [      {        "authorizationId": "authId1",        "merchantName": "Merchant One",        "authorizationToken": "token1",        "merchantId": "merchant1",        "status": "PENDING",        "scopes": [          "CONVERT",          "CHECKOUT"        ],        "ipWhitelist": [          "192.168.1.1",          "192.168.1.2"        ]      },      {        "authorizationId": "authId2",        "merchantName": "Merchant Two",        "authorizationToken": "token2",        "merchantId": "merchant2",        "status": "AUTHORIZED",        "scopes": [          "CONVERT",          "CHECKOUT"        ],        "ipWhitelist": [          "192.168.2.1",          "192.168.2.2"        ]      }    ]  }}
{  "status": "FAIL",  "code": "400003",  "errorMessage": "Timestamp for this request is outside of the recvWindow."}

Result Code#

NameCodeReasonSolution
UNKNOWN_ERROR400000An unknown error occurred while processing the request.Try again later
INVALID_REQUEST400001Parameter format is wrong or parameter transferring doesn't follow the rules.Please check whether the parameters are correct.
INVALID_SIGNATURE400002Incorrect signature resultCheck whether the signature parameter and method comply with signature algorithm requirements.
INVALID_TIMESTAMP400003Timestamp for this request is outside of the time window.Sync server clock
INVALID_API_KEY_OR_IP400004API identity key not found or invalid.Check API identity key
BAD_API_KEY_FMT400005API identity key format invalid.Check API identity key.
BAD_HTTP_METHOD400006Request method not supported.Check Request method.
MEDIA_TYPE_NOT_SUPPORTED400007Media type not supported.Check Request Media type.
INVALID_REQUEST_BODY400008Request body is not a valid json object.Check Request body
MANDATORY_PARAM_EMPTY_OR_MALFORMED400100A parameter was missing/empty/null, or malformed.
INVALID_PARAM_WRONG_LENGTH400101A parameter was not valid, was empty/null, or too long/short, or wrong format.
INVALID_PARAM_WRONG_VALUE400102A parameter was not valid, the value is out of range.
INVALID_PARAM_ILLEGAL_CHAR400103A parameter was not valid, contains illegal characters
INVALID_REQUEST_TOO_LARGE400104Invalid request, content length too large