v1

latestOpenAPI 3.1.02026-07-26477322.4 KB

Retornando uma transferência

Retorna os dados de uma transferência em específico de sua conta.

get/transfers/{transfer_id}

Path parameters

transfer_idstring required

ID da transferência desejada

Response

200

objectstring
idinteger
amountinteger
typestring
statusstring
source_typestring
source_idstring
target_typestring
target_idstring
feeinteger
{"stackTrail":"paths:/transfers/{transfer_id}:get:responses:200:content:application/json:schema:properties:funding_date","oasType":"schema","type":"unknown"}
funding_estimated_datestring
{"stackTrail":"paths:/transfers/{transfer_id}:get:responses:200:content:application/json:schema:properties:transaction_id","oasType":"schema","type":"unknown"}
date_createdstring
{"stackTrail":"paths:/transfers/{transfer_id}:get:responses:200:content:application/json:schema:properties:bank_response","oasType":"schema","type":"unknown"}

Example response

{
  "object": "transfer",
  "id": 65485,
  "amount": 100,
  "type": "ted",
  "status": "pending_transfer",
  "source_type": "recipient",
  "source_id": "re_cix7pxz6f02ppcv6dn4ckcrcc",
  "target_type": "bank_account",
  "target_id": "17346045",
  "fee": 367,
  "funding_estimated_date": "2017-02-18T02:00:00.000Z",
  "date_created": "2017-02-17T16:24:20.933Z",
  "bank_account": {
    "object": "bank_account",
    "id": 17346045,
    "bank_code": "000",
    "agencia": "00000",
    "agencia_dv": "2",
    "conta": "00000",
    "conta_dv": "00",
    "type": "conta_corrente",
    "document_type": "cpf",
    "document_number": "03602396681",
    "legal_name": "nome2",
    "charge_transfer_fees": true,
    "date_created": "2016-12-27T22:08:10.536Z"
  },
  "metadata": {
    "idProduto": "13933139"
  }
}