Method GenerateLoanAuth
This web service allows users to generate 64 bit serialized key for Terms and Condition PDF for loan application. It does not update or try to fund the loan application.
The loan application must be in of following types:
- Partner (Lender) account: 504 types - All 504 types with "Application in Process" / "Awaiting Documents" / "Funded" status.
- Partner (Lender) account: 7A types - All 7A types with "Application in Process" / "Awaiting Documents" / "Funded" status.
- SBA Employee account: 7A types - All 7A types with "Application in Process" / "Awaiting Documents" / "In Review - Reviewer1" and "Funded" status.
SOAP Component: | https://catweb.sba.gov/elend/ws/elend.wsdl |
SOAP Method: | SharedEntryPoint, only input is structure Inputs |
Or: | SharedEntryString, only input is JSON string InputString that decodes to a structure |
REST Component: | /rest/elend/flexible |
REST Method: | /rest/elend/flexible/SharedEntryPoint, only input is structure Inputs |
Or: | /rest/elend/flexible/SharedEntryString, only input is JSON string InputString |
Keys of the Input Structure: | |
Mandatory. Must be “GenerateLoanAuth”. | |
Mandatory. CLS login’s username with at least read permissions in Origination. | |
Mandatory. CLS login’s password with at least read permissions in Origination. | |
Mandatory. PIN generated by Generate_PIN using the same login. | |
Mandatory. The SBA application number. | |
Mandatory. EMail address to receive funding email. | |
Mandatory. A private code that authorizes use of SoftwareVendorName. | |
Mandatory. Value from Code Tables, Vendor Table. | |
Optional. Format of ResponseData. XML or JSON. See Format IN/OUT Defaults | |
Keys of the Output Structure: | |
Should be nullstring. If not, a generally-worded error message. | |
Should be nullstring. If not, a more helpful error message, but scarier to some users. | |
“Yes”, “No”, number of days till expiration or “TBD” (prior to validating login). | |
Base64 representation in a string format. It is language independent string and can be converted back to PDF. |
For examples of calling flexible, structured methods, see Flexible Structure of Inputs For an explanation of REST calls, see Calling Rest Methods