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

Cadastra a conta de liquidação

Permissões:

  • Ação implementada:

Schema

Tipo de conteúdo: application/json

recipient_id
Integer

Ex: 2

document_number
String

Ex: 51138259055

document_type
String
Enum: `cpf`, `cnpj`

Ex: cpf

ispb
Integer

Ex: 123456

branch
Integer

Ex: 3

account_number
Integer

Ex: 452562

account_type
String
Enum: `checking`, `deposit`, `guarantee`, `investment`, `payment`, `savings`

Ex: checking

Exemplo
1
2
3
4
5
6
7
8
9
{
  "recipient_id": 2,
  "document_number": "51138259055",
  "document_type": "cpf",
  "ispb": 123456,
  "branch": 3,
  "account_number": 452562,
  "account_type": "checking"
}

Respostas

200
successful