Retrieve a Promissory Note
Retrieve a Promissory Note
GET
https://sandbox-api.stilt.com/v1/users/{user_id}/loans/{offer_id}/documents/promissory_note
Returns an object with a link to the hosted pdf of the promissory note document. After a loan is activated, the document_url
will return the executed document. The document_uuid expires after 24 hours
Path Parameters
Name | Type | Description |
---|---|---|
user_id* | string | The uuid of the user |
offer_id* | string | The uuid of the loan offer |
Be sure to omit `Content-Type': 'application/json'
from the header of this request to avoid a 500
error
Last updated