LogoLogo
Stric
  • Documentação
  • Autenticação
  • CONTAS
    • Registro de contas
  • Extrato
    • Extrato
    • Detalhes da transação
  • TRANSFERÊNCIAS
    • Transferência Entre Contas
    • Transferências (TED)
  • PIX
    • Chaves Pix
      • Registrar nova chave
      • Listar Chaves
      • Deletar chave
    • Validar Chave PIX
    • Transferência PIX
    • QR Code
  • BOLETOS
    • Boleto de Cobrança
Powered by GitBook
On this page

Was this helpful?

  1. TRANSFERÊNCIAS

Transferências (TED)

As transferências do tipo DOC/TED possibilitam o recebimento de instituições diferentes da instituição de origem.

POST https://dev.stric.com.br/transfers

Headers

Name
Type
Description

account*

String

ID da conta a ser operada

authorization*

String

Bearer Token

Request Body

Name
Type
Description

amount*

Number

Valor

beneficiary{}

Obeject

Objeto beneficiário

beneficiary.name*

String

Nome

beneficiary.document*

String

CPF/CNPJ

bank*

String

Banco (3 dígitos)

branch*

String

Agência

account*

String

Número da conta sem o dígito

accountDigit*

String

Dígito da conta

{
    "credit": false,
    "amount": 1,
    "description": "TRANSFERÊNCIA PARA JOSÉ HENRIQUE MARTINS",
    "rateValue": 0,
    "consignorName": "JOSÉ HENRIQUE MARTINS",
    "consignorDocument": "17447408018",
    "consignorBankNumber": "450",
    "consignorBankBranch": "0001",
    "consignorBankAccount": "189881001",
    "consignorBankAccountDigit": "7",
    "beneficiaryName": "JOSÉ HENRIQUE MARTINS",
    "beneficiaryDocument": "17447408018",
    "beneficiaryBankNumber": "341",
    "beneficiaryBankBranch": "0001",
    "beneficiaryBankAccount": "03462",
    "beneficiaryBankAccountDigit": "4",
    "status": "PROCESSING",
    "id": "16ad60c4-18a9-4db4-942b-d0234178b8f8",
    "date": "2022-06-28T14:03:47.473Z"
}
{
    "statusCode": 400,
    "error": "Bad Request",
    "message": "Validation failed",
    "validation": {
        "body": {
            "source": "body",
            "keys": [
                "beneficiary.branch"
            ],
            "message": "\"beneficiary.branch\" is not allowed to be empty"
        }
    }
}
PreviousTransferência Entre ContasNextChaves Pix

Last updated 2 years ago

Was this helpful?