English
cURL
curl --request POST \ --url https://api.ext.dbs.moneyp.dev.br/api/Boleto/CancelarRegistro \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --header 'IdempotencyKey: <idempotencykey>' \ --header 'IgnoraHandshake: <ignorahandshake>' \ --data '{ "listaCodigos": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "listaCodigosBarras": [ "<string>" ] }'
{ "sucesso": true, "mensagem": "<string>", "listaCodigosCancelamento": [ { "codigoRegistroBoleto": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "codigoCancelamento": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "situacaoBoleto": 1, "sucesso": true, "mensagem": "<string>", "ticketId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ] }
Scopes:
Copie 'Bearer ' + token
(somente em homologação)
Success
The response is of type object.
object
Was this page helpful?