Settled Notification
Descrption
- This interface is implemented by the merchant, and its function is to notify the merchant of the repayment transaction details when the merchant's transaction settlement is completed. Bluepay will callback this interface.
URL
Method
Content-Type
application/json
Request parameters
paramter name | required | type | description |
param | Yes | string | param |
sign | Yes | string | sign |
Request parameters
parameter name | required | type | description |
eventName | Yes | string | event name( settle.payment.success ) |
mchOrderId | Yes | string | mchOrderId, alphanumeric, max length 32 |
transactionId | Yes | string | Bluepay transaction ID |
amount | integer | amount (unit: cents) | transaction amount |
fee | integer | fee (unit: cents) | transaction fee |
settledReturnTime | Yes | string | payment settled time |
channelCode | Yes | string | channel code |
projectType | No | string | projectType, 'PPCASH','VIP','HOME' (Delivery bill direct debit is NULL) |
remark | Yes | string | remark |
Response parameters
paramter name | type | description |
code | integer | Response code, fixed value 10000 |
message | string | Response message, fixed value Success |
Request example
Param content
How Bluepay construct request body
Request body
Response example