Português (BR)
cURL
curl --request POST \ --url https://api.bmpdigital.moneyp.dev.br/SolicitacaoAnalise/ConsultarSaldo \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --header 'IdempotencyKey: <idempotencykey>' \ --data '{ "dto": { "documentoCliente": "<string>" } }'
{ "msg": "<string>", "hasError": true, "messages": [ { "messageType": 1, "code": "<string>", "context": "<string>", "description": "<string>", "field": "<string>" } ], "saldoCliente": { "vlrSaldoCredito": 123, "vlrSaldoHotMoney": 123, "vlrSaldoRotativo": 123 } }
Informe o token
OK
The response is of type object.
object
Esta página foi útil?