Sign-By-Code Flow

Send Lease By Email

POST https://apis.sandbox.flexshopper.com/v3/leases/:id/send

This endpoint will render the lease as a PDF and send it to the customer via email.

Path Parameters

Headers

Sign By Code

POST https://apis.sandbox.flexshopper.com/v3/leases/:id/sign-by-code/:code

This endpoint will consume a code and confirm if that code is associated with this particular lease. If the code is correct, the lease is signed.

Path Parameters

Headers

Request Body

{
    data: {}
}

Last updated