1. Home
  2. Interswitch Security Headers
  3. Strong Authentication API
  4. Webservice API

Webservice API

2.1 SA Proxy Service Methods

2.1.1 ValidateCard

This method is used to check if a card pan has been registered.

 

Request Fields
Field
Type Format Description
CardPAN E Alphanumeric

 

Sample Request

 

 

Response Fields
Field
 Description  
ResponseCode See Appendix 1.0
TokenType See Appendix  1.1

 

Sample Response

 

2.1.2.1 VALIDATE CARD REST SAMPLE

 

REQUEST

 

POST {YOUR URL}/validatecard/ HTTP/1.1

Content-Length: 70

 

RESPONSE

 

HTTP/1.1 200 OK

Date: Tue, 23 Oct 2012 20:03:07 GMT

Content-Type: application/xml; charset=utf-8

Content-Length: 101

 

2.1.1 AuthenticateOTP

 

This method is used to validate an OTP supplied by a user.

 

Request Fields
Field Type Format Description
userid E Alphanumeric
otp E numeric

 

Sample Request

 

 

Response Fields
Field
 Description  
ResponseCode See Appendix 1.0

 

Sample Response

 

 

2.1.1.1 AUTHENTICATE OTP REST SAMPLE

 

REQUEST

 

POST {YOUR URL}/authenticateotp/ HTTP/1.1

Content-Length: 78

 

 

 

RESPONSE

 

HTTP/1.1 200 OK

Date: Tue, 23 Oct 2012 18:06:57 GMT

Content-Type: application/xml; charset=utf-8

Content-Length: 75

 

 

 

2.2 Sample SOAP Request

 

 

Was this article helpful to you? Yes No

How can we help?