v1

latestOpenAPI 3.1.02026-07-24280138.8 KB

Iniciação de transferência

Inicie uma transferência por API

post/initiate

Headers

Idempotency-Keystring required

Request body

amountinteger required
descriptionstring
codestring
categorystring
scheduledstring date

Response

200

idstring
statusstring
created_atstring
amountinteger
descriptionstring
codestring
categorystring
scheduledstring

Example response

{
  "id": "trn_sOk191yRVRy6wLn6CrMvd5z",
  "status": "INITIATED",
  "created_at": "2023-05-11T20:56:07Z",
  "destination": {
    "bank_code": "341",
    "account_number": "09213",
    "account_number_digit": "5",
    "branch_number": "7679",
    "holder": {
      "name": "Cora Pagamentos",
      "document": {
        "identity": "72420176000104",
        "type": "CNPJ"
      }
    },
    "account_type": "CHECKING"
  },
  "amount": 10001,
  "description": "Mandando",
  "code": "your-specific-code-EXP123",
  "category": "PAYROLL",
  "scheduled": "2023-05-31"
}