Event Listeners
3min
After completing transactions in Pay3 SDK UI, the Pay3 SDK publishes events to App.
This event is fired by Pay3 SDK on completion of checkout transaction triggered by checkout webview pay3.geCheckoutWebView()
Payload
- data (Type Object): Following keys are present in this object
- status (Type string): The status can have values SUCCESS or ERROR.
- message (Type string): User-friendly message returned after completion of the transaction.
- orderId (Type string): Pay3 Order ID.
- requestId (Type string): Unique id passed by App.
- error (Type Object, Optional): Following keys will be present if there is an error. Please refer to SDK Errors for reference.
- code (Type number): Error code.
- message (Type string): Error message.
Updated 09 Feb 2024
Did this page help you?