CheckOrderStatus

This method is used for tracking status of order.

Good to know: Press ">" to see detail.

Request

This method is used for tracking status of order

POST https://{SERVER}/Api/SBR/CheckOrderStatus

Request Body

Name
Type
Description

AuthID*

Text

UserID assigned by SBR

ProtocolData*

Object

Data request

Reference*

Text

ID of payment order

{
    // Response
}

Response

Parameters

Data type

Description

Status

Number

Return status of request: 0;Fail;1;Success

ProtocolData

Text

  • ProtocolData:"1": New status

  • ProtocolData:"2" : Canceled status

  • ProtocolData:"3": paid status

  • ProtocolData:"4": rocessing status

Error

Text

Error description

Request Example

Response Example

Last updated