Webhook Event Names
The webhook callback event list.
| Event Name | Description | Related Endpoint | 
|---|---|---|
| payment.order.confirming | The consumer has submitted the payment request and it is pending for BIEASES backend to process. | Create Payment | 
| payment.order.timeout | The payment order has not been paid within the given period. | Create Payment | 
| payment.order.success | The payment order has been paid successfully by the consumer. | Create Payment | 
| payment.order.failed | The payment order payment failed. Refer to the "msg" field in Payment result object for the failure reason.  | Create Payment | 
| payment.refund.success | The payment refund was completed successfully. | Refund Payment | 
| payment.refund.failed | The payment refund request failed. Refer to the "msg" field in Payment result object for the failure reason.  | Refund Payment |