English
cURL
curl --request POST \ --url https://api.ext.dbs.moneyp.dev.br/api/ProtestoBoleto/Cancelar \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --header 'IdempotencyKey: <idempotencykey>' \ --header 'IgnoraHandshake: <ignorahandshake>' \ --data '{ "numCodBarras": [ "<string>" ] }'
{ "sucesso": true, "mensagem": "<string>" }
Scopes:
Copie 'Bearer ' + token
(somente em homologação)
Success
The response is of type object.
object
Was this page helpful?