1.4 Processing Result Notification
URL
Add the notifyUrl field to the interface to receive asynchronous callbacks.
Method
| Parameter name | Required | Type of data | Description |
| Content-Type | Y | string | application/json |
Request Param
| Parameter name | Required | Type of data | limit | example | Description |
| param | Y | string | - | - | param |
| sign | Y | string | - | 45eebd745dcf0b5f6d6f9fcde28cd9fe8116a892 | sign |
param
| Parameter name | Required | Type of data | Description |
| eventName | Y | string | Event name, (notification event nameticket.status.rejected,ticket.status.processing,ticket.status.closed) |
| ticketId | Y | string | Ticket number, the serial number generated by Bluepay for ticket processing. |
| ticketStatus | Y | string | Ticket status, enumerated values: CLOSED, PROCESSING, REJECTED, PENDING. |
| transactionStatus | Y | string | Transaction status. The transaction status (PENDING, COMPLETED, FAILED). |
| customerServiceReply | N | string | Customer service reply. The content of the customer service agent's response to the ticket. |
Response parameters
| Parameter name | Type of data | Description |
| code | Interger | A returned status value of 10000 indicates success. |
| message | string | Request return status description. 'Success' indicates a successful operation. |
Request example
Param content
Request body
Response example