Order Number
Less than 1 minute
Order Number Rules
- The order number is unique and should be between 6 and 32 characters in length.
- Only numbers and letters are supported, no special symbols are allowed.
Example
{
"merchantId": "sandbox-20001",
"orderNo": "T37484Fx383ksd90383", // Only numbers and letters
"others": "..."
}
{
"merchantId": "20001",
"orderNo": "37484Fx383ksd90383", // Only numbers and letters
"others": "..."
}