post https://www.katapult.com/api/v3/application/sync/
On successful originatgion, sync endpoint is used to verify the order is created on katapult.
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"
}
Sync Origination Errors
Errors | HTTP Status | Description |
---|---|---|
BAD REQUEST | 400 | Invalid Request |
UNAUTHORIZED | 401 | Invalid Authorization Token |
NOT FOUND | 404 | order_id not found |