curl --request POST \
--url https://api.ext.pix.dbs.moneyp.com.br/api/v2/QRCode/Cobranca \
--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
},
"qrCode": {
"chave": "<string>",
"tipoChave": 0,
"txId": "<string>",
"valor": 123,
"devedor": {
"nome": "<string>",
"documentoFederal": "<string>",
"tipoPessoa": 1
},
"infosAdicionais": {
"nome": "<string>",
"valor": "<string>"
},
"juros": {
"data": "2023-11-07T05:31:56Z",
"tipo": 1,
"valor": 123
},
"multa": {
"data": "2023-11-07T05:31:56Z",
"tipo": 1,
"valor": 123
},
"desconto": {
"data": "2023-11-07T05:31:56Z",
"tipo": 0,
"valor": 123
},
"dataVencimento": "2023-11-07T05:31:56Z",
"dataExpiracao": "2023-11-07T05:31:56Z",
"valorAbatimento": 123
}
}'
{
"sucesso": true,
"mensagem": "<string>",
"qrCode": {
"codigoQRCode": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"emv": "<string>",
"imagem": "<string>"
}
}
Scopes:
api.pix api.qrcode.criarcobrancacurl --request POST \
--url https://api.ext.pix.dbs.moneyp.com.br/api/v2/QRCode/Cobranca \
--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
},
"qrCode": {
"chave": "<string>",
"tipoChave": 0,
"txId": "<string>",
"valor": 123,
"devedor": {
"nome": "<string>",
"documentoFederal": "<string>",
"tipoPessoa": 1
},
"infosAdicionais": {
"nome": "<string>",
"valor": "<string>"
},
"juros": {
"data": "2023-11-07T05:31:56Z",
"tipo": 1,
"valor": 123
},
"multa": {
"data": "2023-11-07T05:31:56Z",
"tipo": 1,
"valor": 123
},
"desconto": {
"data": "2023-11-07T05:31:56Z",
"tipo": 0,
"valor": 123
},
"dataVencimento": "2023-11-07T05:31:56Z",
"dataExpiracao": "2023-11-07T05:31:56Z",
"valorAbatimento": 123
}
}'
{
"sucesso": true,
"mensagem": "<string>",
"qrCode": {
"codigoQRCode": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"emv": "<string>",
"imagem": "<string>"
}
}
Copie 'Bearer ' + token
(somente em homologação)
Success
The response is of type object
.
Was this page helpful?