Set webhook config
Sets the single destination for this partner’s outbound webhooks. This is the official way to register the destination for outbound notifications. - Define o destino único dos webhooks de saída deste parceiro.
Authorizations
Bearer API key (recommended). Format: Bearer sk_live_<hex>. Send the key directly - no signature, nonce or timestamp. Create/revoke keys in the dashboard or via /partners/me/api-keys. Accepted on the same routes as the HMAC scheme. - API key Bearer (recomendada), aceita nas mesmas rotas que o esquema HMAC.
Body
Single HTTPS destination that will receive all webhook notifications for this partner. - Destino HTTPS único que receberá todas as notificações de webhook deste parceiro.
8 - 500^https://Optional subscription filter. Absent or empty = receives all events. - Filtro opcional de eventos assinados. Ausente ou vazio = recebe todos os eventos.
15INTENT_CONFIRMED, INTENT_COMPLETED, INTENT_FAILED, CASHIN_COMPLETED, CASHIN_FAILED, WITHDRAW_COMPLETED, WITHDRAW_FAILED, KYC_PENDING, KYC_IN_PROGRESS, KYC_APPROVED, KYC_REJECTED, KYC_EXPIRED, SETTLEMENT_CONFIRMED, SETTLEMENT_FAILED, SETTLEMENT_UPDATED Custom HTTP headers sent on every delivery (e.g. an Authorization for your endpoint). The API signature/event headers cannot be overwritten. - Cabeçalhos HTTP personalizados enviados em cada entrega; os cabeçalhos de assinatura/evento da API não podem ser sobrescritos.
Response
Success
The response is of type object.