跳到主要内容

查询抗议工具文件

抗议工具文件是公证处在抗议执行过程中发出的官方文件,用于证明催收程序已执行。该文件在抗议完成后发出,前提是债务人在被通知后未支付债务。

注意!

只有在票据被实际抗议protest_status 值为 protested)之后,才能查询抗议工具文件。

Request

ENDPOINT
/account/ACCOUNT_KEY/requester_profile/REQUESTER_PROFILE_KEY/bank_slip/BANK_SLIP_KEY/protest_instrument
MÉTODO
GET

Path parameters

字段类型描述字符数
account_keyuuidv4账户唯一标识键,uuid v4 格式36
requester_profile_keyuuidv4钱包唯一标识键,uuid v4 格式36
bank_slip_keyuuidv4票据唯一标识键,uuid v4 格式36

Response

STATUS
200
Response Body
{
"bank_slip_key": "bc34e9b1-42e4-4f17-bfc0-c88f29d5230e",
"file_url": "https://storage.googleapis.com/live-bank-slip-api/protest_instrument/bc34e9b1-42e4-4f17-bfc0-c88f29d5230e.pdf"
}

Response Body Params

字段类型描述字符数
bank_slip_key *uuidv4票据唯一标识键,uuid v4 格式36
file_url *string包含抗议工具文件(PDF)的文件 URL-

Error Response

STATUS
4xx
Response Body: Error
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em portugues",
"code": "codigo",
"extra_fields": {}
}
HTTP 状态码
status
QI 代码
code
标题
title
描述(英文)
description
描述(葡文)
translation
400QIT000001Bad RequestSchema ErrorSchema Inválido
404BKS000006Not FoundThe source account key was not found.A chave da conta de origem não foi encontrada.
400BKS000007Bad RequestIt was not possible to consult the source account at this time. Please try again in a few minutes.Não foi possível consultar a conta de origem neste momento. Por favor, tente novamente em alguns minutos.
400BKS000008Bad RequestThe source account is closed.A conta de origem está fechada.
400BKS000009Bad RequestThe source account is blocked.A conta de origem está bloqueada.
404BKS000013Not FoundRequester profile not foundCarteira não encontrada
404BKS000029Not FoundBank slip not found for the given key ({bank_slip_key}).Boleto não encontrado para a chave fornecida ({bank_slip_key}).
400BKS000081Bad RequestThe protest instrument will be available only after bank slip's protest confirmation.O instrumento de protesto só estará disponível após a confirmação do protesto do título.
500BKS000105Internal Server ErrorCould not fetch protest instrument for the given 'bank_slip_key' at this moment. Please, try again later.Não foi possível recuperar o instrumento de protesto para a chave ('bank_slip_key') fornecida. Por favor, tente novamente mais tarde.
404BKS000106Not FoundNo protest found for the given bank slip.Nenhum protesto foi encontrado para o boleto fornecido.