Redirect
Creates the redirect URL confirming to the Redirect Request Spec
Authorizations
Body
all ofOptional
Responses
200
OK
application/json
post
POST /v1/utils/redirect HTTP/1.1
Host: localhost:8080
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 197
{
"email": "text",
"pan": "text",
"dob": "text",
"txnid": "text",
"sessionid": "text",
"userid": "9000090000@aa",
"redirect": "https://bootstack.xyz",
"srcref": [
"text"
],
"fipid": [
"text"
],
"isoLanguageCode": "en-IN"
}
200
OK
{
"redirect_url": "https://aa/webview?ecreq=UWuYh8Fw51lLnyogqpZ834L_gm9aVYbhTiAsO2QOMn3mU4PGFMWDp7x4L1TxL941HIgESgBp5zwOyTikNCAAHiheTWN_Deh9ZVjoSYBvT0oP_AvC3EUsB_RX-2QIKy-zcyD5ey9SALEoLqwl0y4JtcqybGRJV8QRr0amZuEwOZmPFu7K36RXr5KSn9w4_6cGl7x5HWALDGve1ofLtZntZWno05yn9NbSbe5YA7OGWSw-GDUIUs_XsF3MXbXd9Kous09vOEMv_u4diiZUtSwCtH7ha2iSfZzd-L3k_dky4R_MyrEJiJSF8iBAgbt2H0i1LqEASsWQp6gxB2MHiZ8iIA%3D%3D&fi=XFtWWEZYXUFKGUZYRA%3D%3D&reqdate=021020240439000 "
}
Refer to the Redirect Response Spec
Authorizations
Body
payloadstringRequired
Responses
200
OK
application/json
post
POST /v1/utils/redirect/decrypt HTTP/1.1
Host: localhost:8080
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 441
{
"payload": "?fi=VFNCWFBfU0ZUHlRQHURCVUJDX1Y=&resdate=021020240351040&ecres=_eubVNeoSNlN2vbQc3xKJrsUpRXQIKhoycBYHeb84Ja2ABI7TK7ga4vCRwxbQ0SZc7iNgogRjno8KWvuA00gBx2Ojq5lWmhh_6JjNFs6Wnf018v_uLsFduAgW95zF2_tn8EqnZ3cB0Hs270EIxKFNjNbWDPcZzUF2R_30P7aE1cRZ__9fbGTB-4UyE3ei6HtQP-ek-T2ajfYjvYj96sw0K7TywjSuw3OKuIi4TmxsJ57dY9Q0y4_PrA3wG3pwQFD1ZvFUK1noG0YBOSc7ARqx31KRk8rSh-sBeziKFs7TWCkN5VaKFqKsP8limcc4XiDMXQFycNSm41cqzgcdQ5pvDkqP4sicy4PYNOvPODa6mI="
}
200
OK
{
"fi": "aa-handle",
"resdate": 21020240351040,
"payload": {
"txnid": "788855bd-e4fd-458d-ba1c-504fdc5344c2",
"sessionid": "d3aaefd2-c9a7-4165-85d0-a40dfef3e7e8",
"userid": "9000090000@aa-handle",
"status": "S",
"errorcode": "0",
"srcref": [
"20038aaf-790c-45e9-93fc-749a1e7e0c6b"
]
}
}
Last updated