English
cURL
curl --request POST \ --url https://api.ext.pix.dbs.moneyp.com.br/api/Favorecido \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --header 'IdempotencyKey: <idempotencykey>' \ --header 'IgnoraHandshake: <ignorahandshake>' \ --data '{ "contaDto": { "agencia": "<string>", "agenciaDigito": "<string>", "conta": "<string>", "contaDigito": "<string>", "contaPgto": "<string>", "tipoConta": 1, "modeloConta": 1 }, "nome": "<string>", "documentoFederal": "<string>", "tipoChave": 0, "chave": "<string>", "numeroParticipanteSpi": "<string>", "agencia": "<string>", "agenciaDigito": "<string>", "conta": "<string>", "contaDigito": "<string>", "contaPagamento": "<string>", "tipoConta": 1, "tipoCadastroPix": 1 }'
{ "sucesso": true, "mensagem": "<string>", "jsonErros": "<string>", "codigoFavorecido": "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?