TAN to PAN API - sample response #302
yogeshkudikala
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
API Endpoint:
https://portalapi.jamku.app/public/tanparty/tan/YOURTAN/YOURAPIKEY
Case 1: PAN Found for the TAN
Request:
YOURTAN
andYOURAPIKEY
.Response:
Example Image:
Case 2: PAN Not Found
Request:
YOURTAN
andYOURAPIKEY
.Response:
Example Image:
Case 3: TAN Not Found in Database
Request:
YOURTAN
andYOURAPIKEY
.Response:
Example Image:
Please ensure that the actual API response contains the relevant data, such as PAN information in the case of a successful response. Additionally, you should replace
YOURTAN
andYOURAPIKEY
with actual values or parameters required for your API.Beta Was this translation helpful? Give feedback.
All reactions