Português (BR)
cURL
curl --request POST \ --url https://api.ext.pix.dbs.moneyp.com.br/api/QRCode/CriarEstatico \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --header 'IdempotencyKey: <idempotencykey>' \ --header 'IgnoraHandshake: <ignorahandshake>' \ --data '{ "chave": "<string>", "tipoChave": 0, "valor": 123, "informacoesAdicionais": "<string>", "idConciliacaoRecebedor": "<string>" }'
{ "sucesso": true, "mensagem": "<string>", "emv": "<string>", "imagem": "<string>" }
Scopes:
Copie 'Bearer ' + token
(somente em homologação)
Success
The response is of type object.
object
Esta página foi útil?