Docs
post https://api.bankslip.iugu.com/api/v1/recipients

Registrar beneficiário

Permissões:

  • Ação implementada:

Schema

Tipo de conteúdo: application/json

document_number
String

Ex: 51138259055

document_type
String
Enum: `cpf`, `cnpj`

Ex: cpf

name
String <= 120 characters

Ex: Nome Exemplo

trade_name
String <= 120 characters

Ex: Nome Fantasia

person_type
String
Enum: `natural`, `juridical`

Ex: natural

Exemplo
1
2
3
4
5
6
7
{
  "document_number": "51138259055",
  "document_type": "cpf",
  "name": "Nome Exemplo",
  "trade_name": "Nome Fantasia",
  "person_type": "natural"
}

Parâmetros no Cabeçalho

  • WORKSPACE_ID

    Obrigatório

    String

    Identificador do workspace

    Ex: 4fHECmQtLdROI4fDLWMiLd

Respostas

200
successful