Skip to main content
POST
Set webhook config

Autorizações

Authorization
string
header
obrigatório

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.

Corpo

application/json
url
string
obrigatório

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.

Required string length: 8 - 500
Pattern: ^https://
events
enum<string>[]

Optional subscription filter. Absent or empty = receives all events. - Filtro opcional de eventos assinados. Ausente ou vazio = recebe todos os eventos.

Maximum array length: 15
Opções disponíveis:
INTENT_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
headers
object

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.

Resposta

200 - application/json

Success

The response is of type object.