Re: RTMENRE0044 error code and Invalid Card number message invoking Enrol User endpoint

Solved! Go to solution
Paul
Helper

RTMENRE0044 error code and Invalid Card number message invoking Enrol User endpoint

Hi,

 

I am invoking the Enroll Users endpoint at https://sandbox.api.visa.com//vop/v1/users/enroll using a JSON query.

 

I get the following JSON response:

 

{
   "correlationId": "8a31dde1-e252-4c20-89b0-c07cd577bf3b",
   "responseDateTime": "Mon Apr 01 16:32:04 GMT 2019",
   "responseStatus":    {
      "code": "FAILED",
      "message": "Request failed.",
      "responseStatusDetails": [      {
         "errorCode": "RTMENRE0044",
         "errorMessage": "Invalid Card number."
      }]
   }
}

The card number, expiry date, name on card and CVV are all entered correctly but I still get this message.

 

Best regards,

K.

 

2 REPLIES 2
jvenkata
Community Moderator

Re: RTMENRE0044 error code and Invalid Card number message invoking Enrol User endpoint

Hi,

 

Please use the PAN number from your VDP Dashboard --> Test Data Tab for Enroll user API to get the appropriate response.

 

Thanks,

Jai

Paul
Helper

Re: RTMENRE0044 error code and Invalid Card number message invoking Enrol User endpoint

Hi Jai.

 

I had missed that.

 

Thanks a lot.