POST https://seu-dominio.com/v2/pix/payment
Autenticação: Authorization: Bearer {access_token}
Corpo (JSON)
| Campo | Tipo | Obrigatório | Descrição |
|---|---|---|---|
amount | number | sim | Valor do PIX (> 0) |
creditParty | object | sim | Destino |
creditParty.name | string | sim | Nome do recebedor |
creditParty.keyType | string | sim | Ex.: EMAIL, CPF, CNPJ, PHONE, EVP |
creditParty.key | string | sim | Chave PIX |
creditParty.taxId | string | sim | CPF/CNPJ |
external_id | string | não | Referência (senão gerado) |
description | string | não | Descrição |
postbackUrl | string (URL) | não | Webhook do envio |
Regras NavePay
- Exige saldo interno suficiente para valor + taxa de saque.
- Pode haver limite diário de saque configurado na plataforma.
Erros comuns (422)
- Saldo insuficiente (detalhes de
available_balance,required_debit,fee_amount). - Limite diário excedido.