Hi, I'm doing some tests regarding the Visa Direct and I'm getting a bad request error without any further information. I have sent exactly the same as de demo that we have in the documentation, hereby: { "acquirerCountryCode":"840", "acquiringBin":"408999", "amount":"124.02", "businessApplicationId":"AA", "cardAcceptor":{ "address":{ "country":"USA", "county":"081", "state":"CA", "zipCode":"94404" }, "idCode":"ABCD1234ABCD123", "name":"Visa Inc. USA-Foster City", "terminalId":"ABCD1234" }, "cavv":"0700100038238906000013405823891061668252", "foreignExchangeFeeTransaction":"11.99", "localTransactionDateTime":"2019-07-15T17:52:25Z", "retrievalReferenceNumber":"330000550000", "senderCardExpiryDate":"2015-10", "senderCurrencyCode":"USD", "senderPrimaryAccountNumber":"4895142232120006", "surcharge":"11.99", "systemsTraceAuditNumber":"451001", "nationalReimbursementFee":"11.22", "cpsAuthorizationCharacteristicsIndicator":"Y", "addressVerificationData":{ "street":"XYZ St", "postalCode":"12345" }, "settlementServiceIndicator":"9", "colombiaNationalServiceData":{ "countryCodeNationalService":"170", "nationalReimbursementFee":"20.00", "nationalNetMiscAmountType":"A", "nationalNetReimbursementFeeBaseAmount":"20.00", "nationalNetMiscAmount":"10.00", "addValueTaxReturn":"10.00", "taxAmountConsumption":"10.00", "addValueTaxAmount":"10.00", "costTransactionIndicator":"0", "emvTransactionIndicator":"1", "nationalChargebackReason":"11" } } The thing is that, if I add the certificate to the request I got 401 Unauthorized, if I don't add it I got 400 bad request. Any idea how to fix that?
... View more