/loan/{id}/funding - GET

Retrieve a list of funding instruction details that have been submitted on the specified loan.

Path Params
uuid
required

Format - uuid.

Responses

Response body
object
int32
int32
int32
int32
items
array of objects
items
object
uuid

Funding Instruction Id

uuid

The id of the funding submission that this funding instruction was a part of

string | null

The account number that funds are disbursing to

string | null

The name on the account that funds are disbursing to

string

Checking Savings

string | null

the routing number for the account that funds are disbursing to

double

The amount of money to be disbursed in this funding instruction

string

OnDemand Immediate

string

Unfunded Rejected SentToRail Failed Funded

date-time

The date that the funding instruction was received. This will UTC

date-time | null

The date that the funding instruction was sent to a payment rail. If the funding instruction failed or was rejected before being sent to the payment rail this value will be null. When not null, this value will be UTC

string | null

The platform reference number that was included on the submitted funding instruction

string | null

If the funding instruction was rejected, or if the funding failed, this will contain the reason. Otherwise this will be null.

Language