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

Request Body

{
    "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"
}

Last updated