Trade Verification Invoice with Ewb APIs#
APIs#
Headers#
Header Key Name | Description |
---|---|
Content-Type | It used to indicate the media type of the resource in the request _for example: application/json for json document exchange |
accept | It used to request the media type of the resource expected in the response for example: application/json for json document exchange |
X-FLYNN-N-ORG-ID | Org ID issued by the authentication server (ie theodore) to your organization - during “LogIn” time |
X-FLYNN-N-USER-TOKEN | Token issued by the authentication server (ie theodore) to user - during “LogIn” and “Refresh” time |
X-FLYNN-N-EWB-GSP-CODE | GSP Identifier: enum (“vay”) |
X-FLYNN-N-EWB-GSTIN | GSTIN of the taxpayer |
X-FLYNN-N-EWB-USERNAME | Portal username associated with taxpayer GSTIN for the GSP, Non-sensitive |
X-FLYNN-N-EWB-PWD | Portal password associated with GSTIN and Username for the GSP, Non-sensitive |
Optionally if you want to encrypt the password you can use following headers instead of X-FLYNN-N-EWB-PWD
Header Key Name | Description |
---|---|
X-FLYNN-S-REK | Request Encryption Key - refer here optional, to be used when you want to encrypt the password |
X-FLYNN-S-EWB-PWD | Portal password associated with GSTIN and Username for the GSP, Sensitive |