Skip to main content
POST
Create credit application

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
applicationId
string
required
Example:

"crapp_01J8YF6E"

customerId
string
required
productId
string
required
requestedAmount
object
required
stage
string
required
Example:

"underwriting"

status
string
required
Example:

"submitted"

Response

200 - application/json

OK

applicationId
string
required
Example:

"crapp_01J8YF6E"

customerId
string
required
productId
string
required
requestedAmount
object
required
stage
string
required
Example:

"underwriting"

status
string
required
Example:

"submitted"