# Events

Knowing when things happen and reacting in a customized way is part of the essence of Amplify SDK. For this, we expose the following events:

| Event name    | Description                                                                               | Params          |
| ------------- | ----------------------------------------------------------------------------------------- | --------------- |
| `onReady`     | It is executed when the SDK has been fully initialized.                                   | N/A             |
| `onCompleted` | It is executed when a payment is successfully completed.                                  | N/A             |
| `onError`     | It is executed when some type of error is found in the payment process or payment intent. | `error: string` |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://amplify-docs.gitbook.io/amplify/english/sdk/events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
