v1

latestOpenAPI 3.0.02026-07-2417517.4 KB
Post-Origination

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.

post/application/{uid}/confirm_order/

Path parameters

uidstring required

target uid

Request body

order_idstring

Example request

{
  "order_id": "asdf"
}

Response

Successful Response