# Lease

- [Create Lease](https://dev.flexshopper.com/medusa/lease/create-lease.md): Creates a new lease with the provided items for the provided customer.
- [Get Transactions](https://dev.flexshopper.com/medusa/lease/get-transactions.md): Get transactions for a merchant.
- [Get Lease By ID](https://dev.flexshopper.com/medusa/lease/get-lease-by-id.md): Returns the details of a lease
- [Get Transaction By ID](https://dev.flexshopper.com/medusa/lease/get-transaction-by-id.md): Get transaction by Id
- [Sign Lease](https://dev.flexshopper.com/medusa/lease/sign-lease.md): Signs a lease agreement
- [Finalize Lease](https://dev.flexshopper.com/medusa/lease/finalize-lease.md): Finalize a transaction
- [Cancel Items](https://dev.flexshopper.com/medusa/lease/cancel-items.md): Cancels an item from a lease
- [Return Items](https://dev.flexshopper.com/medusa/lease/return-items.md): Cancels an item from a lease
- [Confirm Shipment](https://dev.flexshopper.com/medusa/lease/confirm-shipment.md): Confirms shipment for item(s) in a lease.
- [Confirm Receipt](https://dev.flexshopper.com/medusa/lease/confirm-receipt.md): Confirms receipt for item(s) in a lease.
- [Get Agreements](https://dev.flexshopper.com/medusa/lease/get-agreements.md): Retrieve all agreements associated with the authenticated customer.
- [Collect Payment](https://dev.flexshopper.com/medusa/lease/collect-payment.md): Collect a payment for an agreement


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.flexshopper.com/medusa/lease.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
