v1

latestOpenAPI 3.0.12026-07-24204656.7 KB
Cart

Submit order confirmation

Notifies the order has been placed in the merchant's system.

post/application/cart/orderconfirmation

Request body

applicationIdinteger

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

cartIdinteger

The unique cartId generated and returned from the POST application/cart endpoint

Example request

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

Response

No Content