Hi team,
We are trying to create a consent resource on the https://sandbox.api.visa.com/visaa2a/domestic-vrp-consents and unfortunately we are receiving the following error : Incorrect credentials supplied
We are using the client cert and key to sign the request and the keyid header is present in our request.
:url=>"https://sandbox.api.visa.com/visaa2a/domestic-vrp-consents"
:headers=> {
"Accept"=>"application/json",
"Content-Type"=>"application/json",
"Authorization"=>"Basic NDVTSko3U04yUUhPWjZTNUE2RE4yMTRvTi10eEJmWjlOQVp6QnBLRnNISXFBaHptQTpsU0pMdEROUzMxcTNVeXpudW5tNEsyOWQyampOemZqc1l6Mlk3",
"keyId"=>"3dc2208f-7e44-4425-b3b6-b1bec3b58db4",
"idempotency-key"=>"01eaf309-4936-43c3",
"visa-a2a-beneficiary-id"=>"BEN-12345678",
"visa-a2a-payer-fi-id"=>"PFI-12345678"
}
}
Please advise what should we adjust in our request so that it is successful. We double checked, we are using the corect user and password combination for the basic authorisation.
Best wishes,