Amplify
  • Amplify Documentation
  • Español
    • Introducción
    • GUIAS
      • [GUIA] Integración básica Amplify SDK (Tienda única)
      • [GUIA] Leyendo balances (Tienda única)
    • Creando una cuenta
    • Configurando tu cuenta
    • Obteniendo tus API Key
    • Obteniendo tokens de prueba
    • SDK
      • Instalacion
      • Propiedades
      • Eventos
      • Personalización
      • Interfaces
    • API
      • Intención de pago
      • Balances
      • Retiros
      • Webhooks
      • Links de Pago
      • Reembolsos
  • English
    • Introduction
    • Creating an account
    • Setting up your account
    • Getting your API Keys
    • Faucet
    • SDK
      • Installation
      • Props
      • Events
      • Customization
      • Interfaces
    • API
      • Payment intents
      • Balances
      • Withdraws
      • Webhooks
      • Refunds
Con tecnología de GitBook
En esta página
  1. English
  2. SDK

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

AnteriorPropsSiguienteCustomization

Última actualización hace 1 año