The Financing offer object Preview
Attributes
- idstring
A unique identifier for the financing object.
- objectstring
The object type: financing_offer.
- accepted_
termsnullable object Information about the current financing object. Describes currency, advance amount, fee amount, withhold rate, and fee discount of previous financing.
- accepted_terms.
advance_ amountinteger Amount of financing offered, in minor units.
- accepted_terms.
currencystring Currency that the financing offer is transacted in. For example,
usd. - accepted_terms.
fee_ amountinteger Fixed fee amount, in minor units.
- accepted_terms.
previous_ financing_ fee_ discount_ amountnullable integer Populated when the
product_of thetype financingofferisrefill. Represents the discount amount on remaining premium for the existing loan at payout time. - accepted_terms.
withhold_ ratefloat Per-transaction rate at which Stripe will withhold funds to repay the financing.
- accountstring
The ID of the merchant associated with this financing object.
- charged_
off_ atnullable timestamp The time at which this financing offer was charged off, if applicable. Given in seconds since unix epoch.
- createdinteger
Time at which the offer was created. Given in seconds since unix epoch.
- expires_
afterfloat Time at which the offer expires. Given in seconds since unix epoch.
- financing_
typenullable enum The type of financing being offered.
Possible enum valuescash_advance Capital’s Merchant Cash Advance program. Has been replaced by
flex_.loan flex_loan Capital’s standard loan offering. See the integration guide for more information.
- livemodeboolean
Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - metadatanullable object
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
- offered_
termsnullable object Information about the financing offer. Describes currency, offered advance amount, offered fee amount, campaign type, withhold rate, and fee discount rate of previous financing.
- offered_terms.
advance_ amountinteger Amount of financing offered, in minor units.
- offered_terms.
campaign_ typeenum Describes the type of user the offer is being extended to.
Possible enum valuesnewly_eligible_ user A user who has never been eligible for Capital before.
previously_eligible_ user A user who has been offered financing through Capital before, but never accepted an offer.
repeat_user A user who has already accepted or fully repaid a loan, and is receiving another offer.
- offered_terms.
currencystring Currency that the financing offer is transacted in. For example,
usd. - offered_terms.
fee_ amountinteger Fixed fee amount, in minor units.
- offered_terms.
previous_ financing_ fee_ discount_ ratenullable float Populated when the
product_of thetype financingofferisrefill. Represents the discount rate percentage on remaining fee on the existing loan. When thefinancing_is paid out, theoffer previous_will be computed as the multiple of this rate and the remaining fee.financing_ fee_ discount_ amount - offered_terms.
withhold_ ratefloat Per-transaction rate at which Stripe will withhold funds to repay the financing.
- product_
typenullable enum Financing product identifier.
Possible enum valuesrefillA “refill” financing offer extended through Stripe Capital. Refills are a form of discounted refinancing. See the integration guide for more information.
standardA standard financing offer extended through Stripe Capital.
- replacementnullable string
The ID of the financing offer that replaced this offer.
- replacement_
fornullable string The ID of the financing offer that this offer is a replacement for.
- statusenum
The current status of the offer.
Possible enum valuesacceptedSet once an offer has been accepted by the Connected account.
canceledSet when the Connected account has reached out to Capital’s servicing team within 48 hours of acceptance and requested cancellation of their offer.
completedSet when the financing offer has fully repaid. This status is no longer in use. See
fully_instead.repaid deliveredOnce an offer has been delivered, mark it so using the mark_delivered endpoint.
expiredSet when the financing offer has expired, usually 30 days after creation.
fully_repaid Set when the financing offer has been fully repaid.
paid_out Set once an offer has been paid out to the Connected account.
rejectedSet when Capital’s servicing team has rejected the application for financing. The Connected account receives an email with the reason for rejection.
replacedSet when the financing offer has been replaced.
undeliveredAll offers begin in this state. A financing offer must be delivered to its Connected account using approved marketing materials.
- typenullable enumDeprecated
See financing_type.
Possible enum valuescash_advance flex_loan
{ "id": "financingoffer_1NPvKg2eZvKYlo2CnEEmlCVh", "object": "capital.financing_offer", "account": "acct_1NPvKgBY65lDjjDk", "created": 1688423699, "expires_after": 1690934400, "financing_type": "flex_loan", "livemode": true, "offered_terms": { "advance_amount": 10000, "campaign_type": "newly_eligible_user", "currency": "usd", "fee_amount": 1000, "previous_financing_fee_discount_rate": null, "withhold_rate": 0.05 }, "product_type": "standard", "status": "undelivered"}