Skip to main content
POST
Set Disbursement Account

Overview

Provides the bank account details for loan disbursement. Call this after the customer receives an offer (status = HAS_OFFER).

Request

Method: POST
URL: /v1/loans/:applicationId/disbursement-account

Parameters

Request Body

Response

200 OK

Error Responses

Authorizations

apikey
string
header
required

Provide your API key in the 'apikey' header.

Headers

x-carbon-key
string
required

Path Parameters

applicationId
string
required

Body

application/json

Provide the required values for the request body.

account_number
string
required
Example:

"0123456789"

bank_code
string
required
Example:

"058"

Response

200 - application/json

Successful response

The response is of type object.