Novus Pagamentos
  1. PAYOUT
Novus Pagamentos
  • INVOICES
    • Webhooks - PIX-IN
    • Criação de Invoices
      POST
    • Buscar Invoices
      GET
  • PAYOUT
    • Webhooks - PIX-OUT
    • Criar Payout
      POST
    • Buscar Payouts
      GET
  1. PAYOUT

Buscar Payouts

Em desenvolvimento
GET
https://api.novuspagamentos.com/api/v2/payout/{id}

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros de Caminho

Parâmetros Header

Respostas

🟢200Sucesso
application/json
Body

🟠401Auth Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.novuspagamentos.com/api/v2/payout/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
Response Response Example
{
    "id": 5724,
    "status": "completed",
    "amount": 1000,
    "type": "withdrawal",
    "external_id": "DF6251107231309644013239",
    "end_to_end_id": "E071368472025110715131PLUCJFGLJW",
    "payer": {
        "bank": {
            "account": "566",
            "agency": "456",
            "digit": "666",
            "name": "Acesso Soluções de pagamento",
            "type": "checking"
        },
        "document": "62.488.920/0001-58",
        "name": "Unive Pay"
    },
    "payee": {
        "bank_code": "31872495",
        "document": ".967.198-*",
        "name": "LEANDRO BITTENCOURT DE ARAUJO E SILVA"
    }
}
Modificado em 2026-01-17 01:31:08
Página anterior
Criar Payout
Built with