Last Updated on : 2023-06-20 14:54:12
The parking lot will be notified of the payment result of a specified order based on the order number. After receiving a notification of successful payment, the parking lot will open the barrier gate and let a vehicle pass.
POST: /v1.0/parking-control/{device_id}/fees/{order_number}/pay
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The ID of a specified device in the parking lot. |
order_number | String | uri | true | The number of a specified order. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
order_no | String | true | The number of a specified order. | |
paid_amount | Integer | true | The payment amount. Unit: cent. | |
pay_method | Integer | true | The payment method. Valid values:
| |
payer_name | String | false | The payer's name. | |
payer_mobile | String | true | The payer's mobile phone number. | |
pay_time | Long | true | The time when the order is paid. |
Parameter name | Type | Description |
---|---|---|
result | CmdIssueResultResponse | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
sn | String | The command record ID. |
POST: /v1.0/parking-control/6ce****/fees/123****/pay
{
"result": {
"sn": "135****"
},
"t": 1652779976771,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback