Crear una suscripción de webhook
Crear una suscripción de webhook
Suscribe un callback HTTPS a los eventos de la cuenta que llama.
Las entregas van firmadas: X-Webhook-Signature = hex(HMAC-SHA256(secret, timestamp + "." + body)) con el timestamp en X-Webhook-Timestamp. Hasta 5 intentos con backoff incremental.
POST
Crear una suscripción de webhook
Autorizaciones
JWT de sesión (de register/login) o llave de API (pk_...).
X-API-Key: <token> se acepta como header alternativo.
Cuerpo
application/json
Opciones disponibles:
payin_credited, payin_expired, payout_status_changed, transfer_received, crypto_deposit_credited, crypto_deposit_held, crypto_deposit_alert, crypto_withdrawal_status_changed, banking_customer_status_changed, banking_operation_status_changed, aml_screening_updated, kyc_verification_status_changed, kyb_verification_status_changed, kyc_link_completed, kyb_link_completed, kyc_document_validated, kyb_document_validated, kyc_liveness_completed, wallet_deposit_received, wallet_send_status_changed, wallet_key_exported, * Solo HTTPS; localhost e IPs privadas se rechazan.
Minimum string length:
16Última modificación el 19 de julio de 2026