Purchase Reconciliation API
This api supports fetching the reconciliation status of an invoice from GSTZen with authentication.
-
HTTP Method URL https://my.gstzen.in/~gstzen/a/get-reconciliation-status/ Authentication Type Token -
Headers
Token de3a3a01-273a-4a81-8b75-13fe37f14dc6 The above API key is for reference. You can find your GSTZen API key at bottom of your profile page.
-
Request Payload
"uuid": "uuid of the invoice",
"gstin": "gstin to which the invoice belongs"{ "uuid": "e116f31a-794f-4b80-af12-6b4d1a0cec48", "gstin": "29AAFCC9980MZZT" }
-
Response Payload
-
Success Response
{ "status": 1, "uuid": "e116f31a-794f-4b80-af12-6b4d1a0cec48", "match2A": "N", "match2B": "N" }
-
Failure Response
{ "status": 0, "message": "The UUID is not present in the database", "uuid": "", }
-