post https://www.katapult.com/api/v3/application//confirm_order/
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
Attribute | Data Type | Description | Required Format |
---|---|---|---|
order_id | string | retailer specific unique identifier that refers to a singular lease/order | none |
Requested Payload
{
"order_id": "abcd"
}
Confirm Order Errors
Errors | HTTP status | Description |
---|---|---|
BAD REQUEST | 400 | Transaction not Found / Invalid uid Provided / Invalid Request |
UNAUTHORIZED | 401 | Invalid Authorization Token |