Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zopay.cash/llms.txt

Use this file to discover all available pages before exploring further.

Algunas rutas están registradas en el router pero aún devuelven HTTP 501 con código not_yet_available. Otras están implementadas y responden con el contrato documentado (en payouts, hoy con lógica sandbox determinística, sin movimiento real de fondos en producción).

Operativos

MétodoRutaNotas
GET/healthNo exige cuenta aprobada.
GET/balancesRequiere cuenta aprobada.
GET/capabilitiesRequiere cuenta aprobada.
GET/transactionsRequiere cuenta aprobada.
GET/transactions/{transaction_id}Requiere cuenta aprobada.
POST/addressesIdempotencia obligatoria. Cuenta aprobada.
GET/addressesCuenta aprobada.
GET/addresses/{address_id}Cuenta aprobada.
POST/payouts/quoteIdempotencia obligatoria. Sandbox. Cuenta aprobada.
POST/payoutsIdempotencia obligatoria. Ejecuta con quote_id. Cuenta aprobada.
GET/payouts/{payout_id}Cuenta aprobada.

Próximamente (not_yet_available)

MétodoRuta
POST/conversions/quote
POST/conversions
GET/conversions/{conversion_id}
POST/ramps/quote
POST/ramps/sessions
GET/ramps/sessions/{session_id}
GET/webhooks
POST/webhooks
PATCH/webhooks/{webhook_id}
DELETE/webhooks/{webhook_id}
POST/webhooks/test
POST/events/{event_id}/replay
La referencia de cada recurso sigue en API Reference para cuando el endpoint esté disponible.