Re: Purchase Transaction issue

nikhilp
Helper

Purchase Transaction issue

Hello,

I've trying to do a MerchantPushPayment Post with sample data provided at the Mvisa developer center. I'm using a postman for the same. Below are the request and responses.

 

In the header

Authorization

     Username:

     Password:

 

Body: 

{"acquirerCountryCode": "356",
"acquiringBin": "408972",
"amount": "124.05",
"businessApplicationId": "MP",
"cardAcceptor": {
"address": {
"city": "KOLKATA",
"country": "IN"

},

"idCode": "CA-IDCode-77765",

"name": "Visa Inc. USA-Foster City"

},

"localTransactionDateTime": "2020-05-18T04:36:20",

"purchaseIdentifier": {

"type": "0",

"referenceNumber": "REF_123456789123456789123"

},

"recipientPrimaryAccountNumber": "4123640062698797",

"retrievalReferenceNumber": "412770451035",

"secondaryId": "123TEST",

"senderAccountNumber": "4027290077881587",

"senderName": "Jasper",

"senderReference": "",

"systemsTraceAuditNumber": "451035",

"transactionCurrencyCode": "356",

"merchantCategoryCode": "5812",

"settlementServiceIndicator": "9"

}

 

 

Response:

{
"responseStatus": {
"status": 400,
"code": "9124",
"severity": "ERROR",
"message": "Expected input credential was not present",
"info": ""
}
}

 

Please help me with the correct credentials. So that I can use them in the Authorization header to test the above request.

Looking forward to your response. Thanks in advance.

 

1 REPLY 1
vkamboj
Community Moderator

Re: Purchase Transaction issue

Hello @nikhilp

 

Per the error message below, you did not use correct credentials while calling the API. Please follow Testing Two-Way SSL Connectivity Using Postman instructions in the link. 

 

Let us know if you have any questions. 

 

Thank you, 

Vaibhav

 

Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.