Skip to main content

Webhook Event Names

The webhook callback event list.

Event NameDescriptionRelated Endpoint
payment.order.confirmingThe consumer has submitted the payment request and it is pending for BIEASES backend to process.Create Payment
payment.order.timeoutThe payment order has not been paid within the given period.Create Payment
payment.order.successThe payment order has been paid successfully by the consumer.Create Payment
payment.order.failedThe payment order payment failed.
Refer to the "msg" field in Payment result object for the failure reason.
Create Payment
payment.refund.successThe payment refund was completed successfully.Refund Payment
payment.refund.failedThe payment refund request failed.
Refer to the "msg" field in Payment result object for the failure reason.
Refund Payment