Transmits funding/settlement information to be considered by the retailer

📘

For the funding status request please use private token provided in authorization header

Funding Filter Parameters

ParameterExample ValueData Type
start2020-01-14string
end2020-03-14string
date_filterfunded_date, effective_date,
origination_date
string
application_id12345integer
limit25 (defaults to 20)integer
offset30 (defaults to 0)integer
refundtrue/falseboolean
fundedtrue/falseboolean
payment_settledtrue/falseboolean

Sample cURL Request with date_filter Applied

curl --location --request GET
'https://sandbox.katapult.com/api/v3/application/funding/?date_filter=origination_date&end=2020
-08-26&start=2020-08-20' \
--header 'Authorization: Bearer Katapult_Private_Token' \
--header 'Accept: application/json'

Response Attributes for funding_report objects

AttributeDescriptionData Type
application_idKatapult application id associated with the recordinteger
consumer_discountDiscount provided to the customer at checkout by the retailerdecimal
deliveryDelivery or shipping fee charged to the customerdecimal
delivery_dateThe delivery date submitted to Katpault from the merchantstring
discountMerchant discount feedecimal
effective_dateDate funding is effective onstring
first_nameCustomers first namestring
last_nameCustomers last namestring
fundedT/F if the order has been fundedboolean
funded_dateThe date funding was processed by Katapultstring
funding_idFunding id associated to the orderinteger
gross_funding_amountTotal value of the order before discount(s)decimal
leasableTotal value of leasable items on the orderdecimal
lease_statusReflects the leases current statusstring
net_funding_amountTotal value being funded to the retailerdecimal
nonleasableTotal value of non leasable items on the orderdecimal
order_idOrder id associated with the recordstring
origination_dateDate the order was createdstring
uidUnique multi-character identifier that refers to a singular lease/orderstring

Funding Status Errors

ErrorsHTTP statusDescription
NOT FOUND404Using Public Token in Authorization Header
UNAUTHORIZED401Invalid Authorization Token
Language
Authorization
Bearer
URL