Payment authorization results in 404

muley
Occasional Visitor

Payment authorization results in 404

Dear Visa Community Champion,

 

I am trying the Java Class supplied with MLE Samples. 

Usecase: Check Payment Authorization

 

Calling API: https://sandbox.api.visa.com/acs/v1/payments/authorizations/1DLMLAPPKDJ04301701/voids

Payload:

{
"cardAcceptr": {
"clientId": "1DLMLAPPKDJ04301701",
"crdAcptrPhn": "1 4155552235",
"pymtFaciltrId": "52014057",
"crdAcptrCtryCd": "US",
"crdAcptrNm": "ABC Supplies",
"mrchCatgyCd": "4814"
},
"freeFormDescrptnData": "freeformdata",
"msgIdentfctn": {
"correlatnId": "12bc567d90f23e56a8f11E"
},
"msgTransprtData": "anyroundtripinfo",
"transctn": {
"posData": {
"motoEciCd": "5",
"specialConditionIndicatorExistingDebt": "9"
},
"tranAmt": {
"amt": "123.45"
},
"marketSpecificDataIdentifier": "B"
},
"tranType": {
"msgRsnCd": "2501"
}
}

 

 

OCT Decrypted Response
{
"msgIdentfctn": {
"correlatnId": "12bc567d90f23e56a8f11E",
"reqstId": "3FA79C255568380B730E83790DABA050"
},
"error": {
"code": "404",
"msg": "Resource Not Found"
}
}

 

 

May be I am not passing the correct value of the URI parameter: {id}

 

Can you help me sorting out 404?

 

warm regards,

Mukesh

1 REPLY 1
muley
Occasional Visitor

Re: Payment authorization results in 404

Not required to be resolved.