System Integration Information

Bank Validation web API that authorizes application to access user’s data. To support strong end to end security and avoid request tampering and man-in-the-middle attack, it is essential that the requests and responses are encrypted. The usage of HTTPS shall ensure transport layer encryption, while encryption of request and response shall ensure integrity & authenticity of data.

Production URL

Will be shared over mail after UAT sign-off

Method

Form Post

Content-Type

multipart/form-data

Protocol

HTTPS

Input Parameter

“param” - [Mandatory] This parameter contains the input JSON request.

Output Parameter

“param” - [Mandatory] This parameter contains the output JSON response.

Header Authorization

Authorization Bearer (ApiKey) example: -Authorization Bearer dGVzdGluZyBkYXRhIGZvciBDQU1TIFBBTiBWYWxpZGF0aW9uIEFQSSBJbnRlZ3 JhdGlvbiA=

Last updated