LoansFilePayload
Payitoff API: LoansFilePayload
Schema
When using our API to Create Loans for a Borrower, you can supply a LoansFilePayload
object which is and encoded MyStudentData (MSD) file.
Use
LoansFilePayload
for APIPOST
requestsWhen creating
Loans
forBorrowers
via the Create Loans API endpoint, you must supply loan details in the shape of aLoansFilePayload
.You will receive an array of
Loan
objects in the API response.
Schema Definition
Property | Type | Format | Description |
---|---|---|---|
loans | string | A Base64-encoded MyStudentData file |
Example
{
"loans": "UGF5aXRvZmYgZ2l2ZXMgYmV0dGVyIGJvcnJvd2VyIG91dGNvbWVzIQo=",
}
Updated almost 3 years ago