The webhook callback event list.
Event Name | Description | Related Endpoint |
---|---|---|
payment.order.confirming | Consumer has submitted the payment request and pending BIEASES backend to process. | https://docs.bieases.com/reference/create-payment |
payment.order.timeout | The payment order has not been paid within given period. | https://docs.bieases.com/reference/create-payment |
payment.order.success | The payment order has been paid successfully by the consumer. | https://docs.bieases.com/reference/create-payment |
payment.order.failed | The payment order failed to pay. Refer to the "msg" field Payment result object for the failed reason. | https://docs.bieases.com/reference/create-payment |
payment.refund.success | The payment refund completed successfully. | https://docs.bieases.com/reference/refund-payment |
payment.refund.failed | The payment refund request failed. Refer to the "msg" field Payment result object for the failed reason. | https://docs.bieases.com/reference/refund-payment |