{
"event": "FULFILLMENT_RESULT_NOTIFY",
"data": {
"supplierId": "WAFFO_POINT_TOPUP_001",
"salesOrderId": "A123456",
"fulfillmentStatus": "SUCCESS",
"faceValue": "3000",
"requestedAt": "2025-01-05T10:30:00.000Z",
"amount": "3000",
"currency": "JPY",
"completedTime": "2025-01-05T10:32:00.000Z",
"buyerInfo": {
"supplierUserAccount": "supplier_user_12345"
},
"payMethodName": "DANA",
"payOrderId": "G20250114064421745E079",
"productId": "XX_POINT",
"failureCode": "PAYMENT_TIMEOUT",
"failureReason": "User did not complete payment within timeout period"
}
}{
"message": "success"
}点卡充值
履行结果 Webhook
Waffo Point Topup 向供应商自有端点推送 Mode C 订单最终履行状态的 Webhook。
WEBHOOK
FULFILLMENT_RESULT_NOTIFY
{
"event": "FULFILLMENT_RESULT_NOTIFY",
"data": {
"supplierId": "WAFFO_POINT_TOPUP_001",
"salesOrderId": "A123456",
"fulfillmentStatus": "SUCCESS",
"faceValue": "3000",
"requestedAt": "2025-01-05T10:30:00.000Z",
"amount": "3000",
"currency": "JPY",
"completedTime": "2025-01-05T10:32:00.000Z",
"buyerInfo": {
"supplierUserAccount": "supplier_user_12345"
},
"payMethodName": "DANA",
"payOrderId": "G20250114064421745E079",
"productId": "XX_POINT",
"failureCode": "PAYMENT_TIMEOUT",
"failureReason": "User did not complete payment within timeout period"
}
}{
"message": "success"
}请求体
application/json
响应
200 - application/json
Notification accepted. Return success in the body, otherwise Waffo Point Topup retries.
Acknowledgement message. Must contain success.
示例:
"success"
此页面对您有帮助吗?