v1

latestOpenAPI 3.0.12026-07-24204656.7 KB
Application

Get return authorization

Looks up returnability status of the lease with the given applicationID.

get/application/return/availability

Query parameters

applicationIdinteger

The application ID

merchantStoreIdstring

This value is supplied by your organization. It is the value from your system which represents an individual store location. This information must be cross referenced to the Progressive System.

Response

Success

Example response

{
  "merchandiseReturnAuthorization": {
    "authorizationCode": 123456,
    "isReturnEligible": true
  },
  "accountInfo": {
    "approvalLimit": 1000
  }
}