Katapult’s API allows for the retailer to be able to confirm an order once it is initialized in the retailer’s downstream system.

Requested Attributes

AttributeData TypeDescriptionRequired Format
order_idstringretailer specific unique identifier that refers to a singular lease/ordernone

Requested Payload

{
  "order_id": "abcd"
}

Confirm Order Errors

ErrorsHTTP statusDescription
BAD REQUEST400Transaction not Found / Invalid uid Provided / Invalid Request
UNAUTHORIZED401Invalid Authorization Token
Language
Authorization
Bearer
URL