Last updated 6 months ago
Esta documentação descreve a API para a consulta de dados de Duplicatas.
registro_id (obrigatório) - string, identificação do registro
registro_id
Consulta de recebíveis
/transaction-io/tio-mapper/v1/operations/recebiveis/{recebivel_id}
Valor para o uuid
Bearer {TokenJWT}
curl -L \ --url 'https://api.int.cerc.com/transaction-io/tio-mapper/v1/operations/recebiveis/{recebivel_id}' \ --header 'authorization: Bearer {TokenJWT}'
{ "vencimento": "text", "valor": 1, "tipo": "text", "identificador": { "numero": "text" }, "situacao_de_disponibilidade": { "cerc": "text" }, "documento_fiscal": { "tipo": "text", "identificador": { "numero": "text" } }, "partes": { "originador": { "documento": { "tipo": "text", "identificador": { "numero": "text" } } }, "pagador": { "documento": { "tipo": "text", "identificador": { "numero": "text" } } } } }