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. API

Balances

AnteriorPayment intentsSiguienteWithdraws

Última actualización hace 10 meses

Balances

The balance API allows us to obtain information about our customers balances

API

[GET]

Gets the balance of a customer.

This endpoint requires the following headers:

{
  "apiKey": "123xxx456",
  "clientId": "123xxx456",
}

Response

{
    "available": 1234,
    "rate": 1000,
}
https://api.getamplify.app/receiver/:receiverId