List all in progress and/or completed utility payment transactions which are associated with the reported wallet.
HTTP Request
GET/wallets/{{walletId}}/utilities
Request Headers
{"Authorization":"Bearer {{access_token}}"}
Response
Content-Type: application/json
{"statusCode":200,"errorMsg":"","statement":[{"creditDate":"2020-09-30","description":"TRANSF P/OUTRA CONTA","amount":20.00,"transactionId":"67bdf90c-224d-11eb-adc1-0242ac120002","comment":"","entryTime":"2020-10-01T00:01:16","type":"D"},{"creditDate":"2020-10-29","description":"COMPRA COM CARTAO","amount":10.00,"transactionId":"0227bafa-224e-11eb-adc1-0242ac120002","comment":"SAO PAULO BR","entryTime":"2020-10-29T05:52:56","type":"C"}]}