Comment on page
Create Lease
Creates a new lease with the provided items for the provided customer.
post
https://apis.sandbox.flexshopper.com
/v3/leases
/v3/leases
A successful request returns the HTTP
200 OK
status code and a JSON response body that shows the new leaseKey | Type | Description |
leaseId | String | Id assigned to the recently created lease agreement |
contract | String | Lease contract encoded in base64 |
A lease's total amount needs to be at least $49.95; otherwise, a LeaseAmountNotSatisfied error code will be returned
If the lease amount is over the customer's spending limit, a ExceedSpendingLimitError error code will be returned
Last modified 5yr ago