Hello,
I am trying to consume de endpoint /vpc/v1/reportManagement/transactionHistory/get using Message Level Encryption (MLE). But i am facing some problems.
The response server from my request is giving me the bad request:
{
"errorResponse": {
"status": 400,
"message": "Bad Request : Message Validation Failed",
"details": [
{
"message": " should be valid"
}
]
}
}
What am I doing wrong on my request? Is that some wrong field on the body request or something similar?
Below I show my postman configuration to give more informations:
(ps: node server is running the encrypt mechanism as showed on this tutorial).
Encryption - Headers
![image.png image.png](https://community.developer.visa.com/t5/image/serverpage/image-id/2690i20CB708D06BF1864/image-size/large/is-moderation-mode/true?v=v2&px=999)
Encryption - Body
Encryption - Pre-request Script
Request - Auth
Request - Headers
Request - Body
Decryption - Body
Thanks!