v1

latestOpenAPI 3.0.12026-07-24204656.7 KB
Cart

Submit cart information

Submits merchant cart, processes cart, and returns cart pricing.

post/application/cart

Request body

cartIdinteger

A unique generated number representing the cart submission.

applicationIdinteger required

This is the Account Number (AKA Lease ID) as assigned by Progressive Leasing

merchantTransactionIdstring nullable

This is the Invoice Number or other ID from the Merchant's system

depositnumber double

A refundable lease deposit. Contact your implementation manager for use.

cartTotalnumber double

The sum of all LineItem's "LineTotal" amounts in the cart.

Example request

{
  "store": {
    "progressiveMerchantId": 111111,
    "merchantStoreId": "UT",
    "salesAssociate": "John Smith"
  }
}

Response

Success

integer required