Webhook thông tin thanh toán
payOS Webhook
Webhook nhận thông tin thanh toán Webhook
Webhook của cửa hàng dùng để nhận dữ liệu thanh toán từ payOS, Dữ liệu mẫu
Request Body schema: application/json
code required | string Mã lỗi |
desc required | string Thông tin lỗi |
success required | boolean Trạng thái thành công |
required | object |
signature required | string Chữ kí để kiểm tra thông tin, chi tiết dữ liệu mẫu |
Responses
Request samples
- Payload
Content type
application/json
{- "code": "string",
- "desc": "string",
- "success": true,
- "data": {
- "orderCode": 123,
- "amount": 3000,
- "description": "VQRIO123",
- "accountNumber": "12345678",
- "reference": "TF230204212323",
- "transactionDateTime": "2023-02-04 18:25:00",
- "currency": "VND",
- "paymentLinkId": "124c33293c43417ab7879e14c8d9eb18",
- "code": "00",
- "desc": "Thành công",
- "counterAccountBankId": "",
- "counterAccountBankName": "",
- "counterAccountName": "",
- "counterAccountNumber": "",
- "virtualAccountName": "",
- "virtualAccountNumber": ""
}, - "signature": "8d8640d802576397a1ce45ebda7f835055768ac7ad2e0bfb77f9b8f12cca4c7f"
}
Response samples
- 200
Content type
application/json
{- "success": true
}