Request method: POST
Data format: application/JSON
Response method: Return SUCCESS for successful reception; otherwise, notifications will be resent multiple times with a delay.
The payload data is encrypted. Please decrypt it using your public key.
The data message is base64 encoded and then encrypted with the private key (encryption logic is the same as the request).Interface Address#
Request Parameters#
No. | Domain | Variable Name | Required | Length | Remarks |
---|
01 | Type | type | M | String | Business Type |
02 | Data Message | data | M | JsonObject | Data Content |
03 | Version Number | version | M | String(6) | 1.0.0 |
04 | Merchant Number | userNo | M | int | Unique number provided to the merchant |
Modified at 2024-12-11 12:02:05