Português (BR)
cURL
curl --request GET \ --url https://api.ext.pix.dbs.moneyp.com.br/api/Chave/Consultar \ --header 'Authorization: <api-key>'
{ "sucesso": true, "mensagem": "<string>", "chave": "<string>", "tipoChave": 0, "nomeCorrentista": "<string>", "nomeFantasia": "<string>", "tipoPessoa": 1, "documentoFederal": "<string>", "conta": { "conta": "<string>", "tipoConta": 1, "agencia": "<string>", "ispb": "<string>" }, "banco": { "descricao": "<string>", "numero": "<string>", "ispb": "<string>" }, "detalhesConsulta": { "detail": "<string>", "violations": { "violation": { "reason": "<string>", "value": "<string>" } } }, "ticket": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Scopes:
Copie 'Bearer ' + token
1
2
3
4
Success
The response is of type object.
object
Esta página foi útil?